nex_json_schema v0.8.3 NExJsonSchema

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() :: %{required(String.t()) => json_value()}
Link to this type

json_value()

json_value() ::
  nil | true | false | list() | float() | integer() | String.t() | %{}