# Get field schema for a record type Get field schema for a record type Returns field definitions including types, validation, and foreign key relationships. Business Applications: - Dynamic form generation - Field validation - Integration mapping Endpoint: GET /api/v1/records/schema/{type} Version: 1.0.0 Security: BearerAuth ## Response 200 fields (application/json): - `data` (object) - `data.entityType` (string) Entitytype - `data.fields` (array) Fields - `error` (object,null) - `meta` (object) - `meta.success` (boolean) - `meta.message` (string) - `meta.timestamp` (string) - `meta.version` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields