sway icon indicating copy to clipboard operation
sway copied to clipboard

Rewrite the document processing

Open whitlockjc opened this issue 6 years ago • 0 comments

Right now, we have two types of validation:

  1. Built-in validation that cherry-picks the places of the OAS document where we do validation
  2. Custom validation that walks the document for each custom validator

I think if we were to rewrite the validation approach, we could walk the document once and handle all types of validation.

whitlockjc avatar Dec 02 '17 02:12 whitlockjc