{ "$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": [] }