view core/modules/rdf/config/schema/rdf.data_types.schema.yml @ 9:1fc0ff908d1f

Add another data file
author Chris Cannam
date Mon, 05 Feb 2018 12:34:32 +0000
parents 4c8ae668cc8c
children
line wrap: on
line source
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'