changedInput schema / definitions / __schema0 / anyOf
Previous value: -[
- {
- "properties": {
- "kind": {
- "const": "object",
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "path": {
- "type": "string"
- }
- },
- "required": [
- "kind"
- ],
- "type": "object"
- },
- {
- "properties": {
- "kind": {
- "const": "render_data",
- "type": "string"
- },
- "name": {
- "type": "string"
- }
- },
- "required": [
- "kind",
- "name"
- ],
- "type": "object"
- },
- {
- "properties": {
- "kind": {
- "const": "take",
- "type": "string"
- },
- "name": {
- "type": "string"
- }
- },
- "required": [
- "kind",
- "name"
- ],
- "type": "object"
- },
- {
- "properties": {
- "kind": {
- "const": "material",
- "type": "string"
- },
- "name": {
- "type": "string"
- }
- },
- "required": [
- "kind",
- "name"
- ],
- "type": "object"
- },
- {
- "properties": {
- "kind": {
- "const": "tag",
- "type": "string"
- },
- "object": {
- "type": "string"
- },
- "object_path": {
- "type": "string"
- },
- "tag_name": {
- "type": "string"
- },
- "type_id": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- }
- },
- "required": [
- "kind"
- ],
- "type": "object"
- },
- {
- "properties": {
- "kind": {
- "const": "video_post",
- "type": "string"
- },
- "render_data": {
- "type": "string"
- },
- "type_id": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- }
- },
- "required": [
- "kind",
- "render_data",
- "type_id"
- ],
- "type": "object"
- },
- {
- "properties": {
- "index": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "kind": {
- "const": "shader",
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "owner": {
- "allOf": [
- {
- "$ref": "#/definitions/__schema0"
- }
- ]
- }
- },
- "required": [
- "kind",
- "owner"
- ],
- "type": "object"
- },
- {
- "properties": {
- "id": {
- "type": "string"
- },
- "kind": {
- "const": "gv_node",
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "tag": {
- "allOf": [
- {
- "$ref": "#/definitions/__schema0"
- }
- ]
- }
- },
- "required": [
- "kind",
- "tag"
- ],
- "type": "object"
- },
- {
- "properties": {
- "kind": {
- "const": "plugin_options",
- "type": "string"
- },
- "plugin_id": {
- "anyOf": [
- {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- {
- "type": "string"
- }
- ]
- },
- "plugin_type": {
- "enum": [
- "command",
- "object",
- "tag",
- "material",
- "shader",
- "video_post",
- "scene_loader",
- "scene_saver",
- "bitmap_loader",
- "bitmap_saver",
- "tool",
- "preference",
- "node",
- "sculpt_brush"
- ],
- "type": "string"
- }
- },
- "required": [
- "kind",
- "plugin_id"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "properties": {
+ "kind": {
+ "const": "object",
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "path": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "kind": {
+ "const": "render_data",
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "name"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "kind": {
+ "const": "take",
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "name"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "kind": {
+ "const": "material",
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "name"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "kind": {
+ "const": "layer",
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "name"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "kind": {
+ "const": "tag",
+ "type": "string"
+ },
+ "object": {
+ "type": "string"
+ },
+ "object_path": {
+ "type": "string"
+ },
+ "tag_name": {
+ "type": "string"
+ },
+ "type_id": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "kind"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "kind": {
+ "const": "video_post",
+ "type": "string"
+ },
+ "render_data": {
+ "type": "string"
+ },
+ "type_id": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "kind",
+ "render_data",
+ "type_id"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "index": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "kind": {
+ "const": "shader",
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "owner": {
+ "allOf": [
+ {
+ "$ref": "#/definitions/__schema0"
+ }
+ ]
+ }
+ },
+ "required": [
+ "kind",
+ "owner"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "kind": {
+ "const": "gv_node",
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "tag": {
+ "allOf": [
+ {
+ "$ref": "#/definitions/__schema0"
+ }
+ ]
+ }
+ },
+ "required": [
+ "kind",
+ "tag"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "kind": {
+ "const": "plugin_options",
+ "type": "string"
+ },
+ "plugin_id": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ "plugin_type": {
+ "enum": [
+ "command",
+ "object",
+ "tag",
+ "material",
+ "shader",
+ "video_post",
+ "scene_loader",
+ "scene_saver",
+ "bitmap_loader",
+ "bitmap_saver",
+ "tool",
+ "preference",
+ "node",
+ "sculpt_brush"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "plugin_id"
+ ],
+ "type": "object"
+ }
+]