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