raml-spec
raml-spec copied to clipboard
What is the raml code for this? Students: [ { Name: Amritha } { Name: Anagha } ]
This is the definition of a Students property:
Students:
type: array
items:
type: object
properties:
Name:
type: string
If this solve your issue, you can close this Github issue.