{"name":"provided_test_app3","description":"Defines common structures used throughout the chamber.io infrastructure.","models":{"healthcheck":{"description":"Response model indicating the health of a service.","fields":[{"name":"health","description":"The current health of the service. Normally this is `healthy`, otherwise an simple error message can be shown.","type":"string"}]},"generic_error":{"description":"A generic error providing a message and some basic meta data.","fields":[{"name":"id","description":"A guid for identifying the error e.g. in log files.","type":"uuid"},{"name":"timestamp","description":"Timestamp of the when the error occurred.","type":"date-time-iso8601"},{"name":"source","description":"An optional source on which the error occurred.","type":"string","required":false},{"name":"type","description":"An optional type for categorizing e.g. `validation` or `invalid_state`.","type":"string","required":false},{"name":"message","description":"The actual message of the error.","type":"string"}]}}}