murano/meta/io.murano/Classes/Project.yaml

15 lines
259 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(): $