@ns:com:here:mom:meta | Metadata | optional | |
@ns:com:here:mom:rmob | string | optional | Currently not specified - may be specified by each Feature individually in future |
featureType | FeatureType | optional | Deprecated. This property is redundant to MomFeature.momType and should not be used.MOM clients before 2.6 release had this deprecated property set to required, soif data needs to be JSON schema validated by clients before 2.6 this property must beset by the writer. |
isoCountryCode | Country | optional | Deprecated. This indicates which country a Feature is in, with a couple caveats.- It may be unknown ("NONE" is a valid value, in addition to "UNDEFINED" like all MOM enums) simply because the writer has not tried to figure it out or has otherwise not had the means to do so.- It may be outright incorrect or a simplification of reality, specifically when a Feature is close to a country border or in a disputed area (e.g., two or more countries claim the same area).In all cases, writers and readers of this data should understand that the semantics of this property must beagreed upon (if it is used at all). The preferred method of relating a Feature to a Country is through a(direct or transitive) Reference from the Feature to an Admin. |
@ns:com:here:mom:delta | Branch | optional | |
@ns:com:here:mom:mapcreator | MapCreator | optional | |
@ns:com:here:xyz | Xyz | optional | Generic Data Hub namespace |
extensionOSM | MomOsm | optional | Optional extension for OSM (Open Street Map) metadata,in case the object came from OSM |
@ns:com:here:groundTruth | GroundTruth | optional | Ground truth namespace |
confidence | ConfidenceData | optional | Confidence of a feature, optional only for the featuresthat are not participating in Quality Index. |
venueId | string | optional | Deprecated. Id of the venue. Venue Id is generated outside of MOM, and is used by the different components/services of venues.There is no venue object, hence this is not a reference to any object,but conceptually venue is a collection of objects of momType "indoor.{Site, Structure, Level, Space, Occupant}".This id is linking every object to the venue.It may have the same value as the Site object, but it doesn't have to have.Each feature could be considered to be identifiable by a 2-level id: the venueId + feature id.The feature id is also unique by itself. |
indoorMapId | string | | Id of the indoor map. The id is generated outside of MOM, and is used by the different components/servicesof the indoor map.Indoor map is a collection of objects of momType "indoor.{Site, Structure, Level, Space, Occupant, ...}".This id is linking every object to the specific indoor map.It may have the same value as the Site object, but it doesn't have to have.Each feature could be considered to be identifiable by a 2-level id: the indoor map id + feature id.The feature id is also unique by itself. |
renderProperties | RenderProperties | optional | optional object, will appear only for following objects Site, Structure, Level, Space (Vectors) |
names | Name | list | Name for spaceType is the name of the spaceType instance, e.g. a name of a conference room. SpaceType hasits generic name, e.g. "Conference Room". |
spaceCategory | string | | Space category helps to categorize the spaces in the UI, and e.g. do searches from data storage for a subsetof spacesPossible values are available in MOM Types and Indoor Map Rules (external to MOM). |
spaceType | string | | Space type is the sub-type of space category; space categories have multiple space types with similarcharacteristics.Possible values are available in MOM Types and Indoor Map Rules (external to MOM). |
spaceTypeProperties | SpaceTypeProperties | optional | Attributes that client is expected to configure. Optional, as some space types don't have any configurableattributes. |
parentSpace | Space | optional | Space marked as a logical parent, example a shelf for a bin. |
spaceAddress | Address | optional | Internal space address using indoor-micro-pa category in properties |
level | Level | | Level to which this space belongs to. |
drawOrder | integer | | Represents draw order of this Space/Geometry on the Level.drawOrder is unique for all spaces of a given level.It is an integer value >= 0.It is used to construct the array of Features for a given level, the order is important for the SDK andother Renderers.It cannot be computed from stackIndex |
stackIndex | integer | | It represents how many spaces are beneath this space on the Level,It cannot be computed from drawOrder.Allowed value is an integer >= 0 |
customerReferenceId | string | optional | Reference to customers MIS id with respect to this object, we are not obliged to manage it,but will keep placeholder so that customer can edit value and use it with our products. |