{ "type": "object", "properties": { "companyId": { "type": "integer", "example": 500123 }, "companyName": { "type": "string", "example": "Acme Corporation" }, "companyPhone": { "type": "string", "example": "+1-555-555-1234" }, "companyWebsite": { "type": "string", "example": "example_value" } }, "required": [ "companyId", "companyName", "companyPhone", "companyWebsite" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Company9" }