[remote-specs-validation] Fix `base_location_state` and `base_location_country` value type (#51169)
Fix base_location_state and base_location_country value type
This commit is contained in:
parent
43cc912bba
commit
4f9b851316
|
@ -195,7 +195,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -217,7 +220,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -179,7 +179,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -201,7 +204,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -864,7 +870,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -886,7 +895,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -283,7 +283,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -305,7 +308,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -173,7 +173,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -195,7 +198,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -847,7 +853,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -869,7 +878,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -176,7 +176,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -198,7 +201,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -844,7 +850,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -866,7 +875,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix base_location_state and base_location_country value type
|
|
@ -10,7 +10,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,10 @@
|
|||
"$ref": "#/definitions/operations"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"string",
|
||||
"array"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue