Skip to main content

IngestAssetsIssue

A diagnostic about how the platform handled an input row. The asset may be persisted, possibly with reduced data.

severitystringrequired

Severity level of this issue

Possible values: [WARNING, ERROR]

Default value:
asset objectrequired

Identifiers of the affected input asset, echoed from the request

uidstring | nullnullable
externalIds object | null
property name*string
temporaryIdstring | nullnullable
codestringrequired

Stable machine-readable issue code

Default value:
Example: PROPERTY_NOT_APPLICABLE_TO_TYPE
fieldstring | nullnullable

JSON-pointer-like path to the offending input field, when applicable

Default value:
Example: properties.precise[ADDRESS]
messagestringrequired

Human-readable description of the issue

Default value:
Example: Property 'ADDRESS' is not applicable to type 'PLAN|INDOOR'
IngestAssetsIssue
{
"severity": "WARNING",
"asset": {
"uid": "string",
"externalIds": "Unknown Type: object,null",
"temporaryId": "string"
},
"code": "PROPERTY_NOT_APPLICABLE_TO_TYPE",
"field": "properties.precise[ADDRESS]",
"message": "Property 'ADDRESS' is not applicable to type 'PLAN|INDOOR'"
}