get_model_context
Return the NGSI-LD @context URL and context content for a specific data model. This is required when building valid NGSI-LD linked-data payloads — without the correct @context, the payload is not valid linked data and will be rejected by NGSI-LD brokers. Use this before constructing or validating a normalized payload. Example: get_model_context({"model_name": "WeatherObserved"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | Yes | The exact data model name — e.g., 'WeatherObserved', 'AirQualityObserved'. |