-
Notifications
You must be signed in to change notification settings - Fork 4
/
fincSelectMetadataSources.raml
62 lines (55 loc) · 2.32 KB
/
fincSelectMetadataSources.raml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#%RAML 1.0
title: Metadata Collections Select
version: v1
baseUri: http://localhost/mod-finc-config
documentation:
- title: mod-finc-config API
content: This documents the API calls that can be made to query and manage metadata sources for the current tenant/isil
types:
fincSelectMetadataSource: !include schemas/fincSelectMetadataSource.json
fincSelectMetadataSources: !include schemas/fincSelectMetadataSources.json
fincSelectMetadataCollection: !include schemas/fincSelectMetadataCollection.json
fincSelectMetadataCollections: !include schemas/fincSelectMetadataCollections.json
select: !include schemas/select.json
errors: !include ./raml-util/schemas/errors.schema
traits:
orderable: !include ./raml-util/traits/orderable.raml
pageable: !include ./raml-util/traits/pageable.raml
searchable: !include ./raml-util/traits/searchable.raml
language: !include ./raml-util/traits/language.raml
validate: !include ./raml-util/traits/validation.raml
resourceTypes:
collection: !include ./raml-util/rtypes/collection.raml
collection-item: !include ./raml-util/rtypes/item-collection.raml
/finc-select/metadata-sources:
displayName: Metadata Sources Select
type:
collection:
exampleCollection: !include examples/fincSelectMetadataSource_collection.sample
exampleItem: !include examples/fincSelectMetadataSource.sample
schemaCollection: fincSelectMetadataSources
schemaItem: fincSelectMetadataSource
get:
is: [
searchable: {description: "", example: "((label=\"Journals*\") and status=(\"active\" or \"technical implementation\") and selected=\"none\") sortby label"},
orderable: {fieldsList: "label, sourceId, status, lastProcessed"},
pageable
]
description: Get all metadata sources
/{id}:
type:
collection-item:
exampleItem: !include examples/fincSelectMetadataSource.sample
schema: fincSelectMetadataSource
get:
description: Get one metadata source identified by id
/collections:
get:
description: Get metadata collections assigned to this metadata source
/select-all:
type:
collection-item:
exampleItem: !include examples/select.sample
schema: select
put:
description: Put, if all metadata collections of this source are selected resp. deselected