Skip to content

Commit

Permalink
updated organization schema
Browse files Browse the repository at this point in the history
  • Loading branch information
smisidjan committed Nov 14, 2023
1 parent e65028d commit 24d6e1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Installation/Schema/Organisation.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Organisation",
"$id": "https://opencatalogi.nl/oc.organisation.schema.json",
"$schema": "https://docs.commongateway.nl/schemas/Entity.schema.json",
"version": "0.1.2",
"version": "0.1.3",
"type": "object",
"description": "extension of the publiccode standard ",
"properties": {
Expand All @@ -22,23 +22,23 @@
"uniqueItems": true,
"description": "A list of components supported by this organisation",
"items": {
"$ref": "https://opencatalogi.nl/oc.repository.schema.json"
"$ref": "https://opencatalogi.nl/oc.component.schema.json"
}
},
"owns": {
"type": "array",
"uniqueItems": true,
"description": "A list of components owned by this organisation",
"items": {
"$ref": "https://opencatalogi.nl/oc.repository.schema.json"
"$ref": "https://opencatalogi.nl/oc.component.schema.json"
}
},
"uses": {
"type": "array",
"uniqueItems": true,
"description": "A list of components used by this organisation",
"items": {
"$ref": "https://opencatalogi.nl/oc.repository.schema.json"
"$ref": "https://opencatalogi.nl/oc.component.schema.json"
},
"inversedBy": "usedBy"
},
Expand Down

0 comments on commit 24d6e1d

Please sign in to comment.