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