From b0d41cd0e6a5d779e99fe68b59286929c4d581ce Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Sun, 19 Nov 2017 11:55:01 +0100 Subject: [PATCH] Updated Webhook Schema (markdown) --- Webhook-Schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } },