vscode-recommended.settings.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "json.schemas": [
  3. {
  4. "fileMatch": ["*Schema.json"],
  5. "url": "/content-directory-schemas/schemas/extrinsics/AddClassSchema.schema.json"
  6. },
  7. {
  8. "fileMatch": ["*Class.json"],
  9. "url": "/content-directory-schemas/schemas/extrinsics/CreateClass.schema.json"
  10. },
  11. {
  12. "fileMatch": ["*/LanguageBatch.json"],
  13. "url": "/content-directory-schemas/schemas/entityBatches/LanguageBatch.schema.json"
  14. },
  15. {
  16. "fileMatch": ["*/MediaLocationBatch.json"],
  17. "url": "/content-directory-schemas/schemas/entityBatches/MediaLocationBatch.schema.json"
  18. },
  19. {
  20. "fileMatch": ["*/HttpMediaLocationBatch.json"],
  21. "url": "/content-directory-schemas/schemas/entityBatches/HttpMediaLocationBatch.schema.json"
  22. },
  23. {
  24. "fileMatch": ["*/JoystreamMediaLocationBatch.json"],
  25. "url": "/content-directory-schemas/schemas/entityBatches/JoystreamMediaLocationBatch.schema.json"
  26. },
  27. {
  28. "fileMatch": ["*/ContentCategoryBatch.json"],
  29. "url": "/content-directory-schemas/schemas/entityBatches/ContentCategoryBatch.schema.json"
  30. },
  31. {
  32. "fileMatch": ["*/ChannelBatch.json"],
  33. "url": "/content-directory-schemas/schemas/entityBatches/ChannelBatch.schema.json"
  34. },
  35. {
  36. "fileMatch": ["*/VideoMediaEncodingBatch.json"],
  37. "url": "/content-directory-schemas/schemas/entityBatches/VideoMediaEncodingBatch.schema.json"
  38. },
  39. {
  40. "fileMatch": ["*/KnownLicenseBatch.json"],
  41. "url": "/content-directory-schemas/schemas/entityBatches/KnownLicenseBatch.schema.json"
  42. },
  43. {
  44. "fileMatch": ["*/UserDefinedLicenseBatch.json"],
  45. "url": "/content-directory-schemas/schemas/entityBatches/UserDefinedLicenseBatch.schema.json"
  46. },
  47. {
  48. "fileMatch": ["*/LicenseBatch.json"],
  49. "url": "/content-directory-schemas/schemas/entityBatches/LicenseBatch.schema.json"
  50. },
  51. {
  52. "fileMatch": ["*/VideoMediaBatch.json"],
  53. "url": "/content-directory-schemas/schemas/entityBatches/VideoMediaBatch.schema.json"
  54. },
  55. {
  56. "fileMatch": ["*/VideoBatch.json"],
  57. "url": "/content-directory-schemas/schemas/entityBatches/VideoBatch.schema.json"
  58. }
  59. ]
  60. }