changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "id": {
+ "description": "Launch Library 2 launch UUID",
+ "type": "string"
+ },
+ "image": {
+ "description": "Launch image URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "infographic": {
+ "description": "Mission infographic URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "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": "Launch date/time (ISO 8601)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "orbit": {
+ "description": "Target orbit name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "orbit_abbrev": {
+ "description": "Target orbit abbreviation",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "pad_name": {
+ "description": "Launch pad name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "programs": {
+ "description": "Associated space programs",
+ "items": {
+ "properties": {
+ "description": {
+ "description": "Program description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "image_url": {
+ "description": "Program logo/image URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Program name",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "rocket_family": {
+ "description": "Rocket family designation",
+ "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"
+ ]
+ },
+ "video_urls": {
+ "description": "Related video URLs",
+ "items": {
+ "properties": {
+ "title": {
+ "description": "Video title",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "description": "Video URL",
+ "type": "string"
+ }
+ },
+ "required": [
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "webcast_live": {
+ "description": "Whether webcast is available",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "name"
+ ],
+ "type": "object"
+}