You are here

config_snapshot.schema.yml in Config Snapshot 8

config/schema/config_snapshot.schema.yml

File

config/schema/config_snapshot.schema.yml
View source
  1. config_snapshot.snapshot.*:
  2. type: config_entity
  3. label: 'Config snapshot config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. snapshotSet:
  9. type: string
  10. label: 'Snapshot set'
  11. extensionType:
  12. type: string
  13. label: 'Extension type'
  14. extensionName:
  15. type: string
  16. label: 'Extension name'
  17. items:
  18. type: sequence
  19. label: 'Items'
  20. sequence:
  21. type: mapping
  22. label: 'Item'
  23. mapping:
  24. collection:
  25. type: string
  26. label: 'Configuration collection'
  27. name:
  28. type: text
  29. label: 'Name'
  30. # We have arbitrary config data here that has been snaphotted. We
  31. # can't give it a better type.
  32. data:
  33. type: ignore
  34. label: 'Data'