Schema Types Collection

Top  Previous  Next

Path

/schemas/{schema}/types

 

Description

The collection of types defined by a schema.

 

Supported HTTP Operations

 

HTTP Method

Description

Supported Formats

GET

Pages through the list of types defined by the schema. Returns a ListRepr of TypeRepr items.

XML, JSON

POST

Adds a type definition to the schema. Accepts a TypeRepr item.

XML, JSON

 

Notes