-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Information for Validating a Claim (#2)
jsonschema is a standards-based tool used to verify a JSON input file against a given schema. This change involves documentation to describe how to validate a claim. A standard, off the shelf tool was preferred to keep this task simple. Signed-off-by: Ryan Goulding <[email protected]> Issue-Id: CTONET-547
- Loading branch information
1 parent
d7e7bb6
commit 0ae6108
Showing
2 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,4 +51,4 @@ | |
] | ||
} | ||
} | ||
} | ||
} |