at.noted.radio.host

noted.at

Documentation

Record representing a single host

main record

Record representing a single host

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

id integer Required

No description available.

imageUri string uri Optional

A valid URI.

name string Required

No description available.

maxLength: 500 bytes
thumbnailUri string uri Optional

A valid URI.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "id",
      "name",
      "createdAt"
    ],
    "properties": {
      "id": {
        "type": "integer"
      },
      "name": {
        "type": "string",
        "maxLength": 500
      },
      "imageUri": {
        "type": "string",
        "format": "uri"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "thumbnailUri": {
        "type": "string",
        "format": "uri"
      }
    }
  },
  "description": "Record representing a single host"
}

Lexicon Garden

@