{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConfigStoreSecret", "title": "ConfigStoreSecret", "type": "object", "properties": { "key": { "type": "string", "x-speakeasy-param-force-new": true }, "value": { "type": "string", "writeOnly": true, "x-sensitive": true, "x-speakeasy-param-sensitive": true }, "created_at": { "$ref": "#/components/schemas/CreatedAt" }, "updated_at": { "$ref": "#/components/schemas/UpdatedAt" } } }