diff --git a/Webhook-Schema.md b/Webhook-Schema.md index 39e7508..77c75f4 100644 --- a/Webhook-Schema.md +++ b/Webhook-Schema.md @@ -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" } } },