{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"trajectory": {
"type": "string",
"description": "Launch destination, e.g. \"Moon\", \"Mars\", \"ISS\"."
}
},
"required": [
"trajectory"
]
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"amount": {
"type": "number",
"description": "Fuel amount in tons."
},
"oxidizer_ratio": {
"type": "number",
"description": "Oxidizer ratio (e.g., 2.5)."
}
},
"required": [
"amount",
"oxidizer_ratio"
]
}{
"type": "object",
"properties": {
"auth_code": {
"type": "string",
"description": "4-digit authorization code. Must be obtained from the user."
},
"trajectory": {
"type": "string",
"description": "Launch destination, e.g. \"Moon\" or \"Mars\"."
}
},
"required": [
"auth_code",
"trajectory"
]
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"slug": {
"type": "string"
},
"website": {
"type": "string"
},
"author_name": {
"type": "string"
},
"author_email": {
"type": "string"
},
"text": {
"type": "string"
}
},
"required": [
"author_name",
"text"
]
}