heartbeat_stream.schema.yml 650 B

123456789101112131415161718192021222324252627282930313233343536
  1. heartbeat8.heartbeat_stream.*:
  2. type: config_entity
  3. label: 'Heartbeat stream 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. class:
  14. type: string
  15. label: 'class'
  16. real_class:
  17. type: string
  18. label: 'real class'
  19. name:
  20. type: string
  21. label: 'name'
  22. module:
  23. type: string
  24. label: 'module'
  25. title:
  26. type: string
  27. label: 'string'
  28. path:
  29. type: string
  30. label: 'path'
  31. settings:
  32. type: blob
  33. label: 'settings'
  34. variables:
  35. type: blob
  36. label: 'variables'