murano/meta/io.murano/Classes/User.yaml
Stan Lagun a10a7d1098 2 forgotten files from https://review.openstack.org/#/c/401327
Change-Id: I961541bb5647e00dca50ded64ce614395db76239
2016-11-28 19:46:27 +00:00

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()