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