{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GroupingCompany", "title": "GroupingCompany", "type": "object", "properties": { "company_id": { "description": "The ID of the company", "type": "string", "example": "67890" } }, "required": [ "company_id" ] }