Skip to content

Commit

Permalink
Added missing type for Repository->organisation attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Mar 8, 2024
1 parent 979982d commit d1402fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Installation/Schema/Repository.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"title": "Repository",
"$id": "https://opencatalogi.nl/oc.repository.schema.json",
"$schema": "https://docs.commongateway.nl/schemas/Entity.schema.json",
"version": "0.1.5",
"version": "0.1.6",
"type": "object",
"description": "",
"properties": {
"organisation": {
"type": "object",
"$ref": "https://opencatalogi.nl/oc.organisation.schema.json"
},
"components": {
Expand Down

0 comments on commit d1402fe

Please sign in to comment.