Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions specs/001-agentready-scorer/contracts/assessment-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,31 +57,26 @@
},
"attributes_assessed": {
"type": "integer",
"minimum": 0,
"maximum": 25
"minimum": 0
},
"attributes_skipped": {
"type": "integer",
"minimum": 0,
"maximum": 25,
"description": "Canonical key name for skipped/not-assessed attributes"
},
"attributes_not_assessed": {
"type": "integer",
"minimum": 0,
"maximum": 25,
"description": "Deprecated alias for attributes_skipped (backwards compatibility)"
},
"attributes_total": {
"type": "integer",
"minimum": 10,
"maximum": 25,
"description": "Total attributes in assessment (may be < 25 if --exclude was used)"
"description": "Total attributes in assessment (may be fewer if --exclude was used)"
},
"findings": {
"type": "array",
"minItems": 10,
"maxItems": 25,
"items": {
"type": "object",
"required": ["attribute", "status"],
Expand Down
Loading