{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CodeSampleOperationIdFilter", "title": "CodeSampleOperationIdFilter", "type": "object", "properties": { "type": { "type": "string", "const": "operationId" }, "operationId": { "type": "string" } }, "required": [ "type", "operationId" ] }