[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:
Chi-Hsuan Huang 2024-09-09 10:35:21 +08:00 committed by GitHub
parent 43cc912bba
commit 4f9b851316
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 78 additions and 20 deletions

View File

@ -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"
]
}
}
},

View File

@ -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"
]
}
}
},

View File

@ -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"
]
}
}
},

View File

@ -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"
]
}
}
},

View File

@ -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"
]
}
}
},

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix base_location_state and base_location_country value type

View File

@ -10,7 +10,10 @@
"$ref": "#/definitions/operations"
},
"value": {
"type": "string"
"type": [
"string",
"array"
]
}
}
}
}

View File

@ -10,7 +10,10 @@
"$ref": "#/definitions/operations"
},
"value": {
"type": "string"
"type": [
"string",
"array"
]
}
}
}
}