changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "allocatedToOrg": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "badgeMode": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "freeAllocatableLicenses": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "freeLicenses": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "isPremiumAssigned": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "orgId": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "personalDisplayLimit": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "totalAllocatableLicenses": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}