Open geraintluff opened 11 years ago
Should detect for additionalPropertySchemas(), and attempt creation for any entries in origValue.
additionalPropertySchemas()
origValue
Should also check pattern properties for same.
Both of these should attempt value-creation first, and fail if coercion banned (because coercion includes dropping keys).
(Implementation: probably keep list of "handled" keys from origData, and remove when handled/attempted)
Should detect for
additionalPropertySchemas()
, and attempt creation for any entries inorigValue
.Should also check pattern properties for same.
Both of these should attempt value-creation first, and fail if coercion banned (because coercion includes dropping keys).
(Implementation: probably keep list of "handled" keys from origData, and remove when handled/attempted)