murano/releasenotes/notes/muranopl-forms-4a3fb8153f26bbcf.yaml
Kirill Zaitsev e9fe5b278c Cleanup, clarify newton release-notes
This commit clarifies, cleans and improves releasenotes for murano

Co-Authored-By: Maria Zlatkova <mzlatkova@mirantis.com>
Change-Id: I6591a62640f192be749c3c58a92dc00ef56dd736
2016-09-14 01:08:51 +03:00

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.