data.yaml 880 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. properties:
  2. title:
  3. type: string
  4. toc:
  5. type: string
  6. book:
  7. type: string
  8. para:
  9. type: string
  10. path:
  11. type: string
  12. tags:
  13. type: object
  14. properties:
  15. id:
  16. type: string
  17. name:
  18. type: string
  19. description:
  20. type: string
  21. channel:
  22. type: object
  23. properties:
  24. name:
  25. type: string
  26. owner_uid:
  27. type: string
  28. studio:
  29. type: object
  30. properties:
  31. id:
  32. type: string
  33. nickName:
  34. type: string
  35. studioName:
  36. type: string
  37. realName:
  38. type: string
  39. avatar:
  40. type: string
  41. channel_id:
  42. type: string
  43. summary:
  44. type: string
  45. view:
  46. type: number
  47. like:
  48. type: number
  49. status:
  50. type: number
  51. progress:
  52. type: number
  53. progress_line:
  54. type: number
  55. created_at:
  56. type: string
  57. updated_at:
  58. type: string