changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "launches": {
+ "description": "List of upcoming launches",
+ "items": {
+ "properties": {
+ "id": {
+ "description": "Launch Library 2 launch UUID",
+ "type": "string"
+ },
+ "location": {
+ "description": "Launch location/facility name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "location_country": {
+ "description": "Launch location country code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "mission_description": {
+ "description": "Mission objectives and details",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "mission_name": {
+ "description": "Mission name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "mission_type": {
+ "description": "Mission type classification",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Launch name",
+ "type": "string"
+ },
+ "net": {
+ "description": "Scheduled launch date/time (ISO 8601)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "pad_name": {
+ "description": "Launch pad name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "rocket_name": {
+ "description": "Rocket full name or configuration name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "description": "Launch status name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status_description": {
+ "description": "Detailed status description",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "name"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total": {
+ "description": "Total count of upcoming launches available",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "launches"
+ ],
+ "type": "object"
+}