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
ILlmSchema.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.
OptionalreadWhether the property is read-only.
OptionaltitleTitle of the schema.
OptionalwriteWhether the property is write-only.
Reference type directing to named schema.
If IConfig.strict mode is enabled, its other properties like description would be disabled. Instead, the description would be placed in the parent type. For example, if this reference type is used as a property of an object, the description would be placed in the object place.