{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CustomerAccount", "type": "object", "properties": { "requestId": { "type": "string", "description": "An identifier established by the customer." } } }