Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Revert "Add why field to assembly issues" (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreyd authored Dec 12, 2023
1 parent 5f70cfe commit 75bd97d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions validator/json_schemas/assembly_issues.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,11 @@
"type": "integer"
}
]
},
"why": {
"type": "string",
"minLength": 1,
"description": "The reason why this issue should be listed. Note this text is public. Don't include customer related or confidential information."
}
},
"additionalProperties": false,
"required": [
"id",
"why"
"id"
]
}
},
Expand Down

0 comments on commit 75bd97d

Please sign in to comment.