Created
April 2, 2020 15:43
-
-
Save Peelz/54c0e9b4e045aacf05ceba90fab464f4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"type": "any", | |
"required": true | |
}, | |
"meta": { | |
"response_code": { | |
"type": "string", | |
"pattern": "[0-9]{5}" | |
}, | |
"response_desc": "string", | |
"response_ref": "string", | |
"response_date": "datetime" | |
}, | |
"errors": { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment