{ "type": "object", "properties": { "label": { "type": "string", "example": "example_value" }, "employeeCount": { "type": "integer", "example": 250 } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EmployeeGrowthDataPoint1" }