| name | data type | description | 
|---|---|---|
| References | ReferencesStructure | |
| Source | SituationSourceStructure | |
| VersionedAtTime | string | |
Properties inherited from AbstractSituationElementStructure | 
        ||
| CreationTime | string | |
| CountryRef | CountryRefStructure | |
| ParticipantRef | RequestorRef | |
| SituationNumber | SituationNumber | |
| UpdateCountryRef | CountryRefStructure | |
| UpdateParticipantRef | RequestorRef | |
| Version | SituationVersion | |
Example
{
  "References" : {
    "RelatedToRef" : [ {
      "CreationTime" : "...",
      "CountryRef" : { },
      "ParticipantRef" : { },
      "SituationNumber" : { },
      "UpdateCountryRef" : { },
      "UpdateParticipantRef" : { },
      "Version" : { },
      "ExternalReference" : "...",
      "RelatedAs" : "supercededBy",
      "Extensions" : { }
    }, {
      "CreationTime" : "...",
      "CountryRef" : { },
      "ParticipantRef" : { },
      "SituationNumber" : { },
      "UpdateCountryRef" : { },
      "UpdateParticipantRef" : { },
      "Version" : { },
      "ExternalReference" : "...",
      "RelatedAs" : "supercededBy",
      "Extensions" : { }
    } ]
  },
  "Source" : {
    "Country" : "...",
    "SourceType" : "pager",
    "Email" : "...",
    "Phone" : "...",
    "Fax" : "...",
    "Web" : "...",
    "Other" : "...",
    "SourceMethod" : "microwaveMonitoringStation",
    "AgentReference" : "...",
    "Name" : {
      "value" : "...",
      "lang" : "..."
    },
    "SourceRole" : "...",
    "TimeOfCommunication" : "...",
    "ExternalCode" : "...",
    "SourceFile" : "...",
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  },
  "VersionedAtTime" : "...",
  "CreationTime" : "...",
  "CountryRef" : {
    "value" : "hu"
  },
  "ParticipantRef" : {
    "value" : "..."
  },
  "SituationNumber" : {
    "value" : "..."
  },
  "UpdateCountryRef" : {
    "value" : "uz"
  },
  "UpdateParticipantRef" : {
    "value" : "..."
  },
  "Version" : {
    "value" : 12345
  }
}