# Retrieve a user schema Retrieves a user Schema. Endpoint: GET /v3/schema/users Version: 2026-01-08 Security: ZephrHmacHttp ## Response 200 fields (application/json): - `slug` (string) Example: "slug1" - `visibility` (string) Enum: "PUBLIC" - `context` (string) Example: "slug1" - `label` (string) Example: "Test" - `internal-description` (string) Example: "This is for testing" - `public-description` (string) Example: "Please provide some info" - `required` (boolean) - `validation-expression` (string) Example: "test" - `input-type` (string) Enum: "text", "color", "number", "range", "time", "datetime", "date", "week", "month", "email", "tel", "url", "password", "select", "checkbox", "radio", "textarea", "hidden" - `select-options` (string) Example: "null" - `range-start` (number) - `range-end` (number) Example: 100 - `range-step` (number) Example: 5 - `decision-point` (boolean) - `publicly-writable` (boolean) - `form-use` (boolean) - `unit` (string) Example: "unit" - `unit-position` (string) Enum: "leading", "trailing" - `value-precision` (number) - `stat-direction` (string) Enum: "ascending", "descending"