Feat: Add 'skip' object to the PISObject schema to allow for partial matches to be described.
All checks were successful
Generate and Release Protos / release (push) Successful in 31s
All checks were successful
Generate and Release Protos / release (push) Successful in 31s
This commit is contained in:
@@ -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