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 type.
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 type from an API consumer's perspective.
The description SHOULD be organized into MULTIPLE PARAGRAPHS (separated by line breaks) covering:
x-autobe-specification for object types)MUST be written in English. Never use other languages.
Implementation specification for this type.
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 type should be implemented:
SUM, COUNT, AVG, etc.)This field is especially critical when x-autobe-database-schema is
null (for composite, computed, or request parameter types), as it
provides the only guidance for implementing data retrieval or
computation logic.
MUST be written in English. Never use other languages.
Reference type directing named schema.