removedOutput schema / properties / activeUserId / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / activeUserId / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / db / properties / path / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / db / properties / path / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / userPrefix / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / userPrefix / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / vrcxJson / properties / path / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / vrcxJson / properties / path / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / worldDb / properties / path / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / worldDb / properties / path / type
Added value: +[
+ "string",
+ "null"
+]