blob: d88cc2fe7a10b63dce8c102ca9c6cf9b32782962 [file] [log] [blame]
{
"openapi": "3.0.0",
"info": {
"title": "Generated by cue.",
"version": "no version"
},
"paths": {},
"components": {
"schemas": {
"Foo": {
"type": "string"
},
"LoadBalancerSettings": {
"type": "object",
"oneOf": [
{
"not": {
"anyOf": [
{
"required": [
"consistentHash",
"b"
],
"properties": {
"consistentHash": {
"$ref": "#/components/schemas/LoadBalancerSettings.ConsistentHashLB"
},
"b": {
"$ref": "#/components/schemas/Foo"
}
}
}
]
}
},
{
"required": [
"consistentHash",
"b"
],
"properties": {
"consistentHash": {
"$ref": "#/components/schemas/LoadBalancerSettings.ConsistentHashLB"
},
"b": {
"$ref": "#/components/schemas/Foo"
}
}
}
]
},
"LoadBalancerSettings.ConsistentHashLB": {
"type": "object",
"oneOf": [
{
"not": {
"anyOf": [
{
"required": [
"httpHeaderName"
],
"properties": {
"httpHeaderName": {
"type": "string"
}
}
}
]
}
},
{
"required": [
"httpHeaderName"
],
"properties": {
"httpHeaderName": {
"type": "string"
}
}
}
]
}
}
}
}