Skip to content

Commit fd6759d

Browse files
authored
feat[tools]: add micronaut json schema as tooling (#1356)
* feat[tools]: add micronaut json schema as tooling * feat[tools]: add maintainers
1 parent 24b8e46 commit fd6759d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

data/tooling-data.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -1285,6 +1285,27 @@
12851285
source: 'https://github.com/Fatal1ty/mashumaro'
12861286
lastUpdated: '2024-04-30'
12871287

1288+
- name: Micronaut JSON Schema
1289+
description: 'Generates JSON Schema from Java classes, supporting the Micronaut framework.'
1290+
toolingTypes: ['code-to-schema']
1291+
languages: ['Java']
1292+
maintainers:
1293+
- name: 'Elif Kurtay'
1294+
username: 'elifKurtay'
1295+
platform: 'github'
1296+
- name: 'Sergio del Amo'
1297+
username: 'sdelamo'
1298+
platform: 'github'
1299+
- name: 'Andriy Dmytruk'
1300+
username: 'andriy-dmytruk'
1301+
platform: 'github'
1302+
license: 'Apache-2.0'
1303+
source: 'https://github.com/micronaut-projects/micronaut-json-schema'
1304+
homepage: 'https://micronaut.io'
1305+
supportedDialects:
1306+
draft: ['2020-12']
1307+
lastUpdated: '2025-01-22'
1308+
12881309
- name: drf-jsonschema-serializer
12891310
description: 'drf-jsonschema-serializer generates schemas from Django Rest Framework serializers.'
12901311
toolingTypes: ['code-to-schema']

0 commit comments

Comments
 (0)