{ "type": "object", "properties": { "Id": { "type": "string", "example": "500123" }, "Name": { "type": "string", "example": "Acme Corporation" } }, "required": [ "Id", "Name" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GetCompanyRanking" }