Change-Id: I961541bb5647e00dca50ded64ce614395db76239
This commit is contained in:
Stan Lagun 2016-11-28 11:45:49 -08:00
parent 30fdbb1135
commit a10a7d1098
2 changed files with 28 additions and 0 deletions

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

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