{ "type": "object", "properties": { "rank": { "type": "integer", "example": 100 }, "id": { "type": "integer", "example": 500123 }, "name": { "type": "string", "example": "Acme Corporation" }, "website": { "type": "string", "example": "example_value" }, "employeeCount": { "type": "integer", "example": 250 } }, "required": [ "rank", "id", "name", "website", "employeeCount" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Competitor" }