Skip to content

Commit b975d10

Browse files
authored
add JSONSchema.jl to tooling page (#1053)
1 parent 79be246 commit b975d10

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

data/tooling-data.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@
121121
"C#",
122122
"Go",
123123
"C++",
124-
"JavaScript"
124+
"JavaScript",
125+
"Julia"
125126
]
126127
]
127128
},

data/tooling-data.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2406,4 +2406,17 @@
24062406
logo: 'justinrainbow-json-schema.png'
24072407
lastUpdated: '2024-10-01'
24082408

2409-
2409+
- name: JSONSchema.jl
2410+
description: 'JSON Schema validation package for Julia'
2411+
toolingTypes: ['validator']
2412+
languages: ['Julia']
2413+
maintainers:
2414+
- name: 'Frédéric Testard'
2415+
username: 'fredo-dedup'
2416+
platform: 'github'
2417+
license: 'MIT'
2418+
source: 'https://github.com/fredo-dedup/JSONSchema.jl'
2419+
homepage: 'https://github.com/fredo-dedup/JSONSchema.jl'
2420+
supportedDialects:
2421+
draft: ['4', '6', '7']
2422+
lastUpdated: '2024-08-23'

0 commit comments

Comments
 (0)