schema.py

Dataset requests.

schema.get_collection_data_structure()[source]

Get an empty collection entry.

Returns

JSON structure of a collection.

Return type

flask.Response

schema.get_dataset_data_structure()[source]

Get an empty dataset entry.

Returns

JSON structure of a dataset.

Return type

flask.Response

schema.get_order_data_structure()[source]

Get an empty order entry.

Returns

JSON structure of a order.

Return type

flask.Response

schema.get_user_data_structure()[source]

Get an empty user entry.

Returns

JSON structure of a user.

Return type

flask.Response

schema.list_available_schemas()[source]

Provide a list of available schemas.