async-htm-to-string icon indicating copy to clipboard operation
async-htm-to-string copied to clipboard

Add support for oneOf in object

Open renovate[bot] opened this issue 3 years ago • 0 comments

        "storage": {
            "type": "object",
            "oneOf": [
                { "$ref": "#/definitions/diskDevice" },
                { "$ref": "#/definitions/diskUUID" },
                { "$ref": "#/definitions/nfs" },
                { "$ref": "#/definitions/tmpfs" }
            ]
        }

renovate[bot] avatar Aug 02 '22 02:08 renovate[bot]

+1

Chris, do you mind describing what this would look like at a high level? If I'm feeling particularly eager I may try to submit a PR

sethfri avatar May 30 '15 01:05 sethfri