We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
/types/components/schema
/**/types/components/*json
/types/entities/schema
/**/types/entities/*json
/types/relations/schema
/**/types/relation/*json
/types/flows/schema
/**/types/flows/*json
The text was updated successfully, but these errors were encountered:
aschaeffer
No branches or pull requests
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/*json
VS Code Contribution Point
Linked Issue
The text was updated successfully, but these errors were encountered: