Merge · Schema

SecretOptionPublic

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
option_label string
value string
option_default boolean
View JSON Schema on GitHub

JSON Schema

merge-secretoptionpublic-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SecretOptionPublic",
  "title": "SecretOptionPublic",
  "type": "object",
  "properties": {
    "option_label": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "option_default": {
      "type": "boolean"
    }
  },
  "required": [
    "option_label",
    "value",
    "option_default"
  ]
}