Reference to the named schema.
The $ref is a reference to a named schema. The format follows the JSON
Pointer specification. In OpenAPI, the $ref starts with #/$defs/
which indicates the type is stored in the
IGeminiSchema.IParameters.$defs object.
#/$defs/SomeObject#/$defs/AnotherObjectOptionaldeprecatedWhether the type is deprecated or not.
OptionaldescriptionDetailed description of the schema.
OptionalexampleExample value.
OptionalexamplesList of example values as key-value pairs.
OptionaltitleTitle of the schema.
Reference type directing to named schema.