We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
title
For example:
{ "$schema": "http://json-schema.org/draft-07/schema", "title": "Contact", <------ title "additionalProperties": false, "properties": { "name": { "type": "string" } }, "required": [ "name" ], "type": "object" }