Skip to content
Snippets Groups Projects
Commit 65f606ef authored by Dries Buytaert's avatar Dries Buytaert
Browse files

Issue #2107681 by vijaycs85, rych: Create configuration schema for RDF module.

parent 821d3bb0
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
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'
# Schema for the configuration files of the RDF module.
rdf.mapping.*.*:
type: mapping
label: 'RDF mapping'
mapping:
id:
type: string
label: 'ID'
uuid:
type: string
label: 'UUID'
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment