mirror of
https://github.com/valitydev/swag-organizations.git
synced 2024-11-06 10:05:23 +00:00
Rename result (#17)
This commit is contained in:
parent
9e36e8e1e4
commit
1266ea9fb9
@ -1,10 +1,10 @@
|
||||
type: object
|
||||
required:
|
||||
- results
|
||||
- result
|
||||
properties:
|
||||
continuationToken:
|
||||
$ref: '../schemas/ContinuationToken.yaml'
|
||||
results:
|
||||
result:
|
||||
type: array
|
||||
items:
|
||||
$ref: '../schemas/Organization.yaml'
|
||||
|
@ -20,9 +20,9 @@ get:
|
||||
schema:
|
||||
type: object
|
||||
required:
|
||||
- results
|
||||
- result
|
||||
properties:
|
||||
results:
|
||||
result:
|
||||
type: array
|
||||
items:
|
||||
$ref: '../components/schemas/Invitation.yaml'
|
||||
|
@ -14,9 +14,9 @@ get:
|
||||
schema:
|
||||
type: object
|
||||
required:
|
||||
- results
|
||||
- result
|
||||
properties:
|
||||
results:
|
||||
result:
|
||||
type: array
|
||||
items:
|
||||
$ref: '../components/schemas/Member.yaml'
|
||||
|
@ -14,9 +14,9 @@ get:
|
||||
schema:
|
||||
type: object
|
||||
required:
|
||||
- results
|
||||
- result
|
||||
properties:
|
||||
results:
|
||||
result:
|
||||
type: array
|
||||
items:
|
||||
$ref: '../components/schemas/Role.yaml'
|
||||
|
3262
package-lock.json
generated
3262
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user