raml-spec icon indicating copy to clipboard operation
raml-spec copied to clipboard

What is the raml code for this? Students: [ { Name: Amritha } { Name: Anagha } ]

Open mundeko opened this issue 4 years ago • 1 comments

mundeko avatar Oct 29 '21 15:10 mundeko

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.

GauthierPLM avatar Mar 07 '22 14:03 GauthierPLM