Updated UUID #127

This commit is contained in:
DaanV2
2022-10-13 19:25:17 +02:00
parent c271a33a7d
commit 1550f8100d
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
"description": "A reference to a pack.",
"type": "object",
"properties": {
"pack_id": { "description": "The uuid of the pack to include.", "$ref": "./UUIDV4.json", "title": "Pack Id" },
"pack_id": { "description": "The UUID of the pack to include.", "$ref": "./UUIDV4.json", "title": "Pack Id" },
"version": { "description": "The version of the pack.", "$ref": "./Version.json", "title": "Version" }
}
}