{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CreatedCredential", "allOf": [ { "$ref": "#/components/schemas/Credential" }, { "type": "object", "properties": { "secret": { "type": "string", "description": "One-time secret returned only at creation for `http_token` credentials." } } } ] }