changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "affirmation": {
+ "type": "string"
+ },
+ "birthMonth": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "chakras": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "colors": {
+ "items": {
+ "type": "string"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "description": {
+ "type": "string"
+ },
+ "elements": {
+ "items": {
+ "type": "string"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "hardness": {
+ "type": "number"
+ },
+ "id": {
+ "type": "string"
+ },
+ "imageUrl": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "keywords": {
+ "items": {
+ "type": "string"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "meaning": {
+ "properties": {
+ "emotional": {
+ "type": "string"
+ },
+ "physical": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "spiritual": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "spiritual",
+ "emotional",
+ "physical"
+ ],
+ "type": "object"
+ },
+ "name": {
+ "type": "string"
+ },
+ "numericalVibration": {
+ "type": "number"
+ },
+ "pairsWith": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "planet": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "zodiacSigns": {
+ "items": {
+ "type": "string"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "name",
+ "id",
+ "imageUrl",
+ "description",
+ "meaning",
+ "chakras",
+ "zodiacSigns",
+ "planet",
+ "elements",
+ "colors",
+ "hardness",
+ "numericalVibration",
+ "keywords",
+ "birthMonth",
+ "affirmation",
+ "pairsWith"
+ ],
+ "type": "object"
+}