changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "analysis_id": {
+ "description": "Unique analysis identifier.",
+ "type": "string"
+ },
+ "disclaimer": {
+ "description": "Required responsible-use disclaimer.",
+ "type": "string"
+ },
+ "error": {
+ "description": "Present when the focused analysis fails.",
+ "properties": {
+ "code": {
+ "description": "Stable iLook error code.",
+ "type": "string"
+ },
+ "message": {
+ "description": "Human-readable failure explanation.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "face_shape": {
+ "description": "Optional face-shape context when relevant.",
+ "type": "object"
+ },
+ "measurement": {
+ "description": "Score, label, analysis, and tool-specific detail rows.",
+ "type": "object"
+ },
+ "model": {
+ "description": "Model version used for visible analysis.",
+ "type": "string"
+ },
+ "phi_score": {
+ "description": "Optional Golden Ratio context when relevant.",
+ "type": "object"
+ },
+ "rubric_version": {
+ "description": "Versioned iLook scoring rubric.",
+ "type": "string"
+ },
+ "tool": {
+ "description": "Focused measurement key.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "analysis_id",
+ "rubric_version",
+ "model",
+ "tool",
+ "measurement",
+ "disclaimer"
+ ],
+ "type": "object"
+}