Skip to content

Commit

Permalink
Add propertiesAreMutable to YAML
Browse files Browse the repository at this point in the history
Fixes #19
  • Loading branch information
fbaumgardt authored Aug 29, 2017
1 parent d8eff19 commit efcfff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ definitions:
- appendsToEnd
- supportsRoles
- membershipIsMutable
- metadataIsMutable
- propertiesAreMutable
- restrictedToType
- maxLength
properties:
Expand Down Expand Up @@ -943,10 +943,10 @@ definitions:
Indicates whether collection membership mutable (i.e. whether members
can be added and removed)
default: true
metadataIsMutable:
propertiesAreMutable:
type: boolean
description: >-
Indicates whether collection metadata is mutable (i.e. can the
Indicates whether collection properties are mutable (i.e. can the
metadata of this collection be changed)
default: true
restrictedToType:
Expand Down

0 comments on commit efcfff4

Please sign in to comment.