cURL
curl --request GET \ --url https://api.example.com/schemas/{id}
{ "id": "123e4567-e89b-12d3-a456-426614174000", "name": "My Schema", "schema": { "foo": "bar" } }
Schema retrieved successfully
The id of the schema
"123e4567-e89b-12d3-a456-426614174000"
The name of the schema
"My Schema"
The schema
{ "foo": "bar" }