Move into nested docroot

This commit is contained in:
Rob Davies 2017-02-13 15:31:17 +00:00
parent 83a0d3a149
commit c8b70abde9
13405 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,29 @@
rdf_field_mapping:
type: mapping
label: 'RDF mapping'
mapping:
properties:
type: sequence
label: 'Properties'
sequence:
type: string
datatype:
type: string
label: 'Data type'
datatype_callback:
type: mapping
label: 'Data type callback'
mapping:
callable:
type: string
label: 'Callable'
arguments:
type: mapping
label: 'Arguments'
mapping:
interaction_type:
type: string
label: 'Interaction type'
mapping_type:
type: string
label: 'Mapping type'

View file

@ -0,0 +1,25 @@
# Schema for the configuration files of the RDF module.
rdf.mapping.*.*:
type: config_entity
label: 'RDF mapping'
mapping:
id:
type: string
label: 'ID'
targetEntityType:
type: string
label: 'Target entity type'
bundle:
type: string
label: 'Bundle'
types:
type: sequence
label: 'Types'
sequence:
type: string
fieldMappings:
type: sequence
label: 'Field mappings'
sequence:
type: rdf_field_mapping