changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "crystals": {
+ "items": {
+ "properties": {
+ "colors": {
+ "items": {
+ "type": "string"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "id": {
+ "type": "string"
+ },
+ "imageUrl": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "id",
+ "imageUrl",
+ "colors"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "element": {
+ "type": "string"
+ },
+ "limit": {
+ "type": "number"
+ },
+ "offset": {
+ "type": "number"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "element",
+ "total",
+ "limit",
+ "offset",
+ "crystals"
+ ],
+ "type": "object"
+}