4.4.7. Additional DataΒΆ
Additional Data is a Base JSON Fragment used to report Additional Technical Data.
This object accepts any member.
Additional Data can be added to any collection level object.
The additional_data key is consistantly used throughout PDEF.
Warning
The receiving partner may not parse and interpret the information contained within a Additional Data JSON-fragment, because of its unstructured nature.
-
pdef.model.additional_data.
AdditionalData
Optional base JSON-fragment used to report additional user specific data. User free structure.
Show JSON schema
{ "title": "AdditionalData", "description": "Optional base JSON-fragment used to report additional user specific data. User free structure.", "type": "object", "properties": {} }
- Config
extra: str = allow
A valid Additional Data JSON-fragment could read:
{
"any_key": "any_value"
}