Skip to content

Commit

Permalink
Merge pull request #32 from CommonGateway/fix/BEHEER-2799/attachments…
Browse files Browse the repository at this point in the history
…-endpoint

fix schema and added endpoint
  • Loading branch information
bbrands02 authored Jul 26, 2024
2 parents 59aa448 + 954072c commit db84b29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Installation/Schema/Attachment.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"license": {
"type": "string"
},
},
"required": [
"url"
]
Expand Down
7 changes: 7 additions & 0 deletions Installation/installation.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"path": "publications",
"methods": [],
"version": "0.0.1"
},
{
"$id": "https://openwoo.app/attachment.endpoint.json",
"reference": "https://openwoo.app/schemas/attachment.schema.json",
"path": "attachments",
"methods": [],
"version": "0.0.1"
}
]
}
Expand Down

0 comments on commit db84b29

Please sign in to comment.