Skip to content

Changes in AMF 5.2.5

Compare
Choose a tag to compare
@arielmirra arielmirra released this 09 Mar 16:13
· 782 commits to develop since this release
cda9e79

What's Changed

Important validation - New RAML type validation

When a raml type has the value type: [] we now validate it with the message [] is not a valid type.

For example in the following API:

/test:
  post:
    body:
      application/json:
        properties: 
          products: []

The type of products is not valid, and the validation [] is not a valid type will show up.

Full Changelog: 5.2.4...5.2.5