digitalbazaar / digitalbazaar/bedrock-validation
Improve jsonldType validator
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 3
- Avg merge
- 17h 1m
- Merged PRs (30d)
- 1
Description
Currently, the jsonldType validator is limited to expressing that N many "alternative types" may be included along with any required types. This should be improved such that only required types are listed and any additional types can be added (if so desired). This feature will require a new json schema lib (#1) that supports not or contains.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the current jsonldType validator and reviewing issue #1 for the proposed JSON Schema library. Define the validator behavior so callers list only required types while allowing optional additional types. Done means the validator supports that behavior using a library with not or contains support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100