2 forgotten files from https://review.openstack.org/#/c/401327
Change-Id: I961541bb5647e00dca50ded64ce614395db76239
This commit is contained in:
parent
30fdbb1135
commit
a10a7d1098
14
meta/io.murano/Classes/Project.yaml
Normal file
14
meta/io.murano/Classes/Project.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
Name: io.murano.Project
|
||||
|
||||
Properties:
|
||||
id:
|
||||
Contract: $.string().notNull()
|
||||
name:
|
||||
Contract: $.string().notNull()
|
||||
domain:
|
||||
Contract: $.string().notNull()
|
||||
description:
|
||||
Contract: $.string()
|
||||
extra:
|
||||
Contract:
|
||||
$.string().notNull(): $.string()
|
14
meta/io.murano/Classes/User.yaml
Normal file
14
meta/io.murano/Classes/User.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
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()
|
Loading…
Reference in New Issue
Block a user