Skip to content

remove duplicates of languages from tooling-data.yml #1512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
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
8 changes: 4 additions & 4 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1737,7 +1737,7 @@

- name: Stoplight JSON Schema Tree
toolingTypes: ['schema-to-web-UI']
languages: ['Typescript']
languages: ['TypeScript']
maintainers:
- name: 'Stoplight'
username: 'stoplightio'
Expand All @@ -1751,7 +1751,7 @@
- name: Stoplight JSON Schema Viewer
description: 'A JSON Schema viewer React component'
toolingTypes: ['schema-to-web-UI']
languages: ['Typescript']
languages: ['TypeScript']
maintainers:
- name: 'Stoplight'
username: 'stoplightio'
Expand Down Expand Up @@ -2461,7 +2461,7 @@
- name: Jsonary
description: 'Quickly assemble clients for JSON-based APIs (powered by JSON Schema)'
toolingTypes: ['hyper-schema']
languages: ['Javascript']
languages: ['JavaScript']
license: 'MIT'
source: 'https://github.com/jsonary-js/jsonary'
supportedDialects:
Expand Down Expand Up @@ -3131,7 +3131,7 @@

- name: JSV
description: 'A generic JSON Schema validator for Elixir'
environments: ['Linux', 'MacOS', 'Windows','Embedded platform']
environments: ['Linux', 'macOS', 'Windows','Embedded platform']
toolingTypes: ['validator']
languages: ['Elixir', 'Erlang']
maintainers:
Expand Down