Adding cameras schemas (#283)
This commit is contained in:
9
source/general/cameras/identifier.json
Normal file
9
source/general/cameras/identifier.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.camera.identifier",
|
||||
"description": "A minecraft camera identifier.",
|
||||
"examples": ["namespace:camera"],
|
||||
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
|
||||
"title": "Camera Identifier",
|
||||
"type": "string",
|
||||
"defaultSnippets": [{ "label": "New Identifier", "body": "$1:$2" }]
|
||||
}
|
||||
Reference in New Issue
Block a user