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 IChatGptSchema.IParameters.$defs object.
#/$defs/SomeObject
#/$defs/AnotherObject
Optional
deprecatedWhether the type is deprecated or not.
Optional
descriptionDetailed description of the schema.
Optional
exampleExample value.
Optional
examplesList of example values as key-value pairs.
Optional
titleTitle of the schema.
Reference type directing named schema.