Package

io.fintrospect.renderers

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. class JsonToJsonSchema extends AnyRef

    Permalink

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

  2. case class Schema(node: JsonNode, definitions: Seq[formats.Argo.JsonFormat.Field]) extends Product with Serializable

    Permalink

    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

    Permalink

Ungrouped