https://github.com/nexmo/ncco-validator
A json-schema schema for validating NCCO objects.
https://github.com/nexmo/ncco-validator
Last synced: over 1 year ago
JSON representation
A json-schema schema for validating NCCO objects.
- Host: GitHub
- URL: https://github.com/nexmo/ncco-validator
- Owner: Nexmo
- Created: 2017-03-30T14:52:46.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-02-02T13:27:43.000Z (over 5 years ago)
- Last Synced: 2025-01-29T05:25:12.082Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 14
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NCCOCheck
This is a tool that uses json-schema to validate a series of NCCO objects. The aim is that it
can be used in libraries that assist with the webhook side of Nexmo integrations, or with
a web-based tool for writing NCCOs.
The tests are in python3, but the real content is the [ncco-schema.json](ncco-schema.json) file, which should work with any json-schema v4 compliant library.