nex_json_schema

v0.7.2

  • Pages
  • Modules
  • Exceptions

    nex_json_schema v0.7.2 NExJsonSchema.Schema

    Link to this section Summary

    Types

    resolved()

    Functions

    get_ref_schema(root, ref)
    resolve(root)

    Link to this section Types

    Link to this type resolved()
    resolved() :: %{optional(String.t) => NExJsonSchema.json_value | (NExJsonSchema.Schema.Root.t -> {NExJsonSchema.Schema.Root.t, resolved})}

    Link to this section Functions

    Link to this function get_ref_schema(root, ref)
    get_ref_schema(NExJsonSchema.Schema.Root.t, [:root | String.t]) :: NExJsonSchema.json
    Link to this function resolve(root)
    resolve(NExJsonSchema.json) ::
      NExJsonSchema.Schema.Root.t |
      no_return
    resolve(NExJsonSchema.Schema.Root.t) ::
      NExJsonSchema.Schema.Root.t |
      no_return

    Built using ExDoc (v0.16.2), designed by Friedel Ziegelmayer.