-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
awaiting responseneeds reproducible exampleMissing a link to a reproduction in the playground, CodeSandbox, JSFiddle, etc.Missing a link to a reproduction in the playground, CodeSandbox, JSFiddle, etc.question
Description
Prerequisites
- I have read the documentation
What theme are you using?
validator-ajv8
What is your question?
I am using c# to export some classes with a tool:
https://github.com/RicoSuter/NJsonSchema
Which seems to export with:
https://json-schema.org/draft-05
With a property within
{
"$schema":"http://json-schema.org/draft-04/schema#"
}
I had to manually modify and delete $schema
property.
Metadata
Metadata
Assignees
Labels
awaiting responseneeds reproducible exampleMissing a link to a reproduction in the playground, CodeSandbox, JSFiddle, etc.Missing a link to a reproduction in the playground, CodeSandbox, JSFiddle, etc.question