-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request