{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Company", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "country": { "type": "string" }, "timezone": { "type": "string" }, "currency": { "type": "string" } } }