@type t() :: %Docspring.Model.JsonSchema{ "$schema": String.t() | nil, additionalProperties: boolean() | nil, definitions: map() | nil, description: String.t() | nil, id: String.t() | nil, properties: map() | nil, required: [String.t()] | nil, title: String.t() | nil, type: String.t() | nil }