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 #/components/schemas/ which means the type is stored in
the AutoBeOpenApi.IComponents.schemas object.
#/components/schemas/SomeObject#/components/schemas/AnotherObjectAPI documentation for the property.
This is the standard OpenAPI description field that will be displayed in Swagger UI, SDK documentation, and other API documentation tools. Focus on explaining the property from an API consumer's perspective.
When the database column is non-null but the DTO property is nullable or optional, briefly explain why:
x-autobe-specification)Implementation specification for this property.
This is an AutoBE-internal field (not exposed in standard OpenAPI output) that provides detailed implementation guidance for downstream agents (Realize Agent, Test Agent, etc.).
Include HOW this property value should be retrieved or computed:
price * quantity)The specification must be precise enough for Realize Agent to implement the data retrieval or computation logic without ambiguity.
MUST be written in English. Never use other languages.
Reference property.
Used when a property references another named schema. The
$refpoints to the related entity type (e.g.,IUser.ISummary).