ex_json_schema v0.7.4 ExJsonSchema

Link to this section Summary

Link to this section Types

Link to this type

data()

data() ::
  nil
  | true
  | false
  | list()
  | float()
  | integer()
  | String.t()
  | [data()]
  | object()
Link to this type

json_path()

json_path() :: String.t()
Link to this type

object()

object() :: %{required(String.t()) => data()}