Skip to content

Commit

Permalink
Small adjustments to Sourcemeta tooling (json-schema-org#922)
Browse files Browse the repository at this point in the history
* Small adjustments to Sourcemeta tooling

Signed-off-by: Juan Cruz Viotti <[email protected]>

* Update tooling-data.yaml

---------

Signed-off-by: Juan Cruz Viotti <[email protected]>
Co-authored-by: Benjamin Granados <[email protected]>
  • Loading branch information
jviotti and benjagm authored Sep 4, 2024
1 parent a4cc473 commit 9365794
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@

- name: Sourcemeta JSON Schema CLI
description: The CLI for working with JSON Schema. Covers formatting, linting, testing, bundling, and more for both local development and CI/CD pipelines
toolingTypes: ['validator']
toolingTypes: ['validator', 'util-general-processing', 'util-testing', 'linter']
environments: ['Command Line']
dependsOnValidators: ['https://github.com/sourcemeta/jsontoolkit']
maintainers:
Expand All @@ -1107,7 +1107,7 @@
license: 'AGPL-3.0'
source: 'https://github.com/sourcemeta/jsonschema'
supportedDialects:
draft: [1, 2, 3, 4, 5, 6, 7, 2019-09, 2020-12]
draft: [0, 1, 2, 3, 4, 6, 7, 2019-09, 2020-12]
toolingListingNotes: 'Supports formatting, linting, bundling, testing, validating, and more. As an exception, validation is not supported on Draft 3 and older'
lastUpdated: '2024-08-08'

Expand Down Expand Up @@ -1486,6 +1486,8 @@
draft: [4, 6, 7, '2019-09', '2020-12']
toolingListingNotes: 'Comes with its own JSON parser'
lastUpdated: '2024-06-13'
bowtie:
identifier: 'cpp-jsontoolkit'

- name: Dataspecer
description: 'Generates JSON Schema (and JSON-LD context) from conceptual model.'
Expand Down Expand Up @@ -2362,4 +2364,4 @@
source: 'https://github.com/chris48s/v8r'
supportedDialects:
draft: [4, 6, 7]
lastUpdated: '2024-09-03'
lastUpdated: '2024-09-03'

0 comments on commit 9365794

Please sign in to comment.