-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Raul Bajales edited this page Nov 20, 2013
·
2 revisions
1 schema validator (is this json a valid json hyper schema v4?) 2 api contract validator (does this schema expresses explicitly our API contract?):
- a set of:
* an hyperchema for a resource from our API
* a set of valids reqDescriptor/resDescriptor tuples
* a set of invalids reqDescriptor/resDescriptor tuples - the schema should be validated as valid for the valid tuples and as invalid for the invalid tuples 3 api impl tester - assumes step 2 passed - (does our api impl conform to our schemas?)