15 lines
268 B
YAML
15 lines
268 B
YAML
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()
|