get_data_model
Retrieve the complete JSON Schema and metadata for a specific Smart Data Model. Use this when the user already knows the model name and wants its full definition, required fields, attribute types, or documentation URL. Example: get_data_model({"model_name": "WeatherObserved", "include_examples": true})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | Yes | The exact name of the data model entity — e.g., 'WeatherObserved', 'OffStreetParking', 'AirQualityObserved'. Use search_data_models first if unsure of the exact name. | |
| include_examples | No | Include NGSI-LD payload examples in the response (default: true) |