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 #603 from CSCfi/stable
Browse files Browse the repository at this point in the history
Merge stable to master: v1.7.1
  • Loading branch information
tompulli authored Jun 23, 2020
2 parents 6dabf42 + b381f0c commit 309a372
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/metax_api/api/rest/base/api_schemas/catalogrecord.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"description":"Catalog record deprecation state.",
"type":"string",
"readonly": true
},
}
}
},
"CatalogRecordVersionCreatedInfo":{
Expand Down Expand Up @@ -359,7 +359,7 @@
"readonly": true,
"enum":[
"dataset",
"pas",
"pas"
]
}
},
Expand Down
8 changes: 4 additions & 4 deletions swagger/v1/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1841,13 +1841,13 @@ parameters:

definitions:
CatalogRecord:
$ref: 'https://__METAX_ENV_DOMAIN__/apischemas/catalogrecord.json#/definitions/CatalogRecord'
$ref: 'https://__METAX_ENV_DOMAIN__/apischemas/v1/catalogrecord.json#/definitions/CatalogRecord'
DataCatalog:
$ref: 'https://__METAX_ENV_DOMAIN__/apischemas/datacatalog.json#/definitions/Catalog'
$ref: 'https://__METAX_ENV_DOMAIN__/apischemas/v1/datacatalog.json#/definitions/Catalog'
File:
$ref: 'https://__METAX_ENV_DOMAIN__/apischemas/file.json#/definitions/File'
$ref: 'https://__METAX_ENV_DOMAIN__/apischemas/v1/file.json#/definitions/File'
Directory:
$ref: 'https://__METAX_ENV_DOMAIN__/apischemas/file.json#/definitions/Directory'
$ref: 'https://__METAX_ENV_DOMAIN__/apischemas/v1/file.json#/definitions/Directory'
StringList:
type: array
items:
Expand Down

0 comments on commit 309a372

Please sign in to comment.