Problem/motivation
#1866610: Introduce Kwalify-inspired schema format for configuration introduced some config schema coverage for views, contact module, image effects, etc. but it is/was not complete. We need to continue introducing schemas and complete schemas where not yet complete.
Proposed solution
Solve this in sub-issues. Add more issues as identified. Existing conversions issues don't need to apply the schema if they cannot or do not want to fit this in their scope. We need followups for them in that case.
- #1910606: Complete configurations schema for Views
- add more
Schemas already done
From the original patch that was committed (not all of these are necessarily complete, double checking helps):
- Contact module: http://drupalcode.org/project/drupal.git/blob/refs/heads/8.x:/core/modul...
- Image module: http://drupalcode.org/project/drupal.git/blob/refs/heads/8.x:/core/modul...
- System module: http://drupalcode.org/project/drupal.git/blob/refs/heads/8.x:/core/modul...
- User module: http://drupalcode.org/project/drupal.git/blob/refs/heads/8.x:/core/modul...
- INCOMPLETE Views module: http://drupalcode.org/project/drupal.git/blob/refs/heads/8.x:/core/modul... (see above for issue to complete it)
Documentation
Format and API documentation can be found at http://drupal.org/node/1905070.