Package ro.sync.json

Class JSONAndYAMLPropertiesRuleMatcherBase

All Implemented Interfaces:
DocumentTypeCustomRuleMatcher, Extension

@API(type=EXTENDABLE, src=PRIVATE) public abstract class JSONAndYAMLPropertiesRuleMatcherBase extends DocumentTypeAdvancedCustomRuleMatcher
Matcher for schemas that have no versions, but have required properties. (ex: JSON-LD)
  • Constructor Details

    • JSONAndYAMLPropertiesRuleMatcherBase

      protected JSONAndYAMLPropertiesRuleMatcherBase(String[] props)
      Constructor
      Parameters:
      props - The expected properties.
  • Method Details