1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-02 10:22:21 +02:00

Updated Webhook Schema (markdown)

fhscholl 2017-11-01 12:18:18 -04:00
parent 9df8424b5f
commit d3f7171046

@ -48,9 +48,6 @@ This page provides a [JSON schema](http://json-schema.org/) for validating event
} }
}, },
"remoteMovie": { "remoteMovie": {
"type": ["array", "null"],
"minItems": 1,
"items": {
"type": "object", "type": "object",
"required": ["title", "year"], "required": ["title", "year"],
"properties": { "properties": {
@ -59,7 +56,6 @@ This page provides a [JSON schema](http://json-schema.org/) for validating event
"tmdbId": { "type": "integer" }. "tmdbId": { "type": "integer" }.
"imdbId": {"type": "string" } "imdbId": {"type": "string" }
} }
}
}, },
"release": { "release": {
"type": "object", "type": "object",