async-htm-to-string
async-htm-to-string copied to clipboard
Add support for oneOf in object
"storage": {
"type": "object",
"oneOf": [
{ "$ref": "#/definitions/diskDevice" },
{ "$ref": "#/definitions/diskUUID" },
{ "$ref": "#/definitions/nfs" },
{ "$ref": "#/definitions/tmpfs" }
]
}
+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