schema
Schemas¶
This directory contains formal descriptions of various file format used for development, used by the project, and created by the project.
External schema - development¶
dvc_yaml.schema.json
is a JSON Schema fordvc.yaml
file format (that is used to define DVC pipelines). It can provide better autocompletion, validation, and linting fordvc.yaml
files in IDEs like Visual Studio Code and JetBrain's PyCharm.
Comes from https://github.com/iterative/dvcyaml-schema