Skip to content

Add include_schema query parameter for data endpoints #136

@bburda

Description

@bburda

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

  1. Add optional include_schema=true|false query parameter to data endpoints
  2. When include_schema=true, include a schema field in the response with the JSON Schema of the data
  3. Default should be include_schema=false to minimize response size

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions