Reference to the named schema.
The ref is a reference to the named schema. Format of the $ref is
following the JSON Pointer specification. In the OpenAPI, the $ref
starts with #/$defs/ which means the type is stored in the
ILlmSchemaV3_1.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 named schema.