Skip to content

Commit

Permalink
fix(Schema Validate): MountPoints optional (alibaba#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanDaoH authored May 9, 2020
1 parent f003ff3 commit 51f6b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/language-service/schema/rosSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const rosSchema = {
}
}
},
"required": ["UserId", "GroupId", "MountPoints"],
"required": ["UserId", "GroupId"],
"additionalProperties": false
}
]
Expand Down

0 comments on commit 51f6b3e

Please sign in to comment.