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
Shouldn't fully featured JSON Schema file include also the following top-level fields:
$schema
https://json-schema.org/draft/2020-12/schema
$id
https://github.com/iterative/dvcyaml-schema
https://raw.githubusercontent.com/iterative/dvcyaml-schema/master/schema.json
description
Definition of DVC pipeline
Taken from https://json-schema.org/learn/getting-started-step-by-step#create-a-schema-definition
The text was updated successfully, but these errors were encountered:
I'm not an expert but it looks you are right. Please feel free to create a PR with these changes, @jnareb !
Sorry, something went wrong.
No branches or pull requests
Shouldn't fully featured JSON Schema file include also the following top-level fields:
$schema
: specifies which draft of the JSON Schema standard the schema adheres to(e.g.
https://json-schema.org/draft/2020-12/schema
)$id
: sets a URI for the schema(e.g.
https://github.com/iterative/dvcyaml-schema
orhttps://raw.githubusercontent.com/iterative/dvcyaml-schema/master/schema.json
)description
: state the intent of the schema(e.g.
Definition of DVC pipeline
, or something like that)Taken from https://json-schema.org/learn/getting-started-step-by-step#create-a-schema-definition
The text was updated successfully, but these errors were encountered: