JSON Schema format Keyword

The format keyword describes a semantic string format.

Syntax

{"type": "string", "format": "email"}

Explanation

Use format for email, date-time, uri and other known formats.