heartbeat.schema.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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'