Merge · Schema

RemoteFieldClassForCustomObjectClassItemSchema

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
item_type stringnull
item_format stringnull
item_choices arraynull
View JSON Schema on GitHub

JSON Schema

merge-remotefieldclassforcustomobjectclassitemschema-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RemoteFieldClassForCustomObjectClassItemSchema",
  "title": "RemoteFieldClassForCustomObjectClassItemSchema",
  "type": "object",
  "properties": {
    "item_type": {
      "type": [
        "string",
        "null"
      ]
    },
    "item_format": {
      "type": [
        "string",
        "null"
      ]
    },
    "item_choices": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "item_type",
    "item_format",
    "item_choices"
  ]
}