mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Updated Webhook Schema (markdown)
parent
9df8424b5f
commit
d3f7171046
1 changed files with 7 additions and 11 deletions
|
@ -48,9 +48,6 @@ This page provides a [JSON schema](http://json-schema.org/) for validating event
|
|||
}
|
||||
},
|
||||
"remoteMovie": {
|
||||
"type": ["array", "null"],
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"type": "object",
|
||||
"required": ["title", "year"],
|
||||
"properties": {
|
||||
|
@ -59,7 +56,6 @@ This page provides a [JSON schema](http://json-schema.org/) for validating event
|
|||
"tmdbId": { "type": "integer" }.
|
||||
"imdbId": {"type": "string" }
|
||||
}
|
||||
}
|
||||
},
|
||||
"release": {
|
||||
"type": "object",
|
||||
|
|
Loading…
Reference in a new issue