{ "type": "object", "name": "Searchcompaniesbyemployeegrowthrate", "properties": { "maxResults": { "type": "integer" }, "totalResults": { "type": "integer" }, "currentPage": { "type": "integer" }, "data": { "type": "array", "description": "", "items": { "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" } }, "required": [ "id", "name" ] } } }, "required": [ "maxResults", "totalResults", "currentPage", "data" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }