directory.evnt.media.source

evnt.directory

Documentation

main object

No description available.

Properties

blob blob Optional

No description available.

mimeType string Optional

No description available.

url string Optional

No description available.

View raw schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "blob": {
      "type": "blob"
    },
    "mimeType": {
      "type": "string"
    },
    "dimensions": {
      "ref": "directory.evnt.media.source#dimensions",
      "type": "ref"
    }
  }
}
dimensions object

No description available.

Properties

height string Optional

No description available.

width string Optional

No description available.

View raw schema
{
  "type": "object",
  "properties": {
    "width": {
      "type": "string"
    },
    "height": {
      "type": "string"
    }
  }
}

Lexicon Garden

@