73f8368024
Also adds File type to core library for common convention type for files Partially implements: blueprint actions-return-result Change-Id: I5cbfb9ed6f4ae56e931815841f9c042f25a1d0ca
17 lines
246 B
YAML
17 lines
246 B
YAML
Namespaces:
|
|
=: io.murano
|
|
|
|
Name: File
|
|
|
|
Properties:
|
|
base64Content:
|
|
Contract: $.string().notNull()
|
|
Default: ''
|
|
|
|
mimeType:
|
|
Contract: $.string().notNull()
|
|
Default: 'application/octet-stream'
|
|
|
|
filename:
|
|
Contract: $.string()
|