Forums » #96 - OCCI JSON Rendering »
5.4 Mixin Format -- related vs. depends + applies
Added by Boris Parak over 8 years ago
A while ago, there was a discussion about the "related" property in mixins and the possibility of replacing it with "depends" and "applies", e.g.
"mixins":[
{
"depends":[
"http://schemas.ogf.org/occi/infrastructure#resource_tpl"
],
"applies":[
"http://schemas.ogf.org/occi/infrastructure#compute"
],
"location":"/mixin/resource_tpl/large/",
"scheme":"http://schema.example.org/occi/infrastructure/resource_tpl#",
"term":"large",
"title":"Large Instance",
"attributes":{ ... }
}
]
This was supposed to provide more information and improve readability.
I guess this is something for OCCI 1.2 as it would require changes in the HTTP rendering as well. Am I wrong?
Replies (1)
RE: 5.4 Mixin Format -- related vs. depends + applies - Added by Andy Edmonds about 8 years ago
I believe this is now in core so if accepted must be reflected in the JSON rendering.
Andy
(1-1/1)