rdf.data_types.schema.yml

Same filename in other branches
  1. 8.9.x core/modules/rdf/config/schema/rdf.data_types.schema.yml
core/modules/rdf/config/schema/rdf.data_types.schema.yml

File

core/modules/rdf/config/schema/rdf.data_types.schema.yml

View source
  1. rdf_field_mapping:
  2. type: mapping
  3. label: 'RDF mapping'
  4. mapping:
  5. properties:
  6. type: sequence
  7. label: 'Properties'
  8. sequence:
  9. type: string
  10. datatype:
  11. type: string
  12. label: 'Data type'
  13. datatype_callback:
  14. type: mapping
  15. label: 'Data type callback'
  16. mapping:
  17. callable:
  18. type: string
  19. label: 'Callable'
  20. arguments:
  21. type: mapping
  22. label: 'Arguments'
  23. mapping:
  24. interaction_type:
  25. type: string
  26. label: 'Interaction type'
  27. mapping_type:
  28. type: string
  29. label: 'Mapping type'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.