This PR updates the data field type (in services) to support version 1.5. The JSON schema for the ServiceData type expands 'data' block, nesting the properties into a dataflow block for the XML format. The JSON format keeps addtional fiels on the same level. The given XML examples in the specification repository still allow both variants in version 1.5. The XML structure is either of the following.
This PR updates the
data
field type (inservices
) to support version 1.5. The JSON schema for theServiceData
type expands 'data' block, nesting the properties into adataflow
block for the XML format. The JSON format keeps addtional fiels on the same level. The given XML examples in the specification repository still allow both variants in version 1.5. The XML structure is either of the following.or
Both versions are supported in XML serialization code.