here.platform.schema_api module — HERE Data SDK for Python documentation
- Last UpdatedMar 27, 2025
- 1 minute read
HERE platform Schema abstraction.
- class here.platform.schema_api.Schema(hrn: str, configuration: SchemaConfiguration, platform: Platform)[source]#
Bases:
object
HERE platform Schema abstraction.
- class here.platform.schema_api.SchemaConfiguration(json_dict: Dict[str, Any])[source]#
Bases:
JsonDictDocument
A JSON document for schema configuration used in APIs loaded into a
Dict
.- property artifact_id: str | None#
Artifact ID in the schema response
- property created: str | None#
Created date in the schema response
- property group_id: str | None#
Group ID in the schema response
- property name: str | None#
Name in the schema response
- property summary: str | None#
Summary in the schema response
- property type: str | None#
Type in the schema response
- property updated: str | None#
Updated date in the schema response
- property version: str | None#
Version in the schema response