Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Required fields

Code Block
languagejson
{
  "type": "object",
  "properties": {
    "name":      { "type": "string" },
    "email":     { "type": "string" },
    "address":   { "type": "string" },
    "telephone": { "type": "string" }
  },
  "required": ["name", "email"]
}

...