Schema
Path parameters
schemaIdstring · uuidRequiredExample:
Unique identifier (UUID) of the schema to retrieve
550e8400-e29b-41d4-a716-446655440000Responses
200
Schema retrieved successfully
application/json
400
Invalid schema ID format - The provided ID is not a valid UUID
application/json
401
Unauthorized - Invalid or missing JWT token
application/json
404
Schema not found - No schema exists with the provided ID
application/json
get
/api/schema/{schemaId}Last updated