Skip to content

Commit

Permalink
fix: usage with updated bbmri negotiator interface
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickskowronekdkfz committed Oct 30, 2024
1 parent af86d0b commit 35302fc
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions packages/lib/src/types/options.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,21 +338,11 @@
"negotiateOptions": {
"type": "object",
"properties": {
"negotiateApp": {
"type": "string",
"pattern": "^.+$",
"description": "The URL of the negotiate app"
},
"newProjectUrl": {
"type": "string",
"pattern": "^.+$",
"description": "The measures of the blaze"
},
"editProjectUrl": {
"type": "string",
"pattern": "^.+$",
"description": "The measures of the blaze"
},
"siteMapping": {
"type": "array",
"items": {
Expand All @@ -362,22 +352,22 @@
"type": "string",
"pattern": "^.+$"
},
"collection": {
"site_id": {
"type": "string",
"pattern": "^.+$"
},
"name": {
"collection": {
"type": "string",
"pattern": "^.+$"
},
"biobankId": {
"collection_name": {
"type": "string",
"pattern": "^.+$"
}
},
"additionalProperties": false,
"unevaluatedProperties": false,
"required": ["site", "collection"]
"required": ["site", "collection", "site_id", "collection_name"]
}
}
},
Expand Down

0 comments on commit 35302fc

Please sign in to comment.