Endpoints for retrieving and validating data schemas used across the Cosmo Cargo platform.
List available schemas
Retrieve a list of all available data schemas in the Cosmo Cargo platform
query Parameters
entityType
string · enumFilter schemas by space entity type
Enum values:CARGOVESSELCREWROUTESTATIONPLANETASTEROIDSATELLITEversion
string · pattern:^\d+\.\d+\.\d+$
Filter schemas by version
Responses
List of schemas retrieved successfully
schemas
object[]count
integerTotal number of schemas returned
Get schema details
Retrieve detailed information about a specific schema, including its structure
path Parameters
schemaId
string · requiredUnique identifier of the schema
query Parameters
includeStructure
booleanWhether to include the full schema structure
Default: true
Responses
Schema details retrieved successfully
metadata
objectMetadata about a schema
structure
objectThe JSON Schema structure
Get facility capabilities
Retrieve detailed capability information for space cargo facilities, including their operational status and supported features
query Parameters
facilityIds
array | nullArray of facility IDs to test
statuses
object[]Array of status configurations
Responses
Test response with array and nullable types
facilities
array | nullmetadata
object