issues Search Results · repo:micronaut-projects/micronaut-json-schema language:Java
Filter by
14 results
(62 ms)14 results
inmicronaut-projects/micronaut-json-schema (press backspace or delete to remove)Feature description
Currently the following reference formats are supported in the :
- #/$defs/TypeName
- file.schema.json#/RootTypeName
- file.schema.json#/$defs/TypeName
Additionally the following ...
component: jsonschema generator
andriy-dmytruk
- Opened 7 days ago
- #161
Expected Behavior
When enabling strict mode and annotating a bean property with @jakarta.annotation.Nullable, the corresponding json
property should not be added to the list of required properties in ...
component: jsonschema processor
jGleitz
- Opened 18 days ago
- #155
Feature description
The example for JSON schema processor is here:
https://github.com/micronaut-projects/micronaut-guides/tree/master/guides/micronaut-json-schema.
A generator guide could describe how ...
andriy-dmytruk
- Opened on Feb 4
- #135
Issue description
Hi everyone!
This is Benjamin from the JSON Schema Community. We love this project and we d like to add it to the JSON Schema tooling
page to make it more discoverable to the JSON Schema ...
benjagm
- 3
- Opened on Jun 13, 2024
- #43
Issue description
The following class adds jakarta.validation.constraints.NotBlank and jakarta.validation.constraints.NotNull
annotations which imply null is not valid.
For a class such as:
package ...
sdelamo
- Opened on Apr 24, 2024
- #26
I think for:
package example.micronaut;
import io.micronaut.jsonschema.JsonSchema;
import jakarta.validation.constraints.NotBlank;
import jakarta.validation.constraints.NotNull;
import jakarta.validation.constraints.Positive; ...
sdelamo
- Opened on Apr 24, 2024
- #25
A java lang Number type generates a type object. I think it should be type number.
@JsonSchema(description = A product from Acme s catalog )
public record Product(
@NotNull @Positive ...
sdelamo
- Opened on Apr 24, 2024
- #24
Feature description
See https://oracle-base.com/articles/23c/json-schema-23c
https://github.com/micronaut-projects/micronaut-json-schema/pull/8
type: enhancement
graemerocher
- 1
- Opened on Apr 22, 2024
- #118
Feature description
See https://docs.confluent.io/platform/current/schema-registry/develop/api.html
Supports JSON schemas as well as Avro and others
We could implement this component and automatically ...
type: enhancement
graemerocher
- Opened on Mar 31, 2024
- #7
Issue description
https://github.com/micronaut-projects/micronaut-json-schema/blob/master/gradle.properties#L5
sdelamo
- Opened on Mar 28, 2024
- #5

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.