{ "type": "object", "properties": { "oneYearGrowthRate": { "type": "string", "example": "example_value" }, "twoYearGrowthRate": { "type": "string", "example": "example_value" }, "employeeGrowthDataPoints": { "type": "array", "description": "", "example": [], "items": { "type": "object" } } }, "required": [ "oneYearGrowthRate", "twoYearGrowthRate", "employeeGrowthDataPoints" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EmployeeGrowth1" }