Updated Webhook Schema (markdown)

Leonardo Galli 2017-11-19 11:55:01 +01:00
parent 0e89d4c8fc
commit b0d41cd0e6
1 changed files with 1 additions and 1 deletions

@ -53,7 +53,7 @@ This page provides a [JSON schema](http://json-schema.org/) for validating event
"properties": {
"title": { "type": "string" },
"year": { "type": "integer", "minimum": 1800 },
"tmdbId": { "type": "integer" }.
"tmdbId": { "type": "integer" },
"imdbId": {"type": "string" }
}
},