Skip to content

@ubstream/ubstream-node-client-sdk / Exports / IPublicSchema

Interface: IPublicSchema

Object representing a metadata schema.

Table of contents

Properties

Properties

descriptions

descriptions: IPublicI18nObject

Object representing the description of the metadata schema in different languages.

Example

"descriptions": {
     "en": "Description en",
     "fr": "Description fr",
     "default": "Description en"
}

id

id: string

The id of the metadata schema.


labels

labels: IPublicI18nObject

Object representing the label of the metadata schema in different languages.

Example

"labels": {
     "en": "Label en",
     "fr": "Label fr",
     "default": "Label en"
}

name

name: string

The name of the metadata schema.


objects

objects: IPublicObject[]

Array of object representing all information concerning a metadata.