Skip to content

Commit

Permalink
schema: several fixes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Aug 27, 2024
1 parent 5246166 commit 9ddaa37
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions rust/agama-lib/share/profile.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,6 @@
"description": "The search is limited to drives scope.",
"$ref": "#/$defs/search"
},
"encryption": {
"$ref": "#/$defs/encryption"
},
"ptableType": {
"title": "Partition table type",
"description": "The partition table is created only if all the current partitions are deleted.",
Expand All @@ -358,7 +355,7 @@
},
"guided": {
"title": "Guided proposal settings",
"$comment": "Guided settings will be removed from this schema.",
"$comment": "This guided section will be extracted to a separate schema. Only storage and legacyAutoyastStorage will be offered as valid schemas for the storage config.",
"type": "object",
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -646,7 +643,7 @@
"$ref": "#/$defs/sizeValue"
},
{
"title": "Size range (tuple systax)",
"title": "Size range (tuple syntax)",
"description": "Lower size limit and optionally upper size limit.",
"type": "array",
"items": {
Expand Down

0 comments on commit 9ddaa37

Please sign in to comment.