Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 924 Bytes

MetadataSchemasListResponseBody.md

File metadata and controls

33 lines (17 loc) · 924 Bytes

MetadataSchemasListResponseBody

Object containing a list of metadata schemas.

Properties

Name Type Description
_object ObjectEnum The type of the object represented by JSON. This object stores information about the metadata schemas in a dictionary.
dataRef DataRefEnum Identifies the name of the attribute that contains the array of metadata schema objects.
schemas List<MetadataSchemaDeprecated> Array of metadata schema objects. The metadata schemas are listed by related object properties.
total Integer The total number of metadata schema objects.

Enum: ObjectEnum

Name Value
LIST "list"

Enum: DataRefEnum

Name Value
SCHEMAS "schemas"