Summary of the new feature / enhancement
export takes an instance of the object schema, but the schema for export is used as a filter, so this means export can take wildcards, ranges, etc... that may not be appropriate for get, set, test.
This also becomes a problem when key properties are supported, but not required for export
Proposed technical implementation details (optional)
In the resource manifest under the export section, have a new schema property. If it doesn't exist the engine continues to use the top level schema.
Summary of the new feature / enhancement
exporttakes an instance of the object schema, but the schema for export is used as a filter, so this meansexportcan take wildcards, ranges, etc... that may not be appropriate forget,set,test.This also becomes a problem when key properties are supported, but not required for
exportProposed technical implementation details (optional)
In the resource manifest under the
exportsection, have a newschemaproperty. If it doesn't exist the engine continues to use the top level schema.