schema property

String schema
final

Required. The raw YAML string representation of the MetadataSchema. The combination of MetadataSchema.version and the schema name given by title in MetadataSchema.schema must be unique within a MetadataStore.

The schema is defined as an OpenAPI 3.0.2 MetadataSchema Object

Implementation

final String schema;