digitalbazaar / digitalbazaar/bedrock-validation

Improve jsonldType validator

Open
#2 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.