scala-jsonschema icon indicating copy to clipboard operation
scala-jsonschema copied to clipboard

Scala JSON Schema

Results 50 scala-jsonschema issues
Sort by recently updated
recently updated
newest added
trafficstars

Do you have any plans to support the most recent version of JSON Schema (2020-12)? Base don what I see in the code and the docs there is currently only...

**Describe the bug** External doc dependencies are out of date and no longer appear to be supported. Trying to compile the project results in a dependency issue : ``` [error]...

bug

It seems that the library does not provide the capability to treat the configuration of the play-json `JsonNaming` or `Configuration.default.withSnakeCaseMemberNames` to the schema dereviation. **To Reproduce** Code describing your situation...

enhancement

**Describe the bug** If I create an Enumeratum `Enum`, and use either the `@title` annotation or `withTitle` directly on the schema, the title is not shown in the rendered JSON...

bug

- [x] add tests - [ ] identify corner case from #241

Still trying to upgrade from 0.6.2 to 0.7.x and hit another roadblock. I am not sure if this is a bug or a feature request. Please relabel it accordingly.. **Describe...

bug

h1. Problem There are many scala libraries exists that solves parse/format problem for different scala types. Not all of them follow the same standard, though. For example: - ujson libs...

idea

**Describe the bug** With `Either[String, Person]` schema is generated with extra properties `a` and `b` **To Reproduce** ```scala package eithersupport import com.github.andyglow.json.JsonFormatter import com.github.andyglow.jsonschema.AsValue import json.Json import json.schema.Version import org.scalatest.funsuite.AnyFunSuite...

enhancement
wontfix

the problem ------------ Today there are several versions of a json-schema standard exists. Apart from it there is an openapi that specifies a little different way of defining the schema....