Amazon Ground Station · Schema
DescribeEphemerisResponse
DescribeEphemerisResponse schema from Amazon Ground Station API
Data ProcessingIoTSatellite CommunicationsSpace Technology
Properties
| Name | Type | Description |
|---|---|---|
| creationTime | object | |
| enabled | object | |
| ephemerisId | object | |
| invalidReason | object | |
| name | object | |
| priority | object | |
| satelliteId | object | |
| status | object | |
| suppliedData | object | |
| tags | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ground-station/refs/heads/main/json-schema/ground-station-describe-ephemeris-response-schema.json",
"title": "DescribeEphemerisResponse",
"description": "DescribeEphemerisResponse schema from Amazon Ground Station API",
"type": "object",
"properties": {
"creationTime": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The time the ephemeris was uploaded in UTC."
}
]
},
"enabled": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "Whether or not the ephemeris is enabled."
}
]
},
"ephemerisId": {
"allOf": [
{
"$ref": "#/components/schemas/Uuid"
},
{
"description": "The AWS Ground Station ephemeris ID."
}
]
},
"invalidReason": {
"allOf": [
{
"$ref": "#/components/schemas/EphemerisInvalidReason"
},
{
"description": "Reason that an ephemeris failed validation. Only provided for ephemerides with <code>INVALID</code> status."
}
]
},
"name": {
"allOf": [
{
"$ref": "#/components/schemas/SafeName"
},
{
"description": "A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris."
}
]
},
"priority": {
"allOf": [
{
"$ref": "#/components/schemas/EphemerisPriority"
},
{
"description": "<p>Customer-provided priority score to establish the order in which overlapping ephemerides should be used.</p> <p>The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.</p> <p>Priority must be 1 or greater</p>"
}
]
},
"satelliteId": {
"allOf": [
{
"$ref": "#/components/schemas/Uuid"
},
{
"description": "The AWS Ground Station satellite ID associated with ephemeris."
}
]
},
"status": {
"allOf": [
{
"$ref": "#/components/schemas/EphemerisStatus"
},
{
"description": "The status of the ephemeris."
}
]
},
"suppliedData": {
"allOf": [
{
"$ref": "#/components/schemas/EphemerisTypeDescription"
},
{
"description": "Supplied ephemeris data."
}
]
},
"tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagsMap"
},
{
"description": "Tags assigned to an ephemeris."
}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ground-station-describe-ephemeris-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.