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

Lexicon support #138

Closed
timothee-haudebourg opened this issue Apr 28, 2023 · 0 comments · Fixed by #140
Closed

Lexicon support #138

timothee-haudebourg opened this issue Apr 28, 2023 · 0 comments · Fixed by #140
Assignees

Comments

@timothee-haudebourg
Copy link
Collaborator

Lexicon is a JSON-based schema definition framework.

It is basically JSON Schema wrapped around a Lexicon TypeScript-like interface that tells what the schema is used for (query, procedure, record, or token). There is no formal definition yet. The best I could find is a definition of some of the TypeScript types. It is missing the JSON Schema part they use to define constraints, it may not be fully compliant with JSON Schema.

The implementation will be very similar to the JSON Schema one. The only issue is with "tokens". To implement them we will need #137.

@timothee-haudebourg timothee-haudebourg self-assigned this May 4, 2023
@timothee-haudebourg timothee-haudebourg linked a pull request May 9, 2023 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant