Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "$schema" : "http://json-schema.org/draft-04/schema#",
- "id" : "http://wso2jsonschema.org",
- "title" : "root",
- "type" : "object",
- "properties" : {
- "Released" : {
- "id" : "http://wso2jsonschema.org/Released",
- "type" : "string"
- },
- "Metascore" : {
- "id" : "http://wso2jsonschema.org/Metascore",
- "type" : "string"
- },
- "imdbID" : {
- "id" : "http://wso2jsonschema.org/imdbID",
- "type" : "string"
- },
- "Plot" : {
- "id" : "http://wso2jsonschema.org/Plot",
- "type" : "string"
- },
- "Director" : {
- "id" : "http://wso2jsonschema.org/Director",
- "type" : "string"
- },
- "Title" : {
- "id" : "http://wso2jsonschema.org/Title",
- "type" : "string"
- },
- "Actors" : {
- "id" : "http://wso2jsonschema.org/Actors",
- "type" : "string"
- },
- "imdbRating" : {
- "id" : "http://wso2jsonschema.org/imdbRating",
- "type" : "string"
- },
- "imdbVotes" : {
- "id" : "http://wso2jsonschema.org/imdbVotes",
- "type" : "string"
- },
- "Response" : {
- "id" : "http://wso2jsonschema.org/Response",
- "type" : "string"
- },
- "Runtime" : {
- "id" : "http://wso2jsonschema.org/Runtime",
- "type" : "string"
- },
- "Type" : {
- "id" : "http://wso2jsonschema.org/Type",
- "type" : "string"
- },
- "Awards" : {
- "id" : "http://wso2jsonschema.org/Awards",
- "type" : "string"
- },
- "Year" : {
- "id" : "http://wso2jsonschema.org/Year",
- "type" : "string"
- },
- "Language" : {
- "id" : "http://wso2jsonschema.org/Language",
- "type" : "string"
- },
- "Rated" : {
- "id" : "http://wso2jsonschema.org/Rated",
- "type" : "string"
- },
- "Poster" : {
- "id" : "http://wso2jsonschema.org/Poster",
- "type" : "string"
- },
- "Country" : {
- "id" : "http://wso2jsonschema.org/Country",
- "type" : "string"
- },
- "Genre" : {
- "id" : "http://wso2jsonschema.org/Genre",
- "type" : "string"
- },
- "Writer" : {
- "id" : "http://wso2jsonschema.org/Writer",
- "type" : "string"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement