Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3531,3 +3531,22 @@
homepage: 'https://github.com/clairey-zx81/json-model'
supportedDialects:
draft: ['2020-12']

- name: JsonSchema Delphi
description: 'A high-performance JSON Schema validation library for native Object Pascal (Delphi), built around a compiled-schema execution model with a draft-aware parser and central schema registry.'
toolingTypes:
['validator', 'documentation', 'code-to-schema', 'data-to-schema', 'schema-to-code', 'schema-to-data', 'util-general-processing', 'util-draft-migration', 'util-testing', 'editor-plugins', 'linter']
languages: ['Delphi/Object Pascal']
environments: ['Windows', 'macOS', 'Linux', 'iOS', 'Android']
creators:
- username: 'weslleycapelari'
platform: 'github'
maintainers:
- username: 'weslleycapelari'
platform: 'github'
license: 'MIT'
source: 'https://github.com/weslleycapelari/JsonSchema'
homepage: 'https://github.com/weslleycapelari/JsonSchema'
supportedDialects:
draft: ['6', '7', '2019-09', '2020-12']
toolingListingNotes: 'This project includes both the core validator library and a suite of command-line tools and IDE integrations (linter, generator, optimizer, mock data generator) bundled together in the mono-repository.'
Loading