gs1 / EPCIS

Draft files being shared for EPCIS 2.0 development
Other
20 stars 7 forks source link

source and destination can be extended? #394

Closed jmcanterafonseca-iota closed 2 years ago

jmcanterafonseca-iota commented 2 years ago

In the JSON schema, does this line mean that a source can't have any extension?

mgh128 commented 2 years ago

If you mean "additionalProperties": false, then that would prevent extension / additional properties.

That would be consistent with the corresponding XSD where I don't see any ##other element within SourceDestType.