Skip to main content

ImageAlbum

A class defining information relating to images for a parking facility.

photostring<url>

Represents a Url for an internet accessible resource

caption object[]

Multilingual string, represented as an array of SpecificLanguageString objects, each containing a language code (using ISO 639-1:2002) and the translated string

Possible values: >= 1

  • Array [
  • languageLanguageCode (string)required

    ISO 639-1:2002 language code

    Possible values: Value must match regular expression ^[a-z]{2}$

    Example: en
    stringstringrequired

    Translated string

  • ]
  • logoImagestring<url>[]

    URL to location of logo(s) the parking operator wishes to associate with this parking facility (e.g. their logo, schemes [ParkMark])

    ImageAlbum
    {
    "photo": "string",
    "caption": [
    {
    "language": "en",
    "string": "string"
    }
    ],
    "logoImage": [
    "string"
    ]
    }