Created
February 15, 2019 19:05
-
-
Save artisticcheese/0cf1d9c4b35e9fe3d01ea408555c3d15 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
{ | |
"properties": { | |
"id": { | |
"type": "integer" | |
}, | |
"name": { | |
"type": "string" | |
}, | |
"resource": { | |
"properties": { | |
"data": { | |
"type": "string" | |
}, | |
"downloadUrl": { | |
"type": "string" | |
}, | |
"properties": { | |
"properties": { | |
"localpath": { | |
"type": "string" | |
} | |
}, | |
"type": "object" | |
}, | |
"type": { | |
"type": "string" | |
}, | |
"url": { | |
"type": "string" | |
} | |
}, | |
"type": "object" | |
} | |
}, | |
"type": "object" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment