: type: object properties: code: type: string message: type: string details: nullable: true description: Дополнительные сведения об ошибке CoreResult: type: object properties: outputText: type: string nullable: true structuredOutput: nullable: true description: Структурированный результат (объект, таблица, план) reasoningTrace: $ref: '#/components/schemas/ReasoningTrace' riskAssessment: $ref: '#/components/schemas/RiskAssessment' valueProfile: $ref: '#/components/schemas/ValueProfile' CoreMeta: type: object required: - coreVersion - modelVersion - processingTimeMs properties: coreVersion: type: string modelVersion: type: string processingTimeMs: type: integer usedLayers: