# Retrieve the Ccontributor data schema This API endpoint retrieves the schema used by the contributors, including any custom fields. Endpoint: GET /v1/org/users/schema Version: 1.0 Security: x-api-key ## Response 200 fields (application/json): - `version` (integer) - `created_at` (integer) - `fields` (array) - `fields.index` (integer) - `fields.key` (string) - `fields.display_name` (string) - `fields.description` (string) - `fields.type` (string) - `fields.system_field` (boolean)