changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "type": "number"
+ },
+ "crystal": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "pairings": {
+ "items": {
+ "properties": {
+ "chakras": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "description": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "imageUrl": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "keywords": {
+ "items": {
+ "type": "string"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "id",
+ "imageUrl",
+ "description",
+ "chakras",
+ "keywords"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "crystal",
+ "name",
+ "count",
+ "pairings"
+ ],
+ "type": "object"
+}