| name | data type | description | 
|---|---|---|
| forecastDefault | boolean | |
| periodDefault | number | |
| timeDefault | string | |
| headerInformation | HeaderInformation | |
| referenceSettings | ReferenceSettings | |
| elaboratedData | array of ElaboratedData | |
| elaboratedDataPublicationExtension | ExtensionType | |
Properties inherited from PayloadPublication | 
        ||
| feedDescription | MultilingualString | |
| feedType | string | |
| publicationTime | string | |
| publicationCreator | InternationalIdentifier | |
| payloadPublicationExtension | ExtensionType | |
| lang | string | |
Example
{
  "forecastDefault" : true,
  "periodDefault" : 12345.0,
  "timeDefault" : "...",
  "headerInformation" : {
    "areaOfInterest" : "national",
    "confidentiality" : "restrictedToAuthorities",
    "informationStatus" : "test",
    "urgency" : "normalUrgency",
    "headerInformationExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "referenceSettings" : {
    "predefinedLocationSetReference" : "...",
    "trafficStatusDefault" : "congested",
    "referenceSettingsExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "elaboratedData" : [ {
    "forecast" : true,
    "source" : {
      "sourceCountry" : "sk",
      "sourceIdentification" : "...",
      "sourceName" : { },
      "sourceType" : "policePatrol",
      "reliable" : true,
      "sourceExtension" : { }
    },
    "validity" : {
      "validityStatus" : "active",
      "overrunning" : true,
      "validityTimeSpecification" : { },
      "validityExtension" : { }
    },
    "basicDataValue" : {
      "accuracy" : 12345.0,
      "computationalMethod" : "movingAverageOfSamples",
      "fault" : true,
      "faultReason" : { },
      "numberOfIncompleteInputs" : 12345,
      "numberOfInputValuesUsed" : 12345,
      "period" : 12345.0,
      "smoothingFactor" : 12345.0,
      "standardDeviation" : 12345.0,
      "supplierCalculatedDataQuality" : 12345.0,
      "time" : "...",
      "pertinentLocation" : { },
      "basicDataValueExtension" : { }
    },
    "elaboratedDataExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "forecast" : true,
    "source" : {
      "sourceCountry" : "it",
      "sourceIdentification" : "...",
      "sourceName" : { },
      "sourceType" : "roadAuthorities",
      "reliable" : true,
      "sourceExtension" : { }
    },
    "validity" : {
      "validityStatus" : "suspended",
      "overrunning" : true,
      "validityTimeSpecification" : { },
      "validityExtension" : { }
    },
    "basicDataValue" : {
      "accuracy" : 12345.0,
      "computationalMethod" : "medianOfSamplesInATimePeriod",
      "fault" : true,
      "faultReason" : { },
      "numberOfIncompleteInputs" : 12345,
      "numberOfInputValuesUsed" : 12345,
      "period" : 12345.0,
      "smoothingFactor" : 12345.0,
      "standardDeviation" : 12345.0,
      "supplierCalculatedDataQuality" : 12345.0,
      "time" : "...",
      "pertinentLocation" : { },
      "basicDataValueExtension" : { }
    },
    "elaboratedDataExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "elaboratedDataPublicationExtension" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  },
  "feedDescription" : {
    "values" : {
      "value" : [ { }, { } ]
    }
  },
  "feedType" : "...",
  "publicationTime" : "...",
  "publicationCreator" : {
    "country" : "sm",
    "nationalIdentifier" : "...",
    "internationalIdentifierExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "payloadPublicationExtension" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  },
  "lang" : "..."
}