get_attributes_for_model
List all attributes (properties) of a specific Smart Data Model, including each attribute's NGSI type (Property, GeoProperty, or Relationship), data type, description, recommended units, and reference model URL. Use this after get_data_model when the user wants to understand what fields a model has, what values they accept, or how to construct a valid NGSI-LD payload. Example: get_attributes_for_model({"model_name": "WeatherObserved"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | Yes | The exact data model name — e.g., 'WeatherObserved', 'AirQualityObserved' |