Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a movies collection with the ability to create a new movie #4

Merged
merged 9 commits into from
May 7, 2019
10 changes: 10 additions & 0 deletions movies/src/resources/doc.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@
"property": "schema:name",
"title": "name",
"description": "The movie's name"
},
{
"property": "schema:description",
"title": "description",
"description": "Textual description of the movie."
},
{
"property": "schema:duration",
"title": "duration",
"description": "The movie's duration in ISO 8601 date format."
tpluscode marked this conversation as resolved.
Show resolved Hide resolved
}
]
}
Expand Down