|
|
|
@ -163,8 +163,7 @@
|
|
|
|
"items": {
|
|
|
|
"items": {
|
|
|
|
"oneOf": [
|
|
|
|
"oneOf": [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"type": "string",
|
|
|
|
"type": "string"
|
|
|
|
"pattern": "^[A-K]\\d{1,2}$"
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"type": "null"
|
|
|
|
"type": "null"
|
|
|
|
@ -176,15 +175,13 @@
|
|
|
|
"cols": {
|
|
|
|
"cols": {
|
|
|
|
"type": "array",
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"items": {
|
|
|
|
"type": "string",
|
|
|
|
"type": "string"
|
|
|
|
"pattern": "^[A-K]\\d{1,2}$"
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"rows": {
|
|
|
|
"rows": {
|
|
|
|
"type": "array",
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"items": {
|
|
|
|
"type": "string",
|
|
|
|
"type": "string"
|
|
|
|
"pattern": "^[A-K]\\d{1,2}$"
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|