Skip to content
New issue

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

JSON Schema Support #5

Open
aschaeffer opened this issue Jul 15, 2023 · 0 comments
Open

JSON Schema Support #5

aschaeffer opened this issue Jul 15, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@aschaeffer
Copy link
Contributor

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

@aschaeffer aschaeffer added the enhancement New feature or request label Jul 15, 2023
@aschaeffer aschaeffer self-assigned this Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant