| name | data type | description |
|---|---|---|
| InfoMessageIdentifier | InfoMessageRefStructure | |
| InfoMessageVersion | number | |
| InfoChannelRef | InfoChannelRefStructure | |
| ValidUntilTime | string | |
| SituationRef | SituationRef | |
| Content | object | |
| formatRef | string | |
Properties inherited from AbstractIdentifiedItemStructure |
||
| ItemIdentifier | string | |
Properties inherited from AbstractItemStructure |
||
| RecordedAtTime | string | |
Example
{
"InfoMessageIdentifier" : {
"value" : "..."
},
"InfoMessageVersion" : 12345,
"InfoChannelRef" : {
"value" : "..."
},
"ValidUntilTime" : "...",
"SituationRef" : {
"SituationSimpleRef" : {
"value" : "..."
},
"SituationFullRef" : {
"VersionCountryRef" : { },
"ParticipantRef" : { },
"SituationNumber" : { },
"UpdateCountryRef" : { },
"UpdateParticipantRef" : { },
"Version" : { }
}
},
"Content" : { },
"formatRef" : "...",
"ItemIdentifier" : "...",
"RecordedAtTime" : "..."
}