{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/mq_producer", "title": "mq_producer", "properties": { "environment": { "readOnly": true, "type": "string" }, "service": { "readOnly": true, "type": "string" } }, "type": "object" }