schema_field_exists
Checks whether a specified field exists within an entity schema, returning a boolean result to guide schema validation or conditional logic.
Instructions
Check if a field exists in entity schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_name | Yes | Field/attribute name to check (e.g. 'name', 'id', 'version') | |
| entity_name | Yes | ODS entity name (e.g. 'AoTest', 'AoMeasurement') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||