Database schema property this maps to, or null for computed properties.
When null, specification must explain the computation logic.
API documentation for consumers (Swagger UI). Explain what the property represents. No implementation details.
Format: summary sentence first, \n\n, then paragraphs grouped by topic.
Property key to include in the DTO.
Evidence and reasoning for including this property.
Describe what you found that requires this property in the DTO.
Whether property should be in required array.
Schema definition for the property.
Must be consistent with specification. Inline objects forbidden; use
$ref for nested structures.
Implementation guidance for downstream agents.
Internal documentation for Realize/Test agents. When
databaseSchemaProperty is null, this must fully explain the computation
logic.
Designs one property of a DTO schema.
Interface schema generation builds each DTO from an empty object shell. Therefore every visible DTO property is described here once; database properties that should not appear in the DTO are listed separately in
excludes.Author
Samchon