Summary
Add support for include_schema query parameter on data-related endpoints (e.g., GET /apps/{id}/data/{data-id}) to optionally include the JSON schema describing the data structure in the response.
Proposed solution
- Add optional
include_schema=true|false query parameter to data endpoints
- When
include_schema=true, include a schema field in the response with the JSON Schema of the data
- Default should be
include_schema=false to minimize response size