Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
65f606ef
Commit
65f606ef
authored
11 years ago
by
Dries Buytaert
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2107681
by vijaycs85, rych: Create configuration schema for RDF module.
parent
821d3bb0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/modules/rdf/config/schema/rdf.data_types.yml
+29
-0
29 additions, 0 deletions
core/modules/rdf/config/schema/rdf.data_types.yml
core/modules/rdf/config/schema/rdf.schema.yml
+28
-0
28 additions, 0 deletions
core/modules/rdf/config/schema/rdf.schema.yml
with
57 additions
and
0 deletions
core/modules/rdf/config/schema/rdf.data_types.yml
0 → 100644
+
29
−
0
View file @
65f606ef
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'
This diff is collapsed.
Click to expand it.
core/modules/rdf/config/schema/rdf.schema.yml
0 → 100644
+
28
−
0
View file @
65f606ef
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment