{ "type": "object", "properties": { "firstName": { "type": "string", "example": "Acme Corporation" }, "companyName": { "type": "string", "example": "Acme Corporation" } }, "required": [ "firstName", "companyName" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Query" }