Skip to content

Commit 3200f5c

Browse files
committed
Add schema for id
1 parent a93e718 commit 3200f5c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

schemas/Manual.items.schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@
9494
"type": ["boolean", "integer"],
9595
"default": false
9696
},
97+
"id": {
98+
"description": "(Optional) Skips the item ID forward to the given value.\nThis can be used to provide buffer space for future items.",
99+
"type": "integer"
100+
},
97101
"_comment": {"$ref": "#/definitions/comment"}
98102
},
99103
"required": ["name"]
@@ -107,4 +111,4 @@
107111
}
108112
}
109113
}
110-
}
114+
}

schemas/Manual.locations.schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@
9292
"type": "boolean",
9393
"default": false
9494
},
95+
"id": {
96+
"description": "(Optional) Skips the item ID forward to the given value.\nThis can be used to provide buffer space for future items.",
97+
"type": "integer"
98+
},
9599
"_comment": {"$ref": "#/definitions/comment"}
96100
}
97101
},
@@ -118,4 +122,4 @@
118122
}
119123
}
120124
}
121-
}
125+
}

0 commit comments

Comments
 (0)