Skip to content

Commit

Permalink
Remove required but not existing properties from NewShare? (#108)
Browse files Browse the repository at this point in the history
* Remove required but not existing properties from NewShare

It seems these required properties don't exist? But it seems https://editor.swagger.io/ doesn't detect this as an error, am I seeing this wrong?

* Put shareType and resourceType back

Now the required list is in the same order as the properties list
  • Loading branch information
michielbdejong authored Sep 5, 2024
1 parent b691b67 commit a1e95be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,10 +391,9 @@ definitions:
- providerId
- owner
- sender
- protocol
- permission
- shareType
- resourceType
- protocol
properties:
shareWith:
type: string
Expand Down

0 comments on commit a1e95be

Please sign in to comment.