Skip to content

Commit 1a57de4

Browse files
committed
fixes #996
1 parent e22af0c commit 1a57de4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/BlockTypes/OpencastBlock.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@
88
"episode_id": {
99
"type": "string"
1010
},
11-
"url": {
12-
"type": "string"
13-
},
1411
"title": {
1512
"type": "string"
1613
}
1714
},
18-
"required": ["episode_id", "url"],
15+
"required": ["episode_id"],
1916
"additionalProperties": true
2017
}

0 commit comments

Comments
 (0)