{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SecretStore", "title": "SecretStore", "type": "object", "description": "A secret store providing encrypted storage for credentials and tokens accessible from Fastly Compute services.", "properties": { "id": { "type": "string", "description": "The alphanumeric string identifying the secret store." }, "name": { "type": "string", "description": "The name of the secret store." }, "created_at": { "type": "string", "format": "date-time", "description": "The date and time the secret store was created." } } }