Skip to content

Commit cfa687f

Browse files
add micronaut json schema tool (#1602)
* Improve the image size on mobile device for better view * Fix the inconsistent container style on mobile devices * Revert "Fix the inconsistent container style on mobile devices" This reverts commit d87140b. * Add the Micronaut Json Schema Generator in tooling page * Modify the micronaut json-schema tool with latest details * Fix typo * Update tooling-data.yaml --------- Co-authored-by: Benjamin Granados <[email protected]>
1 parent 027776a commit cfa687f

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

data/tooling-data.yaml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,10 +1285,10 @@
12851285
source: 'https://github.com/Fatal1ty/mashumaro'
12861286
lastUpdated: '2024-04-30'
12871287

1288-
- name: Micronaut JSON Schema
1288+
- name: Java types generator from JSON Schema with Micronaut
12891289
description: 'Generates JSON Schema from Java classes, supporting the Micronaut framework.'
12901290
toolingTypes: ['code-to-schema']
1291-
languages: ['Java']
1291+
languages: ['Java', 'Groovy', 'Kotlin', 'bytecode']
12921292
maintainers:
12931293
- name: 'Elif Kurtay'
12941294
username: 'elifKurtay'
@@ -1299,12 +1299,21 @@
12991299
- name: 'Andriy Dmytruk'
13001300
username: 'andriy-dmytruk'
13011301
platform: 'github'
1302+
creators:
1303+
- name: 'Elif Kurtay'
1304+
platform: 'github'
1305+
- name: 'Andriy Dmytruk'
1306+
platform: 'github'
1307+
- name: 'Graeme Rocher'
1308+
platform: 'github'
1309+
- name: 'Sergio del Amo'
1310+
platform: 'github'
13021311
license: 'Apache-2.0'
13031312
source: 'https://github.com/micronaut-projects/micronaut-json-schema'
1304-
homepage: 'https://micronaut.io'
1313+
homepage: 'https://micronaut-projects.github.io/micronaut-json-schema/latest/guide/'
13051314
supportedDialects:
13061315
draft: ['2020-12']
1307-
lastUpdated: '2025-01-22'
1316+
13081317

13091318
- name: drf-jsonschema-serializer
13101319
description: 'drf-jsonschema-serializer generates schemas from Django Rest Framework serializers.'
@@ -3224,3 +3233,5 @@
32243233
supportedDialects:
32253234
draft: ['1', '2', '3', '4', '6']
32263235

3236+
3237+

0 commit comments

Comments
 (0)