Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyaml
body: {
    "firstName": "Sam",
    "lastName": "Meyer",
    "age": "48",
    "gender": "male"
  }
  
pipeline:
  - json.validate:
      schema: $uri:global/app/myapp/object/person/v1/schema

This will return an a validation error like this:

...