changedOutput schema / properties / locations / items / properties / instance / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "properties": {
- "calendarEntryId": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "canRequestInvite": {
- "default": true,
- "type": "boolean"
- },
- "capacity": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "displayName": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "full": {
- "default": false,
- "type": "boolean"
- },
- "groupAccessType": {
- "default": "members",
- "enum": [
- "members",
- "plus",
- "public"
- ],
- "type": "string"
- },
- "hasCapacityForYou": {
- "type": "boolean"
- },
- "id": {
- "type": "string"
- },
- "instanceId": {
- "type": "string"
- },
- "location": {
- "type": "string"
- },
- "n_users": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "name": {
- "minLength": 1,
- "type": "string"
- },
- "photonRegion": {
- "enum": [
- "eu",
- "jp",
- "unknown",
- "us",
- "use",
- "usw",
- "usx"
- ],
- "type": "string"
- },
- "queueEnabled": {
- "type": "boolean"
- },
- "queueSize": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "recommendedCapacity": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "region": {
- "enum": [
- "eu",
- "jp",
- "unknown",
- "us",
- "use",
- "usw",
- "usx"
- ],
- "type": "string"
- },
- "shortName": {
- "anyOf": [
- {
- "minLength": 1,
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "tags": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "type": {
- "enum": [
- "friends",
- "group",
- "hidden",
- "private",
- "public"
- ],
- "type": "string"
- },
- "userCount": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "worldId": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "additionalProperties": {},
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": {},
+ "properties": {
+ "calendarEntryId": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "canRequestInvite": {
+ "default": true,
+ "type": "boolean"
+ },
+ "capacity": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "displayName": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "full": {
+ "default": false,
+ "type": "boolean"
+ },
+ "groupAccessType": {
+ "default": "members",
+ "enum": [
+ "members",
+ "plus",
+ "public"
+ ],
+ "type": "string"
+ },
+ "hasCapacityForYou": {
+ "type": "boolean"
+ },
+ "id": {
+ "type": "string"
+ },
+ "instanceId": {
+ "type": "string"
+ },
+ "location": {
+ "type": "string"
+ },
+ "n_users": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "name": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "photonRegion": {
+ "enum": [
+ "eu",
+ "jp",
+ "unknown",
+ "us",
+ "use",
+ "usw",
+ "usx"
+ ],
+ "type": "string"
+ },
+ "queueEnabled": {
+ "type": "boolean"
+ },
+ "queueSize": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "recommendedCapacity": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "region": {
+ "enum": [
+ "eu",
+ "jp",
+ "unknown",
+ "us",
+ "use",
+ "usw",
+ "usx"
+ ],
+ "type": "string"
+ },
+ "shortName": {
+ "anyOf": [
+ {
+ "minLength": 1,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "tags": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "type": {
+ "enum": [
+ "friends",
+ "group",
+ "hidden",
+ "private",
+ "public"
+ ],
+ "type": "string"
+ },
+ "userCount": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "worldId": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ }
+]