Skip to content

Commit

Permalink
feat: update cargo validation. (#4416)
Browse files Browse the repository at this point in the history
  • Loading branch information
yassun7010 authored Feb 4, 2025
1 parent c06e218 commit 9b03146
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/schemas/json/cargo.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
}
}
},
"minProperties": 1,
"additionalProperties": false,
"x-taplo": {
"initFields": ["version"]
Expand Down Expand Up @@ -1501,7 +1502,9 @@
"type": "boolean",
"enum": [true]
}
}
},
"required": ["workspace"],
"additionalProperties": false
},
"PlaydateMetadata": {
"title": "Playdate Package Metadata",
Expand Down Expand Up @@ -1913,6 +1916,7 @@
"description": "Inherit lints from the workspace manifest."
}
},
"required": ["workspace"],
"additionalProperties": false
}
],
Expand Down

0 comments on commit 9b03146

Please sign in to comment.