changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "climate": {
+ "description": "Climate",
+ "type": "string"
+ },
+ "diameter": {
+ "description": "Diameter",
+ "type": "string"
+ },
+ "gravity": {
+ "description": "Gravity",
+ "type": "string"
+ },
+ "name": {
+ "description": "Planet name",
+ "type": "string"
+ },
+ "orbital_period": {
+ "description": "Orbital period",
+ "type": "string"
+ },
+ "population": {
+ "description": "Population",
+ "type": "string"
+ },
+ "rotation_period": {
+ "description": "Rotation period",
+ "type": "string"
+ },
+ "surface_water": {
+ "description": "Surface water percentage",
+ "type": "string"
+ },
+ "terrain": {
+ "description": "Terrain",
+ "type": "string"
+ },
+ "url": {
+ "description": "Planet URL",
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "rotation_period",
+ "orbital_period",
+ "diameter",
+ "climate",
+ "gravity",
+ "terrain",
+ "surface_water",
+ "population",
+ "url"
+ ],
+ "type": "object"
+}