heartbeat_stream_entity.schema.yml 521 B

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