annotate core/modules/rdf/config/schema/rdf.schema.yml @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 4c8ae668cc8c
children
rev   line source
Chris@0 1 # Schema for the configuration files of the RDF module.
Chris@0 2
Chris@0 3 rdf.mapping.*.*:
Chris@0 4 type: config_entity
Chris@0 5 label: 'RDF mapping'
Chris@0 6 mapping:
Chris@0 7 id:
Chris@0 8 type: string
Chris@0 9 label: 'ID'
Chris@0 10 targetEntityType:
Chris@0 11 type: string
Chris@0 12 label: 'Target entity type'
Chris@0 13 bundle:
Chris@0 14 type: string
Chris@0 15 label: 'Bundle'
Chris@0 16 types:
Chris@0 17 type: sequence
Chris@0 18 label: 'Types'
Chris@0 19 sequence:
Chris@0 20 type: string
Chris@0 21 fieldMappings:
Chris@0 22 type: sequence
Chris@0 23 label: 'Field mappings'
Chris@0 24 sequence:
Chris@0 25 type: rdf_field_mapping