We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39c43e commit f0f22e3Copy full SHA for f0f22e3
resources/schemas/films.json
@@ -25,8 +25,9 @@
25
"description": "The producer(s) of this film."
26
},
27
"release_date": {
28
- "type": "date",
29
- "description": "The release date at original creator country."
+ "type": "string",
+ "format": "date",
30
+ "description": "The release date at original creator country."
31
32
"characters": {
33
"type": "array",
0 commit comments