ex_json_schema v0.5.6 ExJsonSchema

Link to this section Summary

Link to this section Types

Link to this type data()
data() :: json() | json_value()
Link to this type json()
json() :: %{optional(String.t()) => json_value()}
Link to this type json_value()
json_value() ::
  nil |
  true |
  false |
  list() |
  float() |
  integer() |
  String.t() |
  %{}