a10a7d1098
Change-Id: I961541bb5647e00dca50ded64ce614395db76239
15 lines
259 B
YAML
15 lines
259 B
YAML
Name: io.murano.User
|
|
|
|
Properties:
|
|
id:
|
|
Contract: $.string().notNull()
|
|
name:
|
|
Contract: $.string().notNull()
|
|
domain:
|
|
Contract: $.string().notNull()
|
|
email:
|
|
Contract: $.string()
|
|
extra:
|
|
Contract:
|
|
$.string().notNull(): $.string()
|