Unified.to · Schema

KmsPageMetadata

IntegrationsUnified API

Properties

Name Type Description
extra_data object
format string
id string
namespace string
slug string
value object
View JSON Schema on GitHub

JSON Schema

unified-to-kmspagemetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/KmsPageMetadata",
  "title": "KmsPageMetadata",
  "properties": {
    "extra_data": {
      "additionalProperties": true,
      "anyOf": [
        {
          "type": "object"
        },
        {
          "type": "string"
        },
        {
          "type": "number"
        },
        {
          "type": "boolean"
        },
        {
          "items": {
            "anyOf": [
              {
                "type": "object"
              },
              {
                "type": "string"
              },
              {
                "type": "number"
              },
              {
                "type": "boolean"
              }
            ]
          },
          "type": "array"
        }
      ]
    },
    "format": {
      "enum": [
        "TEXT",
        "NUMBER",
        "DATE",
        "BOOLEAN",
        "FILE",
        "TEXTAREA",
        "SINGLE_SELECT",
        "MULTIPLE_SELECT",
        "MEASUREMENT",
        "PRICE",
        "YES_NO",
        "CURRENCY",
        "URL",
        "PERCENT",
        "EMAIL",
        "PHONE",
        "REFERENCE",
        "TIME"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    },
    "id": {
      "type": "string"
    },
    "namespace": {
      "type": "string"
    },
    "slug": {
      "type": "string"
    },
    "value": {
      "additionalProperties": true,
      "anyOf": [
        {
          "type": "object"
        },
        {
          "type": "string"
        },
        {
          "type": "number"
        },
        {
          "type": "boolean"
        },
        {
          "items": {
            "anyOf": [
              {
                "type": "object"
              },
              {
                "type": "string"
              },
              {
                "type": "number"
              },
              {
                "type": "boolean"
              }
            ]
          },
          "type": "array"
        }
      ]
    }
  },
  "type": "object"
}