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[Field]) extends Product with Serializable

    A post-reified and flattened JSON schema model.

    A post-reified and flattened JSON schema model.

    node

    the main schema node (first level only).

    definitions

    named, flattened JSON schema definitions of all models involved in the reification.

Value Members

  1. object JsonToJsonSchema

Ungrouped