Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #317 from CSCfi/CSCMETAX-61-add-homepage-to-agent
Browse files Browse the repository at this point in the history
CSCMETAX-61: [ADD] homepage association for agent object in dataset s…
  • Loading branch information
hannu40k authored Aug 15, 2018
2 parents 192ca09 + 53312f3 commit 7f53d99
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/metax_api/api/rest/base/schemas/att_dataset_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,13 @@
"items":{
"type":"string"
}
},
"homepage":{
"@id":"http://xmlns.com/foaf/0.1/homepage",
"title":"Homepage",
"@type":"@id",
"type":"object",
"$ref":"#/definitions/Document"
}
},
"required":[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,13 @@
"items":{
"type":"string"
}
},
"homepage":{
"@id":"http://xmlns.com/foaf/0.1/homepage",
"title":"Homepage",
"@type":"@id",
"type":"object",
"$ref":"#/definitions/Document"
}
},
"required":[
Expand Down
7 changes: 7 additions & 0 deletions src/metax_api/api/rest/base/schemas/ida_dataset_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,13 @@
"items":{
"type":"string"
}
},
"homepage":{
"@id":"http://xmlns.com/foaf/0.1/homepage",
"title":"Homepage",
"@type":"@id",
"type":"object",
"$ref":"#/definitions/Document"
}
},
"required":[
Expand Down

0 comments on commit 7f53d99

Please sign in to comment.