1 مستودع
Defines data models and service interfaces using a concise, TypeScript-inspired language to serve as a single source of truth.
Distinguishing note: None of the candidates cover API data shape definitions for single-source-of-truth modeling; they focus on client-defined response shaping or text shaping APIs.
Explore 1 awesome GitHub repository matching web development · API Data Shapes. Refine with filters or upvote what's useful.
TypeSpec is a language for defining cloud API shapes and generating OpenAPI, JSON Schema, and client/server code from a single source of truth. It functions as a protocol-agnostic API designer that models REST, gRPC, and other API protocols using a unified, extensible syntax, with a decorator-based metadata system for attaching metadata, validation rules, and lifecycle visibility to API models and operations. The compiler produces OpenAPI 3.0 specifications and other artifacts, and the tool supports declaring API versions and tracking changes to models, properties, and operations across releas
Defines data models and service interfaces using a concise language to serve as a single source of truth for API definitions.