Validate a STAC object
POST/validate
Post an object to validate it against its respective stac type. E.g. catalog, collection, item.
Request
Responses
- 200
- 400
Validation result
Response Headers
X-Maxar-RequestId any
- application/json
- Schema
- Example (from schema)
Schema
success booleanrequired
Object passed validation
message string
Validation error message if not successful
{
"success": true,
"message": "string"
}
Bad request
Response Headers
X-Maxar-RequestId any
- application/json
- Schema
- Example (from schema)
Schema
message string
request_id string
UUID of web request
{
"message": "string",
"request_id": "string"
}
Loading...