Skip to content

Commit

Permalink
JSON Schema: remove partition type
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Jul 23, 2024
1 parent 907337e commit 948ecbe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion rust/agama-lib/share/examples/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
{
"create": {
"id": "linux",
"type": "primary",
"size": "10 GiB"
},
"encrypt": {
Expand Down
4 changes: 0 additions & 4 deletions rust/agama-lib/share/profile.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -702,10 +702,6 @@
"title": "Partition ID",
"enum": ["linux", "swap", "lvm", "raid", "esp", "prep", "biosBoot"]
},
"type": {
"title": "Partition type",
"enum": ["primary", "logical"]
},
"size": {
"title": "Partition size",
"$ref": "#/$defs/sizeValue"
Expand Down

0 comments on commit 948ecbe

Please sign in to comment.