Compare commits
1 Commits
v3.0.1-alp
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ac0215247 |
@@ -35,6 +35,20 @@
|
||||
"pattern": "^[a-zA-Z0-9]+$"
|
||||
},
|
||||
"description": "List of TIPLOC Codes"
|
||||
},
|
||||
"skip": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"skip": {
|
||||
"type": "integer",
|
||||
"description": "Number of stops to skip"
|
||||
},
|
||||
"position": {
|
||||
"type": "string",
|
||||
"enum": ["head", "tail"],
|
||||
"description": "Position of stops to be skipped, either 'head' or 'tail'"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["code"],
|
||||
|
||||
Reference in New Issue
Block a user