YAML schemas

Data consumed by Data provider needs to be described in YAML files. We used specific format:

odpSchemaVersion: # Version
resources:
    # List of resources to create

Note

Versioning was not provided with the very beginning version of the data provider. To keep the backward compatibility we keep the old-time schema files support where you don’t need to provide the version and resources section, version 1.0 of schema would be used then by default. That format is deprecated and shouldn’t be used.