heartbeat.schema.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. message:
  26. type: string
  27. label: 'message'
  28. message_concat:
  29. type: string
  30. label: 'message_concat'
  31. perms:
  32. type: integer
  33. label: 'perms'
  34. group_type:
  35. type: string
  36. label: 'group_type'
  37. arguments:
  38. type: blob
  39. label: 'arguments'
  40. variables:
  41. type: blob
  42. label: 'variables'
  43. attachments:
  44. type: blob
  45. label: 'attachments'
  46. heartbeat.friendship.*:
  47. type: config_entity
  48. label: 'Heartbeat Friendship config'
  49. mapping:
  50. id:
  51. type: string
  52. label: 'ID'
  53. uid:
  54. type: integer
  55. label: 'uid'
  56. uid_target:
  57. type: integer
  58. label: 'uid_target'
  59. status:
  60. type: integer
  61. label: 'status'
  62. created:
  63. type: integer
  64. label: 'Created timestamp'