heartbeat_stream.schema.yml 808 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. heartbeat_stream.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. message:
  23. type: string
  24. label: 'message'
  25. message_concat:
  26. type: string
  27. label: 'message_concat'
  28. perms:
  29. type: integer
  30. label: 'perms'
  31. group_type:
  32. type: string
  33. label: 'group_type'
  34. arguments:
  35. type: blob
  36. label: 'arguments'
  37. variables:
  38. type: blob
  39. label: 'variables'
  40. attachments:
  41. type: blob
  42. label: 'attachments'