Skip to content

Commit

Permalink
fileformats.schema - rename reasoning to reason
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Nov 20, 2023
1 parent 885b760 commit f38f703
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 137 deletions.
14 changes: 7 additions & 7 deletions fileformats.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,10 @@
"description": "Instructions to manually process a file.",
"type": "object",
"required": [
"reasoning"
"reason"
],
"properties": {
"reasoning": {
"reason": {
"description": "The reason why the file should be manually processed.",
"type": "string"
},
Expand Down Expand Up @@ -314,10 +314,10 @@
"description": "Instructions to re-identify a file format using custom signatures.",
"type": "object",
"required": [
"reasoning"
"reason"
],
"properties": {
"reasoning": {
"reason": {
"description": "The reason why the file should be re-identified.",
"type": "string"
},
Expand All @@ -339,10 +339,10 @@
"description": "Instructions to ignore a file format.",
"type": "object",
"required": [
"reasoning"
"reason"
],
"properties": {
"reasoning": {
"reason": {
"description": "The reason why the file should be ignore.",
"type": "string"
},
Expand Down Expand Up @@ -377,7 +377,7 @@
"type": "integer",
"minimum": 1
},
"reasoning": {
"reason": {
"description": "The reason why the file should be ignore, specific to a condition.",
"type": "string"
}
Expand Down
Loading

0 comments on commit f38f703

Please sign in to comment.