You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that other approaches use allOf on the sub-types and I've even seen an approach using anyOf.
Currently, we're still working seriously on the new type model to support RAML 1.0 types. As soon as that's ready, we'll continue to add features. Inheritance in json-schema via allOf is on the backlog. I know that swagger proposes this as the right way to express polymorphism.
Hi,
is it not possible to use,
allOf and oneOf in scraml?
I am getting invalid RAML error on using allOf and oneOf in my JSON schema
The text was updated successfully, but these errors were encountered: