heartbeat_stream_entity.schema.yml 700 B

12345678910111213141516171819202122232425262728293031323334
  1. heartbeat8.heartbeat_stream_entity.*:
  2. type: config_entity
  3. label: 'Heartbeat stream entity config'
  4. mapping:
  5. hid:
  6. type: serial
  7. label: 'hid'
  8. message_id:
  9. type: string
  10. label: 'message_id'
  11. description:
  12. type: string
  13. label: 'description'
  14. message:
  15. type: string
  16. label: 'message'
  17. message_concat:
  18. type: string
  19. label: 'message_concat'
  20. perms:
  21. type: integer
  22. label: 'perms'
  23. group_type:
  24. type: string
  25. label: 'group_type'
  26. concat_args:
  27. type: blob
  28. label: 'concat_args'
  29. variables:
  30. type: blob
  31. label: 'variables'
  32. attachments:
  33. type: blob
  34. label: 'attachments'