Advertisement
Guest User

Untitled

a guest
Jul 14th, 2016
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. {
  2. "$schema" : "http://json-schema.org/draft-04/schema#",
  3. "id" : "http://wso2jsonschema.org",
  4. "title" : "root",
  5. "type" : "object",
  6. "properties" : {
  7. "Released" : {
  8. "id" : "http://wso2jsonschema.org/Released",
  9. "type" : "string"
  10. },
  11. "Metascore" : {
  12. "id" : "http://wso2jsonschema.org/Metascore",
  13. "type" : "string"
  14. },
  15. "imdbID" : {
  16. "id" : "http://wso2jsonschema.org/imdbID",
  17. "type" : "string"
  18. },
  19. "Plot" : {
  20. "id" : "http://wso2jsonschema.org/Plot",
  21. "type" : "string"
  22. },
  23. "Director" : {
  24. "id" : "http://wso2jsonschema.org/Director",
  25. "type" : "string"
  26. },
  27. "Title" : {
  28. "id" : "http://wso2jsonschema.org/Title",
  29. "type" : "string"
  30. },
  31. "Actors" : {
  32. "id" : "http://wso2jsonschema.org/Actors",
  33. "type" : "string"
  34. },
  35. "imdbRating" : {
  36. "id" : "http://wso2jsonschema.org/imdbRating",
  37. "type" : "string"
  38. },
  39. "imdbVotes" : {
  40. "id" : "http://wso2jsonschema.org/imdbVotes",
  41. "type" : "string"
  42. },
  43. "Response" : {
  44. "id" : "http://wso2jsonschema.org/Response",
  45. "type" : "string"
  46. },
  47. "Runtime" : {
  48. "id" : "http://wso2jsonschema.org/Runtime",
  49. "type" : "string"
  50. },
  51. "Type" : {
  52. "id" : "http://wso2jsonschema.org/Type",
  53. "type" : "string"
  54. },
  55. "Awards" : {
  56. "id" : "http://wso2jsonschema.org/Awards",
  57. "type" : "string"
  58. },
  59. "Year" : {
  60. "id" : "http://wso2jsonschema.org/Year",
  61. "type" : "string"
  62. },
  63. "Language" : {
  64. "id" : "http://wso2jsonschema.org/Language",
  65. "type" : "string"
  66. },
  67. "Rated" : {
  68. "id" : "http://wso2jsonschema.org/Rated",
  69. "type" : "string"
  70. },
  71. "Poster" : {
  72. "id" : "http://wso2jsonschema.org/Poster",
  73. "type" : "string"
  74. },
  75. "Country" : {
  76. "id" : "http://wso2jsonschema.org/Country",
  77. "type" : "string"
  78. },
  79. "Genre" : {
  80. "id" : "http://wso2jsonschema.org/Genre",
  81. "type" : "string"
  82. },
  83. "Writer" : {
  84. "id" : "http://wso2jsonschema.org/Writer",
  85. "type" : "string"
  86. }
  87. }
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement