diff --git a/source/general/UUIDV4.json b/source/general/UUIDV4.json index b9eb0dd4..58854f47 100644 --- a/source/general/UUIDV4.json +++ b/source/general/UUIDV4.json @@ -1,8 +1,8 @@ { "$id": "UUIDV4", - "type": "string", - "title": "A UUID V4", "description": "A valid uuid v4", + "format": "uuid", "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$", - "format": "uuid" + "title": "A UUID V4", + "type": "string" } diff --git a/source/general/block/identifier.json b/source/general/block/identifier.json index 8d1419d2..a0e0ccff 100644 --- a/source/general/block/identifier.json +++ b/source/general/block/identifier.json @@ -1,8 +1,8 @@ { "$id": "blockception.minecraft.block.identifier", - "type": "string", - "title": "Block Identifier", "description": "A minecraft block identifier", + "examples": ["namespace:block"], "pattern": "^[0-9a-zA-Z:_\\.\\-]+$", - "examples": ["namespace:block"] + "title": "Block Identifier", + "type": "string" } diff --git a/source/general/entity/identifier.json b/source/general/entity/identifier.json index 38994dcc..10d75d1c 100644 --- a/source/general/entity/identifier.json +++ b/source/general/entity/identifier.json @@ -1,8 +1,8 @@ { "$id": "blockception.minecraft.entity.identifier.1.8.0", - "type": "string", - "title": "Entity Identifier 1.8.0", "description": "A minecraft entity identifier", "examples": ["namespace:entity_name"], - "pattern": "^[0-9a-zA-Z:_\\.\\-]+$" + "pattern": "^[0-9a-zA-Z:_\\.\\-]+$", + "title": "Entity Identifier 1.8.0", + "type": "string" } diff --git a/source/general/feature/identifier.json b/source/general/feature/identifier.json index dddd5669..9b815a9f 100644 --- a/source/general/feature/identifier.json +++ b/source/general/feature/identifier.json @@ -1,8 +1,8 @@ { "$id": "blockception.minecraft.feature.identifier", - "type": "string", - "title": "Feature Identifier", "description": "A minecraft feature identifier", "examples": ["namespace:feature"], - "pattern": "^[0-9a-zA-Z:_\\.\\-]+$" + "pattern": "^[0-9a-zA-Z:_\\.\\-]+$", + "title": "Feature Identifier", + "type": "string" } diff --git a/source/general/fog/identifier.json b/source/general/fog/identifier.json index 329e7f1e..06cbfdc2 100644 --- a/source/general/fog/identifier.json +++ b/source/general/fog/identifier.json @@ -1,8 +1,8 @@ { "$id": "blockception.minecraft.fog.identifier", - "type": "string", - "title": "Fog Identifier", "description": "A minecraft fog identifier", "examples": ["namespace:fog_name"], - "pattern": "^[0-9a-zA-Z:_\\.\\-]+$" + "pattern": "^[0-9a-zA-Z:_\\.\\-]+$", + "title": "Fog Identifier", + "type": "string" } diff --git a/source/general/item/identifier.json b/source/general/item/identifier.json index 80304eba..53305ff0 100644 --- a/source/general/item/identifier.json +++ b/source/general/item/identifier.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.item.identifier", - "type": "string", - "title": "Item Identifier", "description": "A minecraft item identifier", - "pattern": "^[0-9a-zA-Z:_\\-\\.]+$" + "pattern": "^[0-9a-zA-Z:_\\-\\.]+$", + "title": "Item Identifier", + "type": "string" } diff --git a/source/general/loot_table/identifier.json b/source/general/loot_table/identifier.json index 5f716c3e..4a9dce9b 100644 --- a/source/general/loot_table/identifier.json +++ b/source/general/loot_table/identifier.json @@ -1,8 +1,8 @@ { "$id": "blockception.minecraft.loot_table.identifier", - "type": "string", - "title": "Loot Table Identifier", "description": "A minecraft loot_table identifier", + "examples": ["loot_tables/"], "pattern": "^loot_tables/.*\\.json$", - "examples": ["loot_tables/"] + "title": "Loot Table Identifier", + "type": "string" } diff --git a/source/general/particle/identifier.json b/source/general/particle/identifier.json index ffd3df86..09470cf1 100644 --- a/source/general/particle/identifier.json +++ b/source/general/particle/identifier.json @@ -1,8 +1,8 @@ { "$id": "blockception.minecraft.particle.identifier", - "type": "string", - "title": "Particle Identifier", "description": "The minecraft particle identifier", "examples": ["namespace:particle_name"], - "pattern": "^[0-9a-zA-Z:_\\.\\-]+$" + "pattern": "^[0-9a-zA-Z:_\\.\\-]+$", + "title": "Particle Identifier", + "type": "string" } diff --git a/source/general/volume/identifier.json b/source/general/volume/identifier.json index 29a6cf29..7961aff5 100644 --- a/source/general/volume/identifier.json +++ b/source/general/volume/identifier.json @@ -1,8 +1,8 @@ { "$id": "blockception.minecraft.entity.volume", - "type": "string", - "title": "Volume Identifier", "description": "A minecraft entity volume", "examples": ["namespace:volume_name"], - "pattern": "^[0-9a-zA-Z:_\\.\\-]+$" + "pattern": "^[0-9a-zA-Z:_\\.\\-]+$", + "title": "Volume Identifier", + "type": "string" }