heartbeat.schema.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. heartbeat.heartbeat_type.*:
  2. type: config_entity
  3. label: 'Heartbeat type config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. uuid:
  12. type: string
  13. hid:
  14. type: serial
  15. label: 'hid'
  16. message_id:
  17. type: string
  18. label: 'message_id'
  19. description:
  20. type: string
  21. label: 'description'
  22. mainentity:
  23. type: string
  24. label: 'Main Entity'
  25. bundle:
  26. type: string
  27. label: 'Bundle'
  28. message:
  29. type: string
  30. label: 'message'
  31. # message_concat:
  32. # type: string
  33. # label: 'message_concat'
  34. perms:
  35. type: integer
  36. label: 'perms'
  37. group_type:
  38. type: string
  39. label: 'group_type'
  40. arguments:
  41. type: blob
  42. label: 'arguments'
  43. variables:
  44. type: blob
  45. label: 'variables'
  46. # attachments:
  47. # type: blob
  48. # label: 'attachments'
  49. heartbeat.friendship.*:
  50. type: config_entity
  51. label: 'Heartbeat Friendship config'
  52. mapping:
  53. id:
  54. type: string
  55. label: 'ID'
  56. uid:
  57. type: integer
  58. label: 'uid'
  59. uid_target:
  60. type: integer
  61. label: 'uid_target'
  62. status:
  63. type: integer
  64. label: 'status'
  65. created:
  66. type: integer
  67. label: 'Created timestamp'
  68. heartbeat_feed.config:
  69. type: config_object
  70. label: 'Active Feed Choice'
  71. mapping:
  72. message:
  73. type: text
  74. label: 'Feed Choice'