Skip to main content

Metadata

Metadata encapsulates access-scoped metadata.

accessaccess (string)

Access identifier that provided the metadata.

metadataData object

Access specific metadata values.

accessaccess (string)

Access identifier used in the metadata source.

data object[]

Arbitrary data entries supplied by the provider.

  • Array [
  • typetype (string)

    Type identifier that categorises the value.

    valuevalue (string)

    Associated value.

  • ]
  • createdAtstring<date-time>

    Creation timestamp for the metadata entry.

    updatedAtstring<date-time>

    Last update timestamp for the metadata entry.

    Metadata
    {
    "access": "string",
    "metadataData": {
    "access": "string",
    "data": [
    {
    "type": "string",
    "value": "string"
    }
    ]
    },
    "createdAt": "2024-07-29T15:51:28.071Z",
    "updatedAt": "2024-07-29T15:51:28.071Z"
    }