directory.evnt.component.splashMedia

evnt.directory

Documentation

A media item (such as an image or video) that can be used as a splash media for the event

main object

A media item (such as an image or video) that can be used as a splash media for the event

Properties

roles array of string Optional

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "media"
  ],
  "properties": {
    "media": {
      "ref": "directory.evnt.media",
      "type": "ref"
    },
    "roles": {
      "type": "array",
      "items": {
        "enum": [
          "background"
        ],
        "type": "string"
      }
    }
  },
  "description": "A media item (such as an image or video) that can be used as a splash media for the event"
}

Lexicon Garden

@