Skip to content

Commit

Permalink
Allow guid property in custom mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman committed Feb 18, 2024
1 parent 9d45d4f commit fb1180d
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions custom_mappings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,21 @@
"Shaman King (2021)"
]
},
"synonyms": {
"type": "array",
"default": [],
"items": {
"type": "string"
}
},
"guid": {
"type": "string",
"format": "uri",
"pattern": "^plex://",
"examples": [
"plex://show/5d9c0845ffd9ef001e990bb2"
]
},
"seasons": {
"type": "array",
"minItems": 1,
Expand All @@ -55,13 +70,6 @@
},
"additionalProperties": false
}
},
"synonyms": {
"type": "array",
"default": [],
"items": {
"type": "string"
}
}
},
"additionalProperties": false
Expand Down

0 comments on commit fb1180d

Please sign in to comment.