{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Supplier", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "supplierName": { "type": "string" }, "supplierID": { "type": "string" }, "taxID": { "type": "string" }, "isActive": { "type": "boolean" }, "address": { "type": "object" } } }