@elastic-suite/gally-admin-shared
Version:
Shared package for gally admin BO
1,131 lines (1,129 loc) • 226 kB
text/typescript
/* eslint-disable prefer-destructuring */
import { IExpandedDocsJsonld, IExpandedEntrypoint } from '../types'
export const expandedEntrypoint = {
'@id': 'https://localhost/',
'@type': ['https://localhost/docs.jsonld#Entrypoint'],
'https://localhost/docs.jsonld#Entrypoint/catalog': [
{ '@id': 'https://localhost/catalogs' },
],
'https://localhost/docs.jsonld#Entrypoint/category': [
{ '@id': 'https://localhost/categories' },
],
'https://localhost/docs.jsonld#Entrypoint/declarativeGreeting': [
{ '@id': 'https://localhost/declarative_greetings' },
],
'https://localhost/docs.jsonld#Entrypoint/exampleCategory': [
{ '@id': 'https://localhost/example_categories' },
],
'https://localhost/docs.jsonld#Entrypoint/exampleDocument': [
{ '@id': 'https://localhost/example_documents' },
],
'https://localhost/docs.jsonld#Entrypoint/exampleIndex': [
{ '@id': 'https://localhost/example_indices' },
],
'https://localhost/docs.jsonld#Entrypoint/exampleProduct': [
{ '@id': 'https://localhost/example_products' },
],
'https://localhost/docs.jsonld#Entrypoint/facetConfiguration': [
{ '@id': 'https://localhost/facet_configurations' },
],
'https://localhost/docs.jsonld#Entrypoint/index': [
{ '@id': 'https://localhost/indices' },
],
'https://localhost/docs.jsonld#Entrypoint/indexDocument': [
{ '@id': 'https://localhost/index_documents' },
],
'https://localhost/docs.jsonld#Entrypoint/localizedCatalog': [
{ '@id': 'https://localhost/localized_catalogs' },
],
'https://localhost/docs.jsonld#Entrypoint/metadata': [
{ '@id': 'https://localhost/metadata' },
],
'https://localhost/docs.jsonld#Entrypoint/sourceField': [
{ '@id': 'https://localhost/source_fields' },
],
'https://localhost/docs.jsonld#Entrypoint/sourceFieldLabel': [
{ '@id': 'https://localhost/source_field_labels' },
],
'https://localhost/docs.jsonld#Entrypoint/sourceFieldOption': [
{ '@id': 'https://localhost/source_field_options' },
],
'https://localhost/docs.jsonld#Entrypoint/sourceFieldOptionLabel': [
{ '@id': 'https://localhost/source_field_option_labels' },
],
} as IExpandedEntrypoint
export const expandedDocs = {
'@id': 'https://localhost/docs.jsonld',
'@type': ['http://www.w3.org/ns/hydra/core#ApiDocumentation'],
'http://www.w3.org/ns/hydra/core#entrypoint': [{ '@value': '/' }],
'http://www.w3.org/ns/hydra/core#supportedClass': [
{
'@id': 'https://localhost/docs.jsonld#Index',
'@type': ['http://www.w3.org/ns/hydra/core#Class'],
'http://www.w3.org/ns/hydra/core#supportedOperation': [
{
'@type': [
'http://www.w3.org/ns/hydra/core#Operation',
'http://schema.org/FindAction',
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'GET' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Retrieves Index resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Retrieves Index resource.' },
],
'http://www.w3.org/ns/hydra/core#returns': [
{ '@id': 'https://localhost/docs.jsonld#Index' },
],
},
{
'@type': [
'http://www.w3.org/ns/hydra/core#Operation',
'http://schema.org/DeleteAction',
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'DELETE' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Deletes the Index resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Deletes the Index resource.' },
],
'http://www.w3.org/ns/hydra/core#returns': [
{ '@id': 'http://www.w3.org/2002/07/owl#Nothing' },
],
},
{
'@type': [
'http://www.w3.org/ns/hydra/core#Operation',
'http://schema.org/ReplaceAction',
],
'http://www.w3.org/ns/hydra/core#expects': [
{ '@id': 'https://localhost/docs.jsonld#Index' },
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'PUT' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Replaces the Index resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Replaces the Index resource.' },
],
'http://www.w3.org/ns/hydra/core#returns': [
{ '@id': 'https://localhost/docs.jsonld#Index' },
],
},
{
'@type': [
'http://www.w3.org/ns/hydra/core#Operation',
'http://schema.org/ReplaceAction',
],
'http://www.w3.org/ns/hydra/core#expects': [
{ '@id': 'https://localhost/docs.jsonld#Index' },
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'PUT' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Replaces the Index resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Replaces the Index resource.' },
],
'http://www.w3.org/ns/hydra/core#returns': [
{ '@id': 'https://localhost/docs.jsonld#Index' },
],
},
],
'http://www.w3.org/ns/hydra/core#supportedProperty': [
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#Index/name',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#Index' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#string' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'name' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'name' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#Index/aliases',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#Index' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#string' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'aliases' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'aliases' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#Index/docsCount',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#Index' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#integer' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'docsCount' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'docsCount' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#Index/size',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#Index' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#string' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'size' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'size' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#Index/entityType',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#Index' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#string' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'entityType' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'entityType' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#Index/catalog',
'@type': ['http://www.w3.org/ns/hydra/core#Link'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#Index' },
],
'http://www.w3.org/2002/07/owl#maxCardinality': [{ '@value': 1 }],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'https://localhost/docs.jsonld#LocalizedCatalog' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'catalog' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'catalog' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#Index/status',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#Index' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#string' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'status' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'status' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'Index' }],
'http://www.w3.org/2000/01/rdf-schema#label': [{ '@value': 'Index' }],
},
{
'@id': 'https://localhost/docs.jsonld#MappingStatus',
'@type': ['http://www.w3.org/ns/hydra/core#Class'],
'http://www.w3.org/ns/hydra/core#supportedOperation': [
{
'@type': [
'http://www.w3.org/ns/hydra/core#Operation',
'http://schema.org/FindAction',
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'GET' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Retrieves MappingStatus resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Retrieves MappingStatus resource.' },
],
'http://www.w3.org/ns/hydra/core#returns': [
{ '@id': 'https://localhost/docs.jsonld#MappingStatus' },
],
},
],
'http://www.w3.org/ns/hydra/core#supportedProperty': [],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'MappingStatus' }],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'MappingStatus' },
],
},
{
'@id': 'https://localhost/docs.jsonld#IndexDocument',
'@type': ['http://www.w3.org/ns/hydra/core#Class'],
'http://www.w3.org/ns/hydra/core#supportedOperation': [
{
'@type': [
'http://www.w3.org/ns/hydra/core#Operation',
'http://schema.org/FindAction',
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'GET' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Retrieves IndexDocument resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Retrieves IndexDocument resource.' },
],
'http://www.w3.org/ns/hydra/core#returns': [
{ '@id': 'https://localhost/docs.jsonld#IndexDocument' },
],
},
{
'@type': [
'http://www.w3.org/ns/hydra/core#Operation',
'http://schema.org/DeleteAction',
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'DELETE' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Deletes the IndexDocument resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Deletes the IndexDocument resource.' },
],
'http://www.w3.org/ns/hydra/core#returns': [
{ '@id': 'http://www.w3.org/2002/07/owl#Nothing' },
],
},
],
'http://www.w3.org/ns/hydra/core#supportedProperty': [
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#IndexDocument/indexName',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#IndexDocument' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#string' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'indexName' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'indexName' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#IndexDocument/documents',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#IndexDocument' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#string' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'documents' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'documents' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'IndexDocument' }],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'IndexDocument' },
],
},
{
'@id': 'https://localhost/docs.jsonld#SourceFieldOption',
'@type': ['http://www.w3.org/ns/hydra/core#Class'],
'http://www.w3.org/ns/hydra/core#supportedOperation': [
{
'@type': [
'http://www.w3.org/ns/hydra/core#Operation',
'http://schema.org/FindAction',
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'GET' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Retrieves SourceFieldOption resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Retrieves SourceFieldOption resource.' },
],
'http://www.w3.org/ns/hydra/core#returns': [
{ '@id': 'https://localhost/docs.jsonld#SourceFieldOption' },
],
},
{
'@type': [
'http://www.w3.org/ns/hydra/core#Operation',
'http://schema.org/ReplaceAction',
],
'http://www.w3.org/ns/hydra/core#expects': [
{ '@id': 'https://localhost/docs.jsonld#SourceFieldOption' },
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'PUT' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Replaces the SourceFieldOption resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Replaces the SourceFieldOption resource.' },
],
'http://www.w3.org/ns/hydra/core#returns': [
{ '@id': 'https://localhost/docs.jsonld#SourceFieldOption' },
],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#Operation'],
'http://www.w3.org/ns/hydra/core#expects': [
{ '@id': 'https://localhost/docs.jsonld#SourceFieldOption' },
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'PATCH' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Updates the SourceFieldOption resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Updates the SourceFieldOption resource.' },
],
'http://www.w3.org/ns/hydra/core#returns': [
{ '@id': 'https://localhost/docs.jsonld#SourceFieldOption' },
],
},
{
'@type': [
'http://www.w3.org/ns/hydra/core#Operation',
'http://schema.org/DeleteAction',
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'DELETE' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Deletes the SourceFieldOption resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Deletes the SourceFieldOption resource.' },
],
'http://www.w3.org/ns/hydra/core#returns': [
{ '@id': 'http://www.w3.org/2002/07/owl#Nothing' },
],
},
],
'http://www.w3.org/ns/hydra/core#supportedProperty': [
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id':
'https://localhost/docs.jsonld#SourceFieldOption/sourceField',
'@type': ['http://www.w3.org/ns/hydra/core#Link'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#SourceFieldOption' },
],
'http://www.w3.org/2002/07/owl#maxCardinality': [{ '@value': 1 }],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'sourceField' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'sourceField' },
],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#SourceFieldOption/position',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#SourceFieldOption' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#integer' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'position' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'position' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#SourceFieldOption/labels',
'@type': ['http://www.w3.org/ns/hydra/core#Link'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#SourceFieldOption' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{
'@id': 'https://localhost/docs.jsonld#SourceFieldOptionLabel',
},
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'labels' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'labels' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'SourceFieldOption' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'SourceFieldOption' },
],
},
{
'@id': 'https://localhost/docs.jsonld#SourceField',
'@type': ['http://www.w3.org/ns/hydra/core#Class'],
'http://www.w3.org/ns/hydra/core#supportedOperation': [
{
'@type': [
'http://www.w3.org/ns/hydra/core#Operation',
'http://schema.org/FindAction',
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'GET' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Retrieves SourceField resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Retrieves SourceField resource.' },
],
'http://www.w3.org/ns/hydra/core#returns': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
},
{
'@type': [
'http://www.w3.org/ns/hydra/core#Operation',
'http://schema.org/ReplaceAction',
],
'http://www.w3.org/ns/hydra/core#expects': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'PUT' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Replaces the SourceField resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Replaces the SourceField resource.' },
],
'http://www.w3.org/ns/hydra/core#returns': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#Operation'],
'http://www.w3.org/ns/hydra/core#expects': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'PATCH' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Updates the SourceField resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Updates the SourceField resource.' },
],
'http://www.w3.org/ns/hydra/core#returns': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
},
{
'@type': [
'http://www.w3.org/ns/hydra/core#Operation',
'http://schema.org/DeleteAction',
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'DELETE' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Deletes the SourceField resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Deletes the SourceField resource.' },
],
'http://www.w3.org/ns/hydra/core#returns': [
{ '@id': 'http://www.w3.org/2002/07/owl#Nothing' },
],
},
],
'http://www.w3.org/ns/hydra/core#supportedProperty': [
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'https://localhost/docs.jsonld#gally': [
{
'https://localhost/docs.jsonld#editable': [{ '@value': false }],
'https://localhost/docs.jsonld#position': [{ '@value': 10 }],
'https://localhost/docs.jsonld#visible': [{ '@value': true }],
},
],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#SourceField/code',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#string' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Attribute code' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'code' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'https://localhost/docs.jsonld#gally': [
{
'https://localhost/docs.jsonld#editable': [{ '@value': false }],
'https://localhost/docs.jsonld#position': [{ '@value': 20 }],
'https://localhost/docs.jsonld#visible': [{ '@value': true }],
},
],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#SourceField/defaultLabel',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#string' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Attribute label' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'defaultLabel' },
],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'https://localhost/docs.jsonld#gally': [
{
'https://localhost/docs.jsonld#context': [
{
'https://localhost/docs.jsonld#grid_2': [
{
'https://localhost/docs.jsonld#visible': [
{ '@value': false },
],
},
],
},
],
'https://localhost/docs.jsonld#editable': [{ '@value': false }],
'https://localhost/docs.jsonld#position': [{ '@value': 30 }],
'https://localhost/docs.jsonld#visible': [{ '@value': true }],
},
],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#SourceField/type',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#string' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Attribute type' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'type' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'https://localhost/docs.jsonld#gally': [
{
'https://localhost/docs.jsonld#context': [
{
'https://localhost/docs.jsonld#grid_2': [
{
'https://localhost/docs.jsonld#visible': [
{ '@value': false },
],
},
],
},
],
'https://localhost/docs.jsonld#editable': [{ '@value': true }],
'https://localhost/docs.jsonld#position': [{ '@value': 40 }],
'https://localhost/docs.jsonld#visible': [{ '@value': true }],
},
],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#SourceField/isFilterable',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#boolean' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Filterable' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'isFilterable' },
],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'https://localhost/docs.jsonld#gally': [
{
'https://localhost/docs.jsonld#context': [
{
'https://localhost/docs.jsonld#grid_2': [
{
'https://localhost/docs.jsonld#visible': [
{ '@value': false },
],
},
],
},
],
'https://localhost/docs.jsonld#editable': [{ '@value': true }],
'https://localhost/docs.jsonld#position': [{ '@value': 50 }],
'https://localhost/docs.jsonld#visible': [{ '@value': true }],
},
],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#SourceField/isSearchable',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#boolean' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Searchable' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'isSearchable' },
],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'https://localhost/docs.jsonld#gally': [
{
'https://localhost/docs.jsonld#context': [
{
'https://localhost/docs.jsonld#grid_2': [
{
'https://localhost/docs.jsonld#visible': [
{ '@value': false },
],
},
],
},
],
'https://localhost/docs.jsonld#editable': [{ '@value': true }],
'https://localhost/docs.jsonld#position': [{ '@value': 60 }],
'https://localhost/docs.jsonld#visible': [{ '@value': true }],
},
],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#SourceField/isSortable',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#boolean' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Sortable' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'isSortable' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'https://localhost/docs.jsonld#gally': [
{
'https://localhost/docs.jsonld#context': [
{
'https://localhost/docs.jsonld#grid_2': [
{
'https://localhost/docs.jsonld#visible': [
{ '@value': false },
],
},
],
},
],
'https://localhost/docs.jsonld#editable': [{ '@value': true }],
'https://localhost/docs.jsonld#position': [{ '@value': 70 }],
'https://localhost/docs.jsonld#visible': [{ '@value': true }],
},
],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#SourceField/isUsedForRules',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#boolean' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Use in rule engine' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'isUsedForRules' },
],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'https://localhost/docs.jsonld#gally': [
{
'https://localhost/docs.jsonld#context': [
{
'https://localhost/docs.jsonld#grid_2': [
{
'https://localhost/docs.jsonld#visible': [
{ '@value': true },
],
},
],
},
],
'https://localhost/docs.jsonld#editable': [{ '@value': true }],
'https://localhost/docs.jsonld#position': [{ '@value': 80 }],
'https://localhost/docs.jsonld#visible': [{ '@value': false }],
},
],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#SourceField/weight',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#integer' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Search weight' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'weight' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'https://localhost/docs.jsonld#gally': [
{
'https://localhost/docs.jsonld#context': [
{
'https://localhost/docs.jsonld#grid_2': [
{
'https://localhost/docs.jsonld#visible': [
{ '@value': true },
],
},
],
},
],
'https://localhost/docs.jsonld#editable': [{ '@value': true }],
'https://localhost/docs.jsonld#position': [{ '@value': 90 }],
'https://localhost/docs.jsonld#visible': [{ '@value': false }],
},
],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#SourceField/isSpellchecked',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#boolean' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Used in spellcheck' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'isSpellchecked' },
],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#SourceField/isSystem',
'@type': ['http://www.w3.org/1999/02/22-rdf-syntax-ns#Property'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'http://www.w3.org/2001/XMLSchema#boolean' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'isSystem' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'isSystem' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#SourceField/metadata',
'@type': ['http://www.w3.org/ns/hydra/core#Link'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
'http://www.w3.org/2002/07/owl#maxCardinality': [{ '@value': 1 }],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'https://localhost/docs.jsonld#Metadata' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'metadata' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'metadata' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#SourceField/labels',
'@type': ['http://www.w3.org/ns/hydra/core#Link'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'https://localhost/docs.jsonld#SourceFieldLabel' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'labels' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'labels' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#SupportedProperty'],
'http://www.w3.org/ns/hydra/core#property': [
{
'@id': 'https://localhost/docs.jsonld#SourceField/options',
'@type': ['http://www.w3.org/ns/hydra/core#Link'],
'http://www.w3.org/2000/01/rdf-schema#domain': [
{ '@id': 'https://localhost/docs.jsonld#SourceField' },
],
'http://www.w3.org/2000/01/rdf-schema#range': [
{ '@id': 'https://localhost/docs.jsonld#SourceFieldOption' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'options' },
],
},
],
'http://www.w3.org/ns/hydra/core#readable': [{ '@value': true }],
'http://www.w3.org/ns/hydra/core#required': [{ '@value': false }],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'options' }],
'http://www.w3.org/ns/hydra/core#writeable': [{ '@value': true }],
},
],
'http://www.w3.org/ns/hydra/core#title': [{ '@value': 'SourceField' }],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'SourceField' },
],
},
{
'@id': 'https://localhost/docs.jsonld#SourceFieldOptionLabel',
'@type': ['http://www.w3.org/ns/hydra/core#Class'],
'http://www.w3.org/ns/hydra/core#supportedOperation': [
{
'@type': [
'http://www.w3.org/ns/hydra/core#Operation',
'http://schema.org/FindAction',
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'GET' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Retrieves SourceFieldOptionLabel resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Retrieves SourceFieldOptionLabel resource.' },
],
'http://www.w3.org/ns/hydra/core#returns': [
{ '@id': 'https://localhost/docs.jsonld#SourceFieldOptionLabel' },
],
},
{
'@type': [
'http://www.w3.org/ns/hydra/core#Operation',
'http://schema.org/ReplaceAction',
],
'http://www.w3.org/ns/hydra/core#expects': [
{ '@id': 'https://localhost/docs.jsonld#SourceFieldOptionLabel' },
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'PUT' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Replaces the SourceFieldOptionLabel resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Replaces the SourceFieldOptionLabel resource.' },
],
'http://www.w3.org/ns/hydra/core#returns': [
{ '@id': 'https://localhost/docs.jsonld#SourceFieldOptionLabel' },
],
},
{
'@type': ['http://www.w3.org/ns/hydra/core#Operation'],
'http://www.w3.org/ns/hydra/core#expects': [
{ '@id': 'https://localhost/docs.jsonld#SourceFieldOptionLabel' },
],
'http://www.w3.org/ns/hydra/core#method': [{ '@value': 'PATCH' }],
'http://www.w3.org/ns/hydra/core#title': [
{ '@value': 'Updates the SourceFieldOptionLabel resource.' },
],
'http://www.w3.org/2000/01/rdf-schema#label': [
{ '@value': 'Updates the SourceFieldOptionLabel resource.' },
]