{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Action", "title": "Action", "externalDocs": { "url": "http://developer.xero.com/documentation/api/organisation/" }, "properties": { "Name": { "description": "Name of the actions for this organisation", "type": "string", "example": "UseMulticurrency" }, "Status": { "description": "Status of the action for this organisation", "type": "string", "enum": [ "ALLOWED", "NOT-ALLOWED" ] } } }