You are here

rdf.schema.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/rdf/config/schema/rdf.schema.yml
core/modules/rdf/config/schema/rdf.schema.yml

File

core/modules/rdf/config/schema/rdf.schema.yml
View source
  1. # Schema for the configuration files of the RDF module.
  2. rdf.mapping.*.*:
  3. type: config_entity
  4. label: 'RDF mapping'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'ID'
  9. targetEntityType:
  10. type: string
  11. label: 'Target entity type'
  12. bundle:
  13. type: string
  14. label: 'Bundle'
  15. types:
  16. type: sequence
  17. label: 'Types'
  18. sequence:
  19. type: string
  20. fieldMappings:
  21. type: sequence
  22. label: 'Field mappings'
  23. sequence:
  24. type: rdf_field_mapping