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