Sha256: 1fded5f9712d3f447b40d4e9f5bcdb30b9965c89d5527c535fdade1a550a41ac

Contents?: true

Size: 359 Bytes

Versions: 7

Compression:

Stored size: 359 Bytes

Contents

#%RAML 0.8
title: "Groups and Nesting"
resourceTypes:
  - someType: {}
/non-resource-prefix/resource:
  get:
  /nested:
    get:
/non-resource-prefix/another-resource:
  get:
/resource-with-nesting:
  type: someType
  get:
  /nested:
    get:
  /another-nested:
    get:
/resource-without-methods-with-nesting:
  /nested:
    get:
  /another-nested:
    get:

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
raml_parser-0.2.5 spec/examples/raml/external/groups_and_nesting.raml
raml_parser-0.2.4 spec/examples/raml/external/groups_and_nesting.raml
raml_parser-0.2.3 spec/examples/raml/external/groups_and_nesting.raml
raml_parser-0.2.2 spec/examples/raml/external/groups_and_nesting.raml
raml_parser-0.2.1 spec/examples/raml/external/groups_and_nesting.raml
raml_parser-0.2 spec/examples/raml/external/groups_and_nesting.raml
raml_parser-0.1 spec/examples/raml/external/groups_and_nesting.raml