Skip to main content

ValueTypeObjectRequest

keystringrequired

The key

Possible values: non-empty and <= 100 characters

Example: test_key
typestringrequired

The type of the value

Possible values: [object]

value object[]required

The value

Possible values: >= 1, <= 150

  • Array [
  • oneOf
    keystringrequired

    The key

    Possible values: non-empty and <= 100 characters

    Example: test_key
    typestringrequired

    The type of the value

    Possible values: [string]

    valuestringrequired

    The value

    Example: The value of test_key
  • ]
  • ValueTypeObjectRequest
    {
    "key": "test_key",
    "type": "object",
    "value": [
    {
    "type": "string",
    "key": "test_key",
    "value": "The value of test_key"
    },
    {
    "type": "number",
    "key": "test_key",
    "value": 2021
    },
    {
    "type": "boolean",
    "key": "test_key",
    "value": false
    },
    {
    "type": "date",
    "key": "test_key",
    "value": "2020-09-30"
    },
    {
    "type": "datetime",
    "key": "test_key",
    "value": "2020-09-30T09:09:09Z"
    },
    {
    "type": "string-array",
    "key": "test_key",
    "value": [
    "string"
    ]
    },
    {
    "type": "number-array",
    "key": "test_key",
    "value": [
    0
    ]
    },
    {
    "type": "date-array",
    "key": "test_key",
    "value": [
    "2024-07-29"
    ]
    },
    {
    "type": "datetime-array",
    "key": "test_key",
    "value": [
    "2024-07-29T15:51:28.071Z"
    ]
    },
    {
    "type": "boolean-array",
    "key": "test_key",
    "value": [
    true
    ]
    },
    {
    "type": "file",
    "key": "test_key",
    "value": "c6ad775c-00fa-4e66-95c5-baed151d1628"
    }
    ]
    }