@twin.org/standards-dataspace-protocol 0.0.3-next.54 → 0.0.3-next.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/dataTypes/catalogDataTypes.js +18 -39
- package/dist/es/dataTypes/catalogDataTypes.js.map +1 -1
- package/dist/es/dataTypes/dataspaceProtocolDataTypes.js +6 -0
- package/dist/es/dataTypes/dataspaceProtocolDataTypes.js.map +1 -1
- package/dist/es/index.js +10 -13
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/catalog/dataspaceProtocolCatalogTypes.js +1 -33
- package/dist/es/models/catalog/dataspaceProtocolCatalogTypes.js.map +1 -1
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js.map +1 -1
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js.map +1 -1
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js.map +1 -1
- package/dist/es/models/dataspaceProtocolContextType.js.map +1 -1
- package/dist/es/models/dcat3/IDataspaceProtocolCatalog.js.map +1 -1
- package/dist/es/models/dcat3/IDataspaceProtocolCatalogBase.js +2 -0
- package/dist/es/models/dcat3/IDataspaceProtocolCatalogBase.js.map +1 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDataService.js.map +1 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDataServiceBase.js +2 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDataServiceBase.js.map +1 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDataset.js.map +1 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDatasetBase.js +2 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDatasetBase.js.map +1 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDistribution.js.map +1 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDistributionBase.js +2 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDistributionBase.js.map +1 -0
- package/dist/es/models/odrl/IDataspaceProtocolOffer.js.map +1 -1
- package/dist/es/models/odrl/IDataspaceProtocolOfferBase.js +2 -0
- package/dist/es/models/odrl/IDataspaceProtocolOfferBase.js.map +1 -0
- package/dist/es/schemas/DataspaceProtocolAgreement.json +181 -158
- package/dist/es/schemas/DataspaceProtocolCatalog.json +13 -3
- package/dist/es/schemas/DataspaceProtocolCatalogBase.json +428 -0
- package/dist/es/schemas/DataspaceProtocolCatalogError.json +4 -50
- package/dist/es/schemas/DataspaceProtocolCatalogRequestMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContextType.json +30 -0
- package/dist/es/schemas/DataspaceProtocolContractAgreementMessage.json +191 -52
- package/dist/es/schemas/DataspaceProtocolContractAgreementVerificationMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContractNegotiation.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContractNegotiationError.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContractNegotiationEventMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContractNegotiationEventType.json +11 -5
- package/dist/es/schemas/DataspaceProtocolContractNegotiationStateType.json +31 -10
- package/dist/es/schemas/DataspaceProtocolContractNegotiationTerminationMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContractOfferMessage.json +5 -51
- package/dist/es/schemas/DataspaceProtocolContractRequestMessage.json +5 -51
- package/dist/es/schemas/DataspaceProtocolDataAddress.json +2 -2
- package/dist/es/schemas/DataspaceProtocolDataService.json +21 -0
- package/dist/es/schemas/DataspaceProtocolDataServiceBase.json +285 -0
- package/dist/es/schemas/DataspaceProtocolDataset.json +13 -3
- package/dist/es/schemas/DataspaceProtocolDatasetBase.json +342 -0
- package/dist/es/schemas/DataspaceProtocolDatasetRequestMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolDistribution.json +26 -0
- package/dist/es/schemas/DataspaceProtocolDistributionBase.json +170 -0
- package/dist/es/schemas/DataspaceProtocolEndpointProperty.json +2 -2
- package/dist/es/schemas/DataspaceProtocolOffer.json +10 -186
- package/dist/es/schemas/DataspaceProtocolOfferBase.json +219 -0
- package/dist/es/schemas/DataspaceProtocolPolicy.json +214 -202
- package/dist/es/schemas/DataspaceProtocolSet.json +225 -202
- package/dist/es/schemas/DataspaceProtocolTransferCompletionMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolTransferError.json +4 -50
- package/dist/es/schemas/DataspaceProtocolTransferProcess.json +4 -50
- package/dist/es/schemas/DataspaceProtocolTransferRequestMessage.json +6 -52
- package/dist/es/schemas/DataspaceProtocolTransferStartMessage.json +5 -51
- package/dist/es/schemas/DataspaceProtocolTransferSuspensionMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolTransferTerminationMessage.json +4 -50
- package/dist/types/index.d.ts +10 -13
- package/dist/types/models/catalog/dataspaceProtocolCatalogTypes.d.ts +0 -32
- package/dist/types/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.d.ts +3 -2
- package/dist/types/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.d.ts +2 -2
- package/dist/types/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.d.ts +2 -2
- package/dist/types/models/dataspaceProtocolContextType.d.ts +2 -9
- package/dist/types/models/dcat3/IDataspaceProtocolCatalog.d.ts +2 -37
- package/dist/types/models/dcat3/IDataspaceProtocolCatalogBase.d.ts +58 -0
- package/dist/types/models/dcat3/IDataspaceProtocolDataService.d.ts +2 -22
- package/dist/types/models/dcat3/IDataspaceProtocolDataServiceBase.d.ts +44 -0
- package/dist/types/models/dcat3/IDataspaceProtocolDataset.d.ts +2 -29
- package/dist/types/models/dcat3/IDataspaceProtocolDatasetBase.d.ts +61 -0
- package/dist/types/models/dcat3/IDataspaceProtocolDistribution.d.ts +4 -31
- package/dist/types/models/dcat3/IDataspaceProtocolDistributionBase.d.ts +66 -0
- package/dist/types/models/odrl/IDataspaceProtocolOffer.d.ts +7 -2
- package/dist/types/models/odrl/IDataspaceProtocolOfferBase.d.ts +18 -0
- package/docs/changelog.md +35 -0
- package/docs/reference/classes/CatalogDataTypes.md +1 -1
- package/docs/reference/classes/ContractNegotiationDataTypes.md +1 -1
- package/docs/reference/classes/DataspaceProtocolDataTypes.md +2 -2
- package/docs/reference/classes/DataspaceProtocolHelper.md +2 -2
- package/docs/reference/classes/TransferProcessDataTypes.md +1 -1
- package/docs/reference/index.md +5 -8
- package/docs/reference/interfaces/IDataspaceProtocolAgreement.md +21 -21
- package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +129 -105
- package/docs/reference/interfaces/IDataspaceProtocolCatalogBase.md +570 -0
- package/docs/reference/interfaces/IDataspaceProtocolCatalogError.md +5 -5
- package/docs/reference/interfaces/IDataspaceProtocolCatalogRequestMessage.md +4 -4
- package/docs/reference/interfaces/IDataspaceProtocolContractAgreementMessage.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolContractAgreementVerificationMessage.md +4 -4
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiation.md +5 -5
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationError.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationEventMessage.md +5 -5
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationTerminationMessage.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolContractOfferMessage.md +9 -9
- package/docs/reference/interfaces/IDataspaceProtocolContractRequestMessage.md +9 -9
- package/docs/reference/interfaces/IDataspaceProtocolDataAddress.md +6 -6
- package/docs/reference/interfaces/IDataspaceProtocolDataService.md +82 -70
- package/docs/reference/interfaces/IDataspaceProtocolDataServiceBase.md +387 -0
- package/docs/reference/interfaces/IDataspaceProtocolDataset.md +97 -85
- package/docs/reference/interfaces/IDataspaceProtocolDatasetBase.md +484 -0
- package/docs/reference/interfaces/IDataspaceProtocolDatasetRequestMessage.md +3 -3
- package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +87 -71
- package/docs/reference/interfaces/IDataspaceProtocolDistributionBase.md +381 -0
- package/docs/reference/interfaces/IDataspaceProtocolEndpointProperty.md +3 -3
- package/docs/reference/interfaces/IDataspaceProtocolOffer.md +44 -45
- package/docs/reference/interfaces/IDataspaceProtocolOfferBase.md +171 -0
- package/docs/reference/interfaces/IDataspaceProtocolPolicy.md +24 -24
- package/docs/reference/interfaces/IDataspaceProtocolSet.md +23 -23
- package/docs/reference/interfaces/IDataspaceProtocolTransferCompletionMessage.md +4 -4
- package/docs/reference/interfaces/IDataspaceProtocolTransferError.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolTransferProcess.md +5 -5
- package/docs/reference/interfaces/IDataspaceProtocolTransferRequestMessage.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolTransferStartMessage.md +6 -6
- package/docs/reference/interfaces/IDataspaceProtocolTransferSuspensionMessage.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolTransferTerminationMessage.md +8 -8
- package/docs/reference/type-aliases/DataspaceProtocolContextType.md +1 -1
- package/docs/reference/variables/DataspaceProtocolCatalogTypes.md +11 -59
- package/docs/reference/variables/DataspaceProtocolContexts.md +4 -4
- package/docs/reference/variables/DataspaceProtocolContractNegotiationEventType.md +2 -2
- package/docs/reference/variables/DataspaceProtocolContractNegotiationStateType.md +7 -7
- package/docs/reference/variables/DataspaceProtocolContractNegotiationTypes.md +10 -10
- package/docs/reference/variables/DataspaceProtocolEndpointType.md +4 -4
- package/docs/reference/variables/DataspaceProtocolTransferProcessStateType.md +5 -5
- package/docs/reference/variables/DataspaceProtocolTransferProcessTypes.md +9 -9
- package/package.json +3 -3
- package/dist/es/models/dcat3/IDataspaceProtocolCatalogNoContext.js +0 -2
- package/dist/es/models/dcat3/IDataspaceProtocolCatalogNoContext.js.map +0 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDataServiceNoContext.js +0 -2
- package/dist/es/models/dcat3/IDataspaceProtocolDataServiceNoContext.js.map +0 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDatasetNoContext.js +0 -2
- package/dist/es/models/dcat3/IDataspaceProtocolDatasetNoContext.js.map +0 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDistributionNoContext.js +0 -2
- package/dist/es/models/dcat3/IDataspaceProtocolDistributionNoContext.js.map +0 -1
- package/dist/es/models/odrl/IDataspaceProtocolAgreementNoContext.js +0 -2
- package/dist/es/models/odrl/IDataspaceProtocolAgreementNoContext.js.map +0 -1
- package/dist/es/models/odrl/IDataspaceProtocolOfferNoContext.js +0 -2
- package/dist/es/models/odrl/IDataspaceProtocolOfferNoContext.js.map +0 -1
- package/dist/es/models/odrl/IDataspaceProtocolPolicyNoContext.js +0 -2
- package/dist/es/models/odrl/IDataspaceProtocolPolicyNoContext.js.map +0 -1
- package/dist/es/models/odrl/IDataspaceProtocolSetNoContext.js +0 -2
- package/dist/es/models/odrl/IDataspaceProtocolSetNoContext.js.map +0 -1
- package/dist/es/schemas/DataspaceProtocolAgreementNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolCatalogNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolDataServiceNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolDatasetNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolDistributionNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolOfferNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolPolicyNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolSetNoContext.json +0 -6
- package/dist/es/schemas-src/DataspaceProtocolDataService.json +0 -11
- package/dist/es/schemas-src/DataspaceProtocolDistribution.json +0 -11
- package/dist/types/models/dcat3/IDataspaceProtocolCatalogNoContext.d.ts +0 -5
- package/dist/types/models/dcat3/IDataspaceProtocolDataServiceNoContext.d.ts +0 -5
- package/dist/types/models/dcat3/IDataspaceProtocolDatasetNoContext.d.ts +0 -5
- package/dist/types/models/dcat3/IDataspaceProtocolDistributionNoContext.d.ts +0 -5
- package/dist/types/models/odrl/IDataspaceProtocolAgreementNoContext.d.ts +0 -5
- package/dist/types/models/odrl/IDataspaceProtocolOfferNoContext.d.ts +0 -5
- package/dist/types/models/odrl/IDataspaceProtocolPolicyNoContext.d.ts +0 -5
- package/dist/types/models/odrl/IDataspaceProtocolSetNoContext.d.ts +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolAgreementNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolCatalogNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolDataServiceNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolDatasetNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolDistributionNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolOfferNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolPolicyNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolSetNoContext.md +0 -5
|
@@ -0,0 +1,342 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolDatasetBase",
|
|
4
|
+
"title": "DataspaceProtocolDatasetBase",
|
|
5
|
+
"description": "Dataset interface compliant with Eclipse Data Space Protocol.\n\nThis interface extends IDataset and enforces DS Protocol-specific requirements\nby overriding properties with more specific types and constraints.\n\n**Requirements per DS Protocol:**\n- `@id` MUST be present for dataset identification (REQUIRED)\n- `odrl:hasPolicy` MUST be present as an array of ODRL Offers (REQUIRED)\n- Array MUST contain at least one IOdrlOffer\n- Each Offer MUST have `@type`: \"Offer\"\n- Each Offer MUST have `@id`\n- `dcat:distribution` MUST be present (REQUIRED)\n\n**Type System Design:**\n- W3C DCAT spec defines `odrl:hasPolicy` as optional singular `IOdrlPolicy`\n- DS Protocol requires it as a REQUIRED array of `IOdrlOffer`\n- Interface extension allows TypeScript to override inherited property types\n- Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly\n- DS Protocol-specific constraints are defined here\n\n**Future Compatibility:**\n- Currently only one Offer per dataset is supported\n- Array structure allows future support for multiple offers",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"@type": {
|
|
9
|
+
"const": "Dataset",
|
|
10
|
+
"description": "The type identifier for the dataset.\nREQUIRED per Eclipse Data Space Protocol."
|
|
11
|
+
},
|
|
12
|
+
"@id": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"description": "Unique identifier for the dataset.\nREQUIRED per Eclipse Data Space Protocol."
|
|
15
|
+
},
|
|
16
|
+
"hasPolicy": {
|
|
17
|
+
"anyOf": [
|
|
18
|
+
{
|
|
19
|
+
"$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolOfferBase"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"type": "array",
|
|
23
|
+
"items": {
|
|
24
|
+
"$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolOfferBase"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"description": "Array of ODRL policies (Offers) as required by DS Protocol.\n\nREQUIRED per Eclipse Data Space Protocol spec.\nMust contain at least one IOdrlOffer.\nCurrently only single offer is supported, but array structure\nallows for future multi-offer support."
|
|
29
|
+
},
|
|
30
|
+
"distribution": {
|
|
31
|
+
"anyOf": [
|
|
32
|
+
{
|
|
33
|
+
"$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolDistributionBase"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"type": "array",
|
|
37
|
+
"items": {
|
|
38
|
+
"$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolDistributionBase"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"description": "Distribution of the dataset.\nREQUIRED per Eclipse Data Space Protocol."
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"required": [
|
|
46
|
+
"@type",
|
|
47
|
+
"@id",
|
|
48
|
+
"hasPolicy",
|
|
49
|
+
"distribution"
|
|
50
|
+
],
|
|
51
|
+
"allOf": [
|
|
52
|
+
{
|
|
53
|
+
"description": "Base interface for DCAT Dataset without JSON-LD context.\nThis is the context-free variant of IDcatDataset, intended for embedding\ndataset objects inline within other objects where the context is provided by the enclosing document.",
|
|
54
|
+
"type": "object",
|
|
55
|
+
"properties": {
|
|
56
|
+
"@id": {
|
|
57
|
+
"type": "string",
|
|
58
|
+
"description": "The unique identifier for the resource.",
|
|
59
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
60
|
+
},
|
|
61
|
+
"dcterms:title": {
|
|
62
|
+
"anyOf": [
|
|
63
|
+
{
|
|
64
|
+
"type": "string"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"type": "array",
|
|
68
|
+
"items": {
|
|
69
|
+
"type": "string"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"description": "A name given to the resource.",
|
|
74
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
75
|
+
},
|
|
76
|
+
"dcterms:description": {
|
|
77
|
+
"anyOf": [
|
|
78
|
+
{
|
|
79
|
+
"type": "string"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"type": "array",
|
|
83
|
+
"items": {
|
|
84
|
+
"type": "string"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"description": "A free-text account of the resource.",
|
|
89
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
90
|
+
},
|
|
91
|
+
"dcterms:identifier": {
|
|
92
|
+
"anyOf": [
|
|
93
|
+
{
|
|
94
|
+
"type": "string"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"type": "array",
|
|
98
|
+
"items": {
|
|
99
|
+
"type": "string"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"description": "A unique identifier of the resource.",
|
|
104
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
105
|
+
},
|
|
106
|
+
"dcterms:issued": {
|
|
107
|
+
"type": "string",
|
|
108
|
+
"description": "Date of formal issuance (publication) of the resource.",
|
|
109
|
+
"format": "date-time",
|
|
110
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
111
|
+
},
|
|
112
|
+
"dcterms:modified": {
|
|
113
|
+
"type": "string",
|
|
114
|
+
"description": "Most recent date on which the resource was changed, updated or modified.",
|
|
115
|
+
"format": "date-time",
|
|
116
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
117
|
+
},
|
|
118
|
+
"dcterms:language": {
|
|
119
|
+
"anyOf": [
|
|
120
|
+
{
|
|
121
|
+
"type": "string"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"type": "array",
|
|
125
|
+
"items": {
|
|
126
|
+
"type": "string"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"description": "A language of the resource.",
|
|
131
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
132
|
+
},
|
|
133
|
+
"dcterms:publisher": {
|
|
134
|
+
"anyOf": [
|
|
135
|
+
{
|
|
136
|
+
"$ref": "https://schema.twindev.org/dataspace-protocol/FoafAgentWithAliases"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"type": "string"
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"description": "An entity responsible for making the resource available.",
|
|
143
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
144
|
+
},
|
|
145
|
+
"dcterms:creator": {
|
|
146
|
+
"anyOf": [
|
|
147
|
+
{
|
|
148
|
+
"$ref": "https://schema.twindev.org/dataspace-protocol/FoafAgentWithAliases"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"type": "string"
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"description": "An entity responsible for producing the resource.",
|
|
155
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
156
|
+
},
|
|
157
|
+
"dcterms:accessRights": {
|
|
158
|
+
"anyOf": [
|
|
159
|
+
{
|
|
160
|
+
"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"type": "string"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"description": "Information about who can access the resource or an indication of its security status.",
|
|
167
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
168
|
+
},
|
|
169
|
+
"dcterms:license": {
|
|
170
|
+
"anyOf": [
|
|
171
|
+
{
|
|
172
|
+
"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"type": "string"
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"description": "A legal document under which the resource is made available.",
|
|
179
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
180
|
+
},
|
|
181
|
+
"dcterms:rights": {
|
|
182
|
+
"anyOf": [
|
|
183
|
+
{
|
|
184
|
+
"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"type": "string"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"description": "Information about rights held in and over the resource.",
|
|
191
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
192
|
+
},
|
|
193
|
+
"dcterms:conformsTo": {
|
|
194
|
+
"anyOf": [
|
|
195
|
+
{
|
|
196
|
+
"type": "string"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"type": "array",
|
|
200
|
+
"items": {
|
|
201
|
+
"type": "string"
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
],
|
|
205
|
+
"description": "An established standard to which the resource conforms.",
|
|
206
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
207
|
+
},
|
|
208
|
+
"dcterms:type": {
|
|
209
|
+
"type": "string",
|
|
210
|
+
"description": "The nature or genre of the resource.",
|
|
211
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
212
|
+
},
|
|
213
|
+
"dcat:contactPoint": {
|
|
214
|
+
"anyOf": [
|
|
215
|
+
{
|
|
216
|
+
"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"type": "string"
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"description": "Relevant contact information for the catalogued resource.",
|
|
223
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
224
|
+
},
|
|
225
|
+
"dcat:keyword": {
|
|
226
|
+
"anyOf": [
|
|
227
|
+
{
|
|
228
|
+
"type": "string"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"type": "array",
|
|
232
|
+
"items": {
|
|
233
|
+
"type": "string"
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
],
|
|
237
|
+
"description": "A keyword or tag describing the resource.",
|
|
238
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
239
|
+
},
|
|
240
|
+
"dcat:theme": {
|
|
241
|
+
"anyOf": [
|
|
242
|
+
{
|
|
243
|
+
"type": "string"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"type": "array",
|
|
247
|
+
"items": {
|
|
248
|
+
"type": "string"
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
],
|
|
252
|
+
"description": "A main category of the resource. A resource can have multiple themes.",
|
|
253
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
254
|
+
},
|
|
255
|
+
"dcat:landingPage": {
|
|
256
|
+
"anyOf": [
|
|
257
|
+
{
|
|
258
|
+
"type": "string"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"type": "array",
|
|
262
|
+
"items": {
|
|
263
|
+
"type": "string"
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
],
|
|
267
|
+
"description": "A Web page that can be navigated to gain access to the resource.",
|
|
268
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
269
|
+
},
|
|
270
|
+
"dcat:qualifiedRelation": {
|
|
271
|
+
"anyOf": [
|
|
272
|
+
{
|
|
273
|
+
"$ref": "https://schema.twindev.org/dataspace-protocol/DcatRelationship"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"type": "string"
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"description": "Link to a description of a relationship with another resource.",
|
|
280
|
+
"$comment": "Inherited from DcatResourceBase"
|
|
281
|
+
},
|
|
282
|
+
"dcterms:accrualPeriodicity": {
|
|
283
|
+
"type": "string",
|
|
284
|
+
"description": "The frequency at which the dataset is published.",
|
|
285
|
+
"$comment": "Inherited from DcatDatasetBase"
|
|
286
|
+
},
|
|
287
|
+
"dcat:inSeries": {
|
|
288
|
+
"type": "string",
|
|
289
|
+
"description": "A dataset series of which the dataset is part.",
|
|
290
|
+
"$comment": "Inherited from DcatDatasetBase"
|
|
291
|
+
},
|
|
292
|
+
"dcterms:spatial": {
|
|
293
|
+
"anyOf": [
|
|
294
|
+
{
|
|
295
|
+
"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"type": "string"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"type": "array",
|
|
302
|
+
"items": {
|
|
303
|
+
"type": "string"
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
],
|
|
307
|
+
"description": "The geographical area covered by the dataset.",
|
|
308
|
+
"$comment": "Inherited from DcatDatasetBase"
|
|
309
|
+
},
|
|
310
|
+
"dcat:spatialResolutionInMeters": {
|
|
311
|
+
"type": "number",
|
|
312
|
+
"description": "Minimum spatial separation resolvable in a dataset, measured in meters.",
|
|
313
|
+
"$comment": "Inherited from DcatDatasetBase"
|
|
314
|
+
},
|
|
315
|
+
"dcterms:temporal": {
|
|
316
|
+
"$ref": "https://schema.twindev.org/dataspace-protocol/DublinCorePeriodOfTime",
|
|
317
|
+
"description": "The temporal period that the dataset covers.",
|
|
318
|
+
"$comment": "Inherited from DcatDatasetBase"
|
|
319
|
+
},
|
|
320
|
+
"dcat:temporalResolution": {
|
|
321
|
+
"type": "string",
|
|
322
|
+
"description": "Minimum time period resolvable in the dataset.",
|
|
323
|
+
"format": "duration",
|
|
324
|
+
"$comment": "Inherited from DcatDatasetBase"
|
|
325
|
+
},
|
|
326
|
+
"prov:wasGeneratedBy": {
|
|
327
|
+
"anyOf": [
|
|
328
|
+
{
|
|
329
|
+
"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"type": "string"
|
|
333
|
+
}
|
|
334
|
+
],
|
|
335
|
+
"description": "An activity that generated, or provides the business context for, the creation of the dataset.",
|
|
336
|
+
"$comment": "Inherited from DcatDatasetBase"
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
"$comment": "Inlined utility base type DcatDatasetBase so utility transformations can operate on concrete properties instead of a $ref."
|
|
340
|
+
}
|
|
341
|
+
]
|
|
342
|
+
}
|
|
@@ -1,61 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolDatasetRequestMessage",
|
|
4
|
-
"
|
|
4
|
+
"title": "DataspaceProtocolDatasetRequestMessage",
|
|
5
|
+
"description": "Interface for Dataspace Protocol Dataset Request Messages.\nhttps://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#dataset-request-message",
|
|
5
6
|
"type": "object",
|
|
6
7
|
"properties": {
|
|
7
8
|
"@context": {
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
{
|
|
11
|
-
"type": "string",
|
|
12
|
-
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"type": "array",
|
|
16
|
-
"items": {
|
|
17
|
-
"type": "string",
|
|
18
|
-
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
19
|
-
},
|
|
20
|
-
"minItems": 1,
|
|
21
|
-
"maxItems": 1
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"type": "array",
|
|
25
|
-
"minItems": 2,
|
|
26
|
-
"prefixItems": [
|
|
27
|
-
{
|
|
28
|
-
"type": "string",
|
|
29
|
-
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
33
|
-
}
|
|
34
|
-
],
|
|
35
|
-
"items": {
|
|
36
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"type": "array",
|
|
41
|
-
"minItems": 2,
|
|
42
|
-
"prefixItems": [
|
|
43
|
-
{
|
|
44
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"type": "string",
|
|
48
|
-
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
49
|
-
}
|
|
50
|
-
],
|
|
51
|
-
"items": {
|
|
52
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
]
|
|
9
|
+
"$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolContextType",
|
|
10
|
+
"description": "The JSON-LD context."
|
|
56
11
|
},
|
|
57
12
|
"@type": {
|
|
58
|
-
"type": "string",
|
|
59
13
|
"const": "DatasetRequestMessage",
|
|
60
14
|
"description": "The type of the message."
|
|
61
15
|
},
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolDistribution",
|
|
4
|
+
"title": "DataspaceProtocolDistribution",
|
|
5
|
+
"description": "Distribution interface compliant with Eclipse Data Space Protocol.\n\nThis interface extends IDistribution and enforces DS Protocol-specific requirements\nby overriding properties with more specific types and constraints.\n\n**Requirements per DS Protocol:**\n- `@id` MUST be present for dataset identification (REQUIRED)\n- `odrl:hasPolicy` MIGHT be present as an array of ODRL Offers (OPTIONAL)\n- Array MUST contain at least one IOdrlOffer\n- Each Offer MUST have `@type`: \"Offer\"\n- `format` is REQUIRED.\n\n**Type System Design:**\n- W3C DCAT spec defines `odrl:hasPolicy` as optional singular `IOdrlPolicy`\n- DS Protocol requires it as a REQUIRED array of `IOdrlOffer`\n- Interface extension allows TypeScript to override inherited property types\n- Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly\n- DS Protocol-specific constraints are defined here\n\n**Future Compatibility:**\n- Currently only one Offer per dataset is supported\n- Array structure allows future support for multiple offers",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"@context": {
|
|
9
|
+
"$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolContextType",
|
|
10
|
+
"description": "LD Context. Required per Eclipse Data Space Protocol."
|
|
11
|
+
},
|
|
12
|
+
"@id": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"description": "Unique identifier for the distribution.\nREQUIRED on standalone Distribution objects per Eclipse Data Space Protocol."
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"required": [
|
|
18
|
+
"@context",
|
|
19
|
+
"@id"
|
|
20
|
+
],
|
|
21
|
+
"allOf": [
|
|
22
|
+
{
|
|
23
|
+
"$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolDistributionBase"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolDistributionBase",
|
|
4
|
+
"title": "DataspaceProtocolDistributionBase",
|
|
5
|
+
"description": "Distribution interface compliant with Eclipse Data Space Protocol.\n\nThis interface extends IDistribution and enforces DS Protocol-specific requirements\nby overriding properties with more specific types and constraints.\n\n**Requirements per DS Protocol:**\n- `@id` MUST be present for dataset identification (REQUIRED)\n- `odrl:hasPolicy` MIGHT be present as an array of ODRL Offers (OPTIONAL)\n- Array MUST contain at least one IOdrlOffer\n- Each Offer MUST have `@type`: \"Offer\"\n- `format` is REQUIRED.\n\n**Type System Design:**\n- W3C DCAT spec defines `odrl:hasPolicy` as optional singular `IOdrlPolicy`\n- DS Protocol requires it as a REQUIRED array of `IOdrlOffer`\n- Interface extension allows TypeScript to override inherited property types\n- Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly\n- DS Protocol-specific constraints are defined here\n\n**Future Compatibility:**\n- Currently only one Offer per dataset is supported\n- Array structure allows future support for multiple offers",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"@type": {
|
|
9
|
+
"const": "Distribution",
|
|
10
|
+
"description": "The type identifier for the Distribution.\nREQUIRED per Eclipse Data Space Protocol."
|
|
11
|
+
},
|
|
12
|
+
"@id": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"description": "Unique identifier for the distribution.\nOPTIONAL for embedded distributions (may use JSON-LD blank nodes).\nREQUIRED on standalone Distribution objects per Eclipse Data Space Protocol."
|
|
15
|
+
},
|
|
16
|
+
"hasPolicy": {
|
|
17
|
+
"anyOf": [
|
|
18
|
+
{
|
|
19
|
+
"$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolOfferBase"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"type": "array",
|
|
23
|
+
"items": {
|
|
24
|
+
"$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolOfferBase"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"description": "Array of ODRL policies (Offers) as required by DS Protocol.\n\nREQUIRED per Eclipse Data Space Protocol spec.\nMust contain at least one IOdrlOffer.\nCurrently only single offer is supported, but array structure\nallows for future multi-offer support."
|
|
29
|
+
},
|
|
30
|
+
"accessService": {
|
|
31
|
+
"anyOf": [
|
|
32
|
+
{
|
|
33
|
+
"type": "string"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolDataServiceBase"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"description": "Access service.\nIt can be a URI pointing to an access service or inline the access service itself."
|
|
40
|
+
},
|
|
41
|
+
"format": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"description": "Distribution format.\nREQUIRED per Eclipse Data Space Protocol."
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"required": [
|
|
47
|
+
"@type",
|
|
48
|
+
"accessService",
|
|
49
|
+
"format"
|
|
50
|
+
],
|
|
51
|
+
"allOf": [
|
|
52
|
+
{
|
|
53
|
+
"description": "Base interface for DCAT Distribution without JSON-LD context.\nThis is the context-free variant of IDcatDistribution, intended for embedding\ndistribution objects inline within datasets where the context is provided by the enclosing document.",
|
|
54
|
+
"type": "object",
|
|
55
|
+
"properties": {
|
|
56
|
+
"@id": {
|
|
57
|
+
"type": "string",
|
|
58
|
+
"description": "The unique identifier for the distribution object."
|
|
59
|
+
},
|
|
60
|
+
"dcterms:title": {
|
|
61
|
+
"anyOf": [
|
|
62
|
+
{
|
|
63
|
+
"type": "string"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"type": "array",
|
|
67
|
+
"items": {
|
|
68
|
+
"type": "string"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"description": "A name given to the distribution."
|
|
73
|
+
},
|
|
74
|
+
"dcterms:description": {
|
|
75
|
+
"anyOf": [
|
|
76
|
+
{
|
|
77
|
+
"type": "string"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"type": "array",
|
|
81
|
+
"items": {
|
|
82
|
+
"type": "string"
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"description": "A free-text account of the distribution."
|
|
87
|
+
},
|
|
88
|
+
"dcterms:issued": {
|
|
89
|
+
"type": "string",
|
|
90
|
+
"description": "Date of formal issuance of the distribution.",
|
|
91
|
+
"format": "date-time"
|
|
92
|
+
},
|
|
93
|
+
"dcterms:modified": {
|
|
94
|
+
"type": "string",
|
|
95
|
+
"description": "Most recent date on which the distribution was changed, updated or modified.",
|
|
96
|
+
"format": "date-time"
|
|
97
|
+
},
|
|
98
|
+
"dcterms:license": {
|
|
99
|
+
"type": "string",
|
|
100
|
+
"description": "A legal document under which the distribution is made available."
|
|
101
|
+
},
|
|
102
|
+
"dcterms:accessRights": {
|
|
103
|
+
"type": "string",
|
|
104
|
+
"description": "Information about who can access the distribution."
|
|
105
|
+
},
|
|
106
|
+
"dcterms:rights": {
|
|
107
|
+
"type": "string",
|
|
108
|
+
"description": "Information about rights held in and over the distribution."
|
|
109
|
+
},
|
|
110
|
+
"dcat:accessURL": {
|
|
111
|
+
"type": "string",
|
|
112
|
+
"description": "A URL of the resource that gives access to a distribution of the dataset."
|
|
113
|
+
},
|
|
114
|
+
"dcat:accessService": {
|
|
115
|
+
"type": "string",
|
|
116
|
+
"description": "A data service that gives access to the distribution."
|
|
117
|
+
},
|
|
118
|
+
"dcat:downloadURL": {
|
|
119
|
+
"type": "string",
|
|
120
|
+
"description": "The URL of the downloadable file in a given format."
|
|
121
|
+
},
|
|
122
|
+
"dcat:byteSize": {
|
|
123
|
+
"type": "number",
|
|
124
|
+
"description": "The size of the distribution in bytes.",
|
|
125
|
+
"minimum": 0
|
|
126
|
+
},
|
|
127
|
+
"dcat:spatialResolutionInMeters": {
|
|
128
|
+
"type": "number",
|
|
129
|
+
"description": "The minimum spatial separation resolvable in a distribution, measured in meters."
|
|
130
|
+
},
|
|
131
|
+
"dcat:temporalResolution": {
|
|
132
|
+
"type": "string",
|
|
133
|
+
"description": "Minimum time period resolvable in the distribution.",
|
|
134
|
+
"format": "duration"
|
|
135
|
+
},
|
|
136
|
+
"dcterms:conformsTo": {
|
|
137
|
+
"anyOf": [
|
|
138
|
+
{
|
|
139
|
+
"type": "string"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"type": "array",
|
|
143
|
+
"items": {
|
|
144
|
+
"type": "string"
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
],
|
|
148
|
+
"description": "An established standard to which the distribution conforms."
|
|
149
|
+
},
|
|
150
|
+
"dcat:mediaType": {
|
|
151
|
+
"type": "string",
|
|
152
|
+
"description": "The media type of the distribution as defined by IANA."
|
|
153
|
+
},
|
|
154
|
+
"dcat:compressFormat": {
|
|
155
|
+
"type": "string",
|
|
156
|
+
"description": "The compression format of the distribution."
|
|
157
|
+
},
|
|
158
|
+
"dcat:packageFormat": {
|
|
159
|
+
"type": "string",
|
|
160
|
+
"description": "The package format of the distribution."
|
|
161
|
+
},
|
|
162
|
+
"spdx:checksum": {
|
|
163
|
+
"type": "string",
|
|
164
|
+
"description": "The checksum property provides a mechanism to verify the data integrity."
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"$comment": "Inlined utility base type DcatDistributionBase so utility transformations can operate on concrete properties instead of a $ref."
|
|
168
|
+
}
|
|
169
|
+
]
|
|
170
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolEndpointProperty",
|
|
4
|
-
"
|
|
4
|
+
"title": "DataspaceProtocolEndpointProperty",
|
|
5
|
+
"description": "Interface for Dataspace Protocol Transfer Messages.\nhttps://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#lower-level-types",
|
|
5
6
|
"type": "object",
|
|
6
7
|
"properties": {
|
|
7
8
|
"@type": {
|
|
8
|
-
"type": "string",
|
|
9
9
|
"const": "EndpointProperty",
|
|
10
10
|
"description": "LD Type."
|
|
11
11
|
},
|