{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/anrok/main/json-schema/customer-name.json", "title": "CustomerName", "description": "The name of the customer. This is used for display purposes only.", "type": "string", "examples": [ "Acme Inc" ] }