{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AddAccountResponse", "description": "Response from adding an account.", "$id": "https://raw.githubusercontent.com/api-evangelist/chickfila/refs/heads/main/json-schema/bovine-add-account-response-schema.json", "type": "object", "properties": { "response": { "type": "string", "description": "The result of the add operation, or an error message.", "example": "added" } } }