Skip to content

Commit

Permalink
properties elem
Browse files Browse the repository at this point in the history
  • Loading branch information
southeo committed Feb 26, 2024
1 parent e097b75 commit 562ca49
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 33 deletions.
12 changes: 7 additions & 5 deletions data-model/fdo-profiles/0.1.0/mapping/schema/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
"$id": "https://schemas.dissco.tech/schemas/fdo-profiles/0.1.0/mapping.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "FDO Profile for mapping from source data standard to DiSSCo data model",
"$comment":"FDO Profile Version 0.1.0",
"$comment": "FDO Profile Version 0.1.0",
"allof": [
{
"$ref": "https://schemas.dissco.tech/schemas/fdo-profiles/0.1.0/handle-kernel.json"
}
],
"sourceDataStandard": {
"type": "string",
"description": "Indicates standard source data adheres to, such as \"dwc\" or \"abcd\"",
"$comment": "idx = 30"
"properties": {
"sourceDataStandard": {
"type": "string",
"description": "Indicates standard source data adheres to, such as \"dwc\" or \"abcd\"",
"$comment": "idx = 30"
}
},
"additionalProperties": false,
"required": [
Expand Down
12 changes: 7 additions & 5 deletions data-model/fdo-profiles/0.1.0/mas/schema/mas-request.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
"$id": "https://schemas.dissco.tech/schemas/fdo-profiles/0.1.0/mas-request.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "FDO Profile requests to PID API for Machine Annotation Services",
"$comment":"FDO Profile Version 0.1.0",
"$comment": "FDO Profile Version 0.1.0",
"allof": [
{
"$ref": "https://schemas.dissco.tech/schemas/fdo-profiles/0.1.0/handle-request.json"
}
],
"masName": {
"type": "string",
"description": "Name of Machine Annotation Service",
"$comment": "idx = 604"
"properties": {
"masName": {
"type": "string",
"description": "Name of Machine Annotation Service",
"$comment": "idx = 604"
}
},
"additionalProperties": false,
"required": [
Expand Down
12 changes: 7 additions & 5 deletions data-model/fdo-profiles/0.1.0/mas/schema/mas.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
"$id": "https://schemas.dissco.tech/schemas/fdo-profiles/0.1.0/mas.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "FDO Profile for Machine Annotation Services",
"$comment":"FDO Profile Version 0.1.0",
"$comment": "FDO Profile Version 0.1.0",
"allof": [
{
"$ref": "https://schemas.dissco.tech/schemas/fdo-profiles/0.1.0/handle-kernel.json"
}
],
"masName": {
"type": "string",
"description": "Name of Machine Annotation Service",
"$comment": "idx = 604"
"properties": {
"masName": {
"type": "string",
"description": "Name of Machine Annotation Service",
"$comment": "idx = 604"
}
},
"additionalProperties": false,
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
"$ref": "https://schemas.dissco.tech/schemas/fdo-profiles/0.1.0/handle-request.json"
}
],
"organisationIdentifier": {
"type": "string",
"$comment": "idx = 800"
},
"organisationIdentifierType": {
"type": "string",
"$comment": "idx = 801"
"properties": {
"organisationIdentifier": {
"type": "string",
"$comment": "idx = 800"
},
"organisationIdentifierType": {
"type": "string",
"$comment": "idx = 801"
}
},
"additionalProperties": false,
"required": [
Expand Down
24 changes: 13 additions & 11 deletions data-model/fdo-profiles/0.1.0/organisation/schema/organisation.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,19 @@
"$ref": "https://schemas.dissco.tech/schemas/fdo-profiles/0.1.0/handle-kernel.json"
}
],
"organisationIdentifier": {
"type": "string",
"$comment": "idx = 800"
},
"organisationIdentifierType": {
"type": "string",
"$comment": "idx = 801"
},
"organisationName": {
"type": "string",
"$comment": "idx = 802"
"properties": {
"organisationIdentifier": {
"type": "string",
"$comment": "idx = 800"
},
"organisationIdentifierType": {
"type": "string",
"$comment": "idx = 801"
},
"organisationName": {
"type": "string",
"$comment": "idx = 802"
}
},
"additionalProperties": false,
"required": [
Expand Down

0 comments on commit 562ca49

Please sign in to comment.