cx.vmx.matadisco

vmx.cx

Documentation

A Matadisco record

main record

A Matadisco record

Record Key tid Timestamp-based ID

Properties

preview ref #preview Optional

No description available.

publishedAt string datetime Required

The time the original metadata/data was published

resource string uri Required

A URI that links to resource containing the metadata

tags ref #tags Optional

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "publishedAt",
      "resource"
    ],
    "properties": {
      "tags": {
        "ref": "#tags",
        "type": "ref"
      },
      "preview": {
        "ref": "#preview",
        "type": "ref"
      },
      "resource": {
        "type": "string",
        "format": "uri",
        "description": "A URI that links to resource containing the metadata"
      },
      "publishedAt": {
        "type": "string",
        "format": "datetime",
        "description": "The time the original metadata/data was published"
      }
    }
  },
  "description": "A Matadisco record"
}
preview object

Preview of the data

Properties

mimeType string Required

The media type the preview has

url string uri Optional

The URL to the preview

View raw schema
{
  "type": "object",
  "required": [
    "mimeType"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "The URL to the preview"
    },
    "mimeType": {
      "type": "string",
      "description": "The media type the preview has"
    }
  },
  "description": "Preview of the data"
}
tags array

Tags that describe the metadata. A tag might have a corresponding top-level key with the same name.

View raw schema
{
  "type": "array",
  "items": {
    "type": "string",
    "maxLength": 200,
    "minLength": 1
  },
  "maxLength": 20,
  "description": "Tags that describe the metadata. A tag might have a corresponding top-level key with the same name."
}

Lexicon Garden

@