e9fe5b278c
This commit clarifies, cleans and improves releasenotes for murano Co-Authored-By: Maria Zlatkova <mzlatkova@mirantis.com> Change-Id: I6591a62640f192be749c3c58a92dc00ef56dd736
9 lines
402 B
YAML
9 lines
402 B
YAML
---
|
|
features:
|
|
- Added a new engine RPC call to generate json-schema from MuranoPL class.
|
|
The schema may be generated either from the entire class or for specific
|
|
model builders - static actions that can be used to generate
|
|
object model from their input. Class schema is built by inspecting
|
|
class properties and method schema using the same algorithm but applied
|
|
to its arguments.
|