Arcade · JSON Structure

Arcade Engine Secret Response Structure

Structural projection of the SecretResponse resource of the Arcade Engine API.

Type: object Properties: 4
AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

arcade-engine-secret-response is a JSON Structure definition published by Arcade, describing 4 properties.

Properties

binding editable exists value

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://github.com/api-evangelist/arcade/json-structure/arcade-engine-secret-response-structure.json",
  "name": "arcade-engine-secret-response",
  "title": "Arcade Engine SecretResponse Structure",
  "description": "Structural projection of the SecretResponse resource of the Arcade Engine API.",
  "type": "object",
  "properties": {
    "binding": {
      "type": "string",
      "enum": [
        "static",
        "tenant",
        "project",
        "account"
      ],
      "x-enum-varnames": [
        "StaticBindingType",
        "TenantBindingType",
        "ProjectBindingType",
        "AccountBindingType"
      ]
    },
    "editable": {
      "type": "boolean"
    },
    "exists": {
      "type": "boolean"
    },
    "value": {
      "type": "string"
    }
  },
  "required": []
}