Open jstoiko opened 5 years ago
This part of the tests needs to be reworked a bit:
/raml-1.0/spec-examples/APIs/
/Types/determine-default-types/
invalid
Common misconceptions (see the Determine Default Types section of the RAML 1.0 Spec):
Determine Default Types
items
type: array
(...) types: Foo: items: string # invalid, missing `type: array`
fileTypes
type: file
This part of the tests needs to be reworked a bit:
/raml-1.0/spec-examples/APIs/
, they should all be inside/Types/determine-default-types/
invalid
tests, see belowCommon misconceptions (see the
Determine Default Types
section of the RAML 1.0 Spec):items
determines default type totype: array
, this is wrong.fileTypes
determines default type totype: file
, this is also wrong