From 87cd45182adb926f3639d63a17ccd2b4b5c581a5 Mon Sep 17 00:00:00 2001 From: hiroj Date: Tue, 25 Jun 2019 18:53:49 +0900 Subject: [PATCH] Revert Schema changes --- .../0.0/schema/vrm.firstperson.meshannotation.schema.json | 3 +-- specification/0.0/schema/vrm.firstperson.schema.json | 3 +-- specification/0.0/schema/vrm.humanoid.bone.schema.json | 3 +-- specification/0.0/schema/vrm.meta.schema.json | 3 +-- specification/0.0/schema/vrm.schema.json | 2 +- .../schema/vrm.secondaryanimation.collidergroup.schema.json | 3 +-- .../0.0/schema/vrm.secondaryanimation.spring.schema.json | 6 ++---- 7 files changed, 8 insertions(+), 15 deletions(-) diff --git a/specification/0.0/schema/vrm.firstperson.meshannotation.schema.json b/specification/0.0/schema/vrm.firstperson.meshannotation.schema.json index 719672c2b..b2ce8fe78 100644 --- a/specification/0.0/schema/vrm.firstperson.meshannotation.schema.json +++ b/specification/0.0/schema/vrm.firstperson.meshannotation.schema.json @@ -3,8 +3,7 @@ "type": "object", "properties": { "mesh": { - "type": "integer", - "minimum": 0 + "type": "integer" }, "firstPersonFlag": { "type": "string" diff --git a/specification/0.0/schema/vrm.firstperson.schema.json b/specification/0.0/schema/vrm.firstperson.schema.json index 3bc965dc4..ec8a488b4 100644 --- a/specification/0.0/schema/vrm.firstperson.schema.json +++ b/specification/0.0/schema/vrm.firstperson.schema.json @@ -4,8 +4,7 @@ "properties": { "firstPersonBone": { "description": "The bone whose rendering should be turned off in first-person view. Usually Head is specified.", - "type": "integer", - "minimum": 0 + "type": "integer" }, "firstPersonBoneOffset": { "description": "The target position of the VR headset in first-person view. It is assumed that an offset from the head bone to the VR headset is added.", diff --git a/specification/0.0/schema/vrm.humanoid.bone.schema.json b/specification/0.0/schema/vrm.humanoid.bone.schema.json index b60dd4a15..cd6c4b137 100644 --- a/specification/0.0/schema/vrm.humanoid.bone.schema.json +++ b/specification/0.0/schema/vrm.humanoid.bone.schema.json @@ -9,8 +9,7 @@ }, "node": { "description": "Reference node index", - "type": "integer", - "minimum": 0 + "type": "integer" }, "useDefaultValues": { "description": "Unity's HumanLimit.useDefaultValues", diff --git a/specification/0.0/schema/vrm.meta.schema.json b/specification/0.0/schema/vrm.meta.schema.json index 1c94c7dfe..64c6e3437 100644 --- a/specification/0.0/schema/vrm.meta.schema.json +++ b/specification/0.0/schema/vrm.meta.schema.json @@ -24,8 +24,7 @@ }, "texture": { "description": "Thumbnail of VRM model", - "type": "integer", - "minimum": 0 + "type": "integer" }, "allowedUserName": { "description": "A person who can perform with this avatar", diff --git a/specification/0.0/schema/vrm.schema.json b/specification/0.0/schema/vrm.schema.json index c3238d9c8..de4769123 100644 --- a/specification/0.0/schema/vrm.schema.json +++ b/specification/0.0/schema/vrm.schema.json @@ -4,7 +4,7 @@ "type": "object", "properties": { "exporterVersion": { - "description": "Version of exporter that vrm created. UniVRM-0.53.0", + "description": "Version of exporter that vrm created. UniVRM-0.46", "type": "string" }, "specVersion": { diff --git a/specification/0.0/schema/vrm.secondaryanimation.collidergroup.schema.json b/specification/0.0/schema/vrm.secondaryanimation.collidergroup.schema.json index c0663452d..75721b03f 100644 --- a/specification/0.0/schema/vrm.secondaryanimation.collidergroup.schema.json +++ b/specification/0.0/schema/vrm.secondaryanimation.collidergroup.schema.json @@ -4,8 +4,7 @@ "properties": { "node": { "description": "The node of the collider group for setting up collision detections.", - "type": "integer", - "minimum": 0 + "type": "integer" }, "colliders": { "type": "array", diff --git a/specification/0.0/schema/vrm.secondaryanimation.spring.schema.json b/specification/0.0/schema/vrm.secondaryanimation.spring.schema.json index 1551381c1..bf35679d4 100644 --- a/specification/0.0/schema/vrm.secondaryanimation.spring.schema.json +++ b/specification/0.0/schema/vrm.secondaryanimation.spring.schema.json @@ -45,16 +45,14 @@ "description": "Specify the node index of the root bone of the swaying object.", "type": "array", "items": { - "type": "integer", - "minimum": 0 + "type": "integer" } }, "colliderGroups": { "description": "Specify the index of the collider group for collisions with swaying objects.", "type": "array", "items": { - "type": "integer", - "minimum": 0 + "type": "integer" } } }