Skip to content
Snippets Groups Projects
Commit 46581e7e authored by Ron Lucke's avatar Ron Lucke
Browse files

fixes #259

parent 03327aca
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,21 @@ ...@@ -16,6 +16,21 @@
}, },
"endtime": { "endtime": {
"type": "string" "type": "string"
},
"oembed_request": {
"type": "string"
},
"oembed-unauthorized": {
"type": "boolean"
},
"oembed-not-found": {
"type": "boolean"
},
"oembed": {
"type": "object"
},
"request": {
"type": "string"
} }
}, },
"required": [ "required": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment