You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(README): add YAML and TypeSpec format support documentation
- Added 'Multiple File Format Support' section to Key Features
- Documented YAML support (.yaml, .yml extensions)
- Documented TypeSpec pre-compilation workflow
- Added TypeSpec installation and usage instructions
- Linked to gts-spec TypeSpec examples
TypeSpec files must be compiled to JSON Schema externally before loading.
Point GTS Viewer to the generated JSON Schema output directory (e.g., `tsp-output/@typespec/json-schema/`). The viewer will automatically discover and load the compiled schemas.
158
+
159
+
See [gts-spec TypeSpec examples](https://github.com/globaltypesystem/gts-spec/tree/main/examples/typespec) for sample TypeSpec definitions.
0 commit comments