cleem
cleem
##### **Overview of the issue** Does JDL support to define entities based on json schema? ``` entity Customer ref http://a-server/a-path/Customer.json ``` Or define external specs of all kinds like: ```...
added knx / eib exporter https://github.com/clemi2408/Knx2Prometheus
https://github.com/victools/jsonschema-generator/wiki#41-features the page states: > Set a field/method's "description" as per @ApiModelProperty(value = ...) but properties are annotated like this: `@ApiModelProperty(notes = "Email of the user", name = "email", value...
--> https://github.com/swagger-api/swagger-inflector/blob/master/src/main/java/io/swagger/oas/inflector/examples/ExampleBuilder.java and add something like this to create proper regex ``` else if (property instanceof StringSchema stringSchema) { if (example != null) { output = new StringExample(example.toString()); } else...
Hi i am using ``` 'org.springframework.boot' version '3.2.2' ``` together with ``` 'com.github.paulcwarren:spring-content-jpa-boot-starter:3.0.9' ``` my repository is defined (hint: i am using javers) ``` @JaversSpringDataAuditable public interface MediaTypeEntityRepository extends JpaRepository...