Goal
Support JSON schemas for the type system (components, entity types, relation types, flow types) provided by REST endpoints of the runtime.
Provide a jsonValidation contributor for a filename pattern that matches the part of the VFS where the types are represented.
REST Endpoints
| JSON Schema REST Endpoint |
Filename Pattern |
/types/components/schema |
/**/types/components/*json |
/types/entities/schema |
/**/types/entities/*json |
/types/relations/schema |
/**/types/relation/*json |
/types/flows/schema |
/**/types/flows/*json |
VS Code Contribution Point
Linked Issue
Goal
Support JSON schemas for the type system (components, entity types, relation types, flow types) provided by REST endpoints of the runtime.
Provide a jsonValidation contributor for a filename pattern that matches the part of the VFS where the types are represented.
REST Endpoints
/types/components/schema/**/types/components/*json/types/entities/schema/**/types/entities/*json/types/relations/schema/**/types/relation/*json/types/flows/schema/**/types/flows/*jsonVS Code Contribution Point
Linked Issue