From f8f8c33c64b0aed726ac8cdaf77c47919d019e91 Mon Sep 17 00:00:00 2001 From: Karishma Chadha Date: Tue, 18 Dec 2018 18:19:59 -0500 Subject: [PATCH] fix(sb3_definitions): allow sprites to be named 'stage' or 'Stage' #49 --- lib/sb3_definitions.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/sb3_definitions.json b/lib/sb3_definitions.json index 2cff9ef..8a941d4 100644 --- a/lib/sb3_definitions.json +++ b/lib/sb3_definitions.json @@ -347,8 +347,7 @@ "description": "Description of property (and/or property/value pairs) for sprites.", "properties": { "name": { - "type": "string", - "not": {"enum": ["Stage", "stage"]} + "type": "string" }, "isStage": { "type": "boolean",