Skip to content

Commit f0f22e3

Browse files
committed
fixed release_date type in json-schema
1 parent c39c43e commit f0f22e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

resources/schemas/films.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
"description": "The producer(s) of this film."
2626
},
2727
"release_date": {
28-
"type": "date",
29-
"description": "The release date at original creator country."
28+
"type": "string",
29+
"format": "date",
30+
"description": "The release date at original creator country."
3031
},
3132
"characters": {
3233
"type": "array",

0 commit comments

Comments
 (0)