Gets a pagination of Metadata Specs for the given query.
/metadata_spec
Creates a new Metadata Spec definition.
/metadata_spec
The name of the metadata spec.
The type of the metadata spec.
STRING
, NUMBER
, BOOLEAN
, ARRAY
, ENUM
, OBJECT
, TAGS
Updates a MetadataSpec with the specified id.
/metadata_spec/{metadataSpecId}
The name of the metadata spec.
The type of the metadata spec.
STRING
, NUMBER
, BOOLEAN
, ARRAY
, ENUM
, OBJECT
, TAGS
Deletes a MetadataSpec with the specified id.
/metadata_spec/{metadataSpecId}
Gets a specific Metadata Editor Schema backed by the supplied MetadataSpec by name.
/metadata_spec/{metadataSpecName}/editor.json
Gets a specific JSON Schema backed by the supplied MetadataSpec by name.
/metadata_spec/{metadataSpecName}/schema.json
Gets a specific MetadataSpec by name or Id.
/metadata_spec/{metadataSpecNameOrId}