Types
Resource types defined by this module.
| Name | Namespace | Description | Schema.org |
|---|
module | core.module | Module definition root type | — |
template | core.template | Template definition root type | — |
Exports
| Key | Exported as | From |
|---|
module-definition | template | module-definition |
template-definition | template | template-definition |
type | template | type |
Templates
module-definition
Create a core module definition resourceParameters
| Name | Type |
|---|
module-key | string |
module-name | string |
module-version | string |
Exports
| Key | Type | From |
|---|
root | resource | module |
Objects Created
| Name | Type | Details |
|---|
module | resource | namespace: core.module |
template-definition
Create a core template definition resourceParameters
| Name | Type |
|---|
template-key | string |
template-name | string |
template-version | string |
Exports
| Key | Type | From |
|---|
root | resource | template |
Objects Created
| Name | Type | Details |
|---|
template | resource | namespace: core.template |
type
Declare a named entity type in the graphParameters
| Name | Type |
|---|
path | string |
description | string |
supertype | string |
Exports
| Key | Type | From |
|---|
root | resource | type-resource |
Objects Created
| Name | Type | Details |
|---|
type-resource | resource | namespace: graph.resource_type |