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.jsonis a JSON Schema fordvc.yamlfile format (that is used to define DVC pipelines). It can provide better autocompletion, validation, and linting fordvc.yamlfiles in IDEs like Visual Studio Code and JetBrain's PyCharm.
Comes from https://github.com/iterative/dvcyaml-schema