mirror of
https://github.com/valitydev/swag-claim-management.git
synced 2024-11-06 01:35:18 +00:00
Merge pull request #22 from valitydev/ft/identity_and_wallet_claims
Add inheritance for identity and wallet modifications
This commit is contained in:
commit
2c84fce768
@ -1,8 +1,11 @@
|
||||
type: object
|
||||
required:
|
||||
allOf:
|
||||
- $ref: '#/definitions/Modification'
|
||||
- type: object
|
||||
required:
|
||||
- id
|
||||
- modification
|
||||
properties:
|
||||
properties:
|
||||
id:
|
||||
description: Идентификатор
|
||||
type: string
|
||||
|
@ -1,8 +1,11 @@
|
||||
type: object
|
||||
required:
|
||||
allOf:
|
||||
- $ref: '#/definitions/Modification'
|
||||
- type: object
|
||||
required:
|
||||
- id
|
||||
- modification
|
||||
properties:
|
||||
properties:
|
||||
id:
|
||||
description: Идентификатор
|
||||
type: string
|
||||
|
Loading…
Reference in New Issue
Block a user