Veerendra
Veerendra
``` yaml #%RAML 0.8 title: Example API baseUri: https://www.example.com/ protocols: [HTTPS] schemas: !include common-schema.raml schemas: - person: | { .... } - asset: | { ... } traits: !include common-traits.raml...
Hi LorenaSoledad, Any update on this?
Hi, I am keeping both files in same folder, but this folder i am not added in java class-path. When i am trying to parse main file, i am getting...
Just i need to remove "**schemas:**" node from "**common-schema.raml**" file? no need to change anything in main raml(file i am including the "common-schema.raml")? just i removed the "**schemas:**" from "**common-schema.raml**"...
> @dviru , why would you set the pods not to be deleted? This leads to OOM because the pods occupy some space. Just trying to understand your needs and...