efritz/chevron

View on GitHub
middleware/test-schemas/point.yaml

Summary

Maintainability
Test Coverage
type: object
properties:
  x:
    type: integer
  y:
    type: integer
  z:
    type: integer
additionalProperites: false
required:
  - 'x'
  - 'y'
  - 'z'