io.fintrospect.renderers

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. class JsonToJsonSchema extends AnyRef

    Given a JSON node, converts it to a flattened JSON Schema.

  2. case class Schema(node: JsonNode, definitions: Seq[(String, JsonNode)]) extends Product with Serializable

    A post-reified and flattened JSON schema model.

Value Members

  1. object JsonToJsonSchema

Ungrouped