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
entityTypestring · enumFilter schemas by space entity type
Enum values:CARGOVESSELCREWROUTESTATIONPLANETASTEROIDSATELLITEversionstring · pattern:^\d+\.\d+\.\d+$Filter schemas by version
Responses
List of schemas retrieved successfully
schemasobject[]countintegerTotal number of schemas returned
Get schema details
Retrieve detailed information about a specific schema, including its structure
path Parameters
schemaIdstring · requiredUnique identifier of the schema
query Parameters
includeStructurebooleanWhether to include the full schema structure
Default: true
Responses
Schema details retrieved successfully
metadataobjectMetadata about a schema
structureobjectThe JSON Schema structure
Get facility capabilities
Retrieve detailed capability information for space cargo facilities, including their operational status and supported features
query Parameters
facilityIdsarray | nullArray of facility IDs to test
statusesobject[]Array of status configurations
Responses
Test response with array and nullable types
facilitiesarray | nullmetadataobject