Files
minecraft-bedrock-json-schemas/source/general/UUIDV4.json
2022-07-22 19:41:04 +02:00

10 lines
286 B
JSON

{
"$id": "UUIDV4",
"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}$",
"title": "A UUID V4",
"type": "string",
"defaultSnippets": [{ "label": "new UUID v4", "body": "$UUID" }]
}