{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pwa_secret_v3_MaskedSecret", "title": "pwa_secret_v3_MaskedSecret", "type": "object", "properties": { "secret_id": { "type": "string" }, "last_four": { "type": "string" }, "created_at": { "type": "string" }, "used_at": { "type": "string" } }, "required": [ "secret_id", "last_four" ] }