Skip to content

Commit 51f6b3e

Browse files
authored
fix(Schema Validate): MountPoints optional (#904)
1 parent f003ff3 commit 51f6b3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/language-service/schema/rosSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export const rosSchema = {
9797
}
9898
}
9999
},
100-
"required": ["UserId", "GroupId", "MountPoints"],
100+
"required": ["UserId", "GroupId"],
101101
"additionalProperties": false
102102
}
103103
]

0 commit comments

Comments
 (0)