25
25
license :
26
26
name : " Apache License, Version 2.0"
27
27
url : https://www.apache.org/licenses/LICENSE-2.0.txt
28
- version : 7.0.0
28
+ version : 7.0.1
29
29
servers :
30
30
- url : https://localhost:8080
31
31
description : Generated server url
@@ -2628,23 +2628,13 @@ paths:
2628
2628
content :
2629
2629
application/json :
2630
2630
schema :
2631
- type : object
2632
- properties :
2633
- empty :
2634
- type : boolean
2635
- additionalProperties :
2636
- type : object
2631
+ $ref : ' #/components/schemas/JSONObject'
2637
2632
" 200 " :
2638
2633
description : Ok
2639
2634
content :
2640
2635
application/json :
2641
2636
schema :
2642
- type : object
2643
- properties :
2644
- empty :
2645
- type : boolean
2646
- additionalProperties :
2647
- type : object
2637
+ $ref : ' #/components/schemas/JSONObject'
2648
2638
put :
2649
2639
tags :
2650
2640
- _Configurations
@@ -2664,23 +2654,13 @@ paths:
2664
2654
content :
2665
2655
application/json :
2666
2656
schema :
2667
- type : object
2668
- properties :
2669
- empty :
2670
- type : boolean
2671
- additionalProperties :
2672
- type : object
2657
+ $ref : ' #/components/schemas/JSONObject'
2673
2658
" 200 " :
2674
2659
description : Ok
2675
2660
content :
2676
2661
application/json :
2677
2662
schema :
2678
- type : object
2679
- properties :
2680
- empty :
2681
- type : boolean
2682
- additionalProperties :
2683
- type : object
2663
+ $ref : ' #/components/schemas/JSONObject'
2684
2664
/api/configuration/negotiation :
2685
2665
get :
2686
2666
tags :
@@ -2693,23 +2673,13 @@ paths:
2693
2673
content :
2694
2674
application/json :
2695
2675
schema :
2696
- type : object
2697
- properties :
2698
- empty :
2699
- type : boolean
2700
- additionalProperties :
2701
- type : object
2676
+ $ref : ' #/components/schemas/JSONObject'
2702
2677
" 200 " :
2703
2678
description : Ok
2704
2679
content :
2705
2680
application/json :
2706
2681
schema :
2707
- type : object
2708
- properties :
2709
- empty :
2710
- type : boolean
2711
- additionalProperties :
2712
- type : object
2682
+ $ref : ' #/components/schemas/JSONObject'
2713
2683
put :
2714
2684
tags :
2715
2685
- _Configurations
@@ -2727,23 +2697,13 @@ paths:
2727
2697
content :
2728
2698
application/json :
2729
2699
schema :
2730
- type : object
2731
- properties :
2732
- empty :
2733
- type : boolean
2734
- additionalProperties :
2735
- type : object
2700
+ $ref : ' #/components/schemas/JSONObject'
2736
2701
" 200 " :
2737
2702
description : Ok
2738
2703
content :
2739
2704
application/json :
2740
2705
schema :
2741
- type : object
2742
- properties :
2743
- empty :
2744
- type : boolean
2745
- additionalProperties :
2746
- type : object
2706
+ $ref : ' #/components/schemas/JSONObject'
2747
2707
/api/catalogs/{id} :
2748
2708
get :
2749
2709
tags :
@@ -3398,10 +3358,10 @@ paths:
3398
3358
schema :
3399
3359
type : string
3400
3360
enum :
3401
- - Start
3402
- - Stop
3403
- - Delete
3404
- - Describe
3361
+ - START
3362
+ - STOP
3363
+ - DELETE
3364
+ - DESCRIBE
3405
3365
responses :
3406
3366
" 401 " :
3407
3367
description : Unauthorized
@@ -5059,34 +5019,13 @@ paths:
5059
5019
content :
5060
5020
application/json :
5061
5021
schema :
5062
- type : object
5063
- properties :
5064
- empty :
5065
- type : boolean
5066
- additionalProperties :
5067
- type : object
5068
- " 500 " :
5069
- description : Internal server error
5070
- content :
5071
- application/json :
5072
- schema :
5073
- type : object
5074
- properties :
5075
- empty :
5076
- type : boolean
5077
- additionalProperties :
5078
- type : object
5022
+ $ref : ' #/components/schemas/JSONObject'
5079
5023
" 200 " :
5080
5024
description : Ok
5081
5025
content :
5082
5026
application/json :
5083
5027
schema :
5084
- type : object
5085
- properties :
5086
- empty :
5087
- type : boolean
5088
- additionalProperties :
5089
- type : object
5028
+ $ref : ' #/components/schemas/JSONObject'
5090
5029
/api/subscriptions/owning :
5091
5030
get :
5092
5031
tags :
@@ -6795,6 +6734,13 @@ components:
6795
6734
type : string
6796
6735
_links :
6797
6736
$ref : ' #/components/schemas/Links'
6737
+ JSONObject :
6738
+ type : object
6739
+ properties :
6740
+ empty :
6741
+ type : boolean
6742
+ additionalProperties :
6743
+ type : object
6798
6744
CatalogDesc :
6799
6745
type : object
6800
6746
properties :
@@ -7096,12 +7042,28 @@ components:
7096
7042
- $ref : ' #/components/schemas/AbstractConstraint'
7097
7043
- type : object
7098
7044
properties :
7099
- ids:pipEndpoint :
7100
- type : string
7101
- format : uri
7102
- ids:unit :
7045
+ ids:rightOperand :
7046
+ $ref : ' #/components/schemas/RdfResource'
7047
+ ids:leftOperand :
7103
7048
type : string
7104
- format : uri
7049
+ enum :
7050
+ - https://w3id.org/idsa/code/ABSOLUTE_SPATIAL_POSITION
7051
+ - https://w3id.org/idsa/code/COUNT
7052
+ - https://w3id.org/idsa/code/DELAY
7053
+ - https://w3id.org/idsa/code/ELAPSED_TIME
7054
+ - https://w3id.org/idsa/code/ENDPOINT
7055
+ - https://w3id.org/idsa/code/EVENT
7056
+ - https://w3id.org/idsa/code/PATH
7057
+ - https://w3id.org/idsa/code/PAYMENT
7058
+ - https://w3id.org/idsa/code/PAY_AMOUNT
7059
+ - https://w3id.org/idsa/code/POLICY_EVALUATION_TIME
7060
+ - https://w3id.org/idsa/code/PURPOSE
7061
+ - https://w3id.org/idsa/code/QUANTITY
7062
+ - https://w3id.org/idsa/code/RECURRENCE_RATE
7063
+ - https://w3id.org/idsa/code/SECURITY_LEVEL
7064
+ - https://w3id.org/idsa/code/STATE
7065
+ - https://w3id.org/idsa/code/SYSTEM
7066
+ - https://w3id.org/idsa/code/USER
7105
7067
ids:operator :
7106
7068
type : string
7107
7069
enum :
@@ -7151,31 +7113,15 @@ components:
7151
7113
- https://w3id.org/idsa/code/STRING_IS_CONTAINED
7152
7114
- https://w3id.org/idsa/code/TEMPORAL_DISJOINT
7153
7115
- https://w3id.org/idsa/code/TEMPORAL_EQUALS
7154
- ids:rightOperand :
7155
- $ref : ' #/components/schemas/RdfResource'
7156
- ids:leftOperand :
7116
+ ids:unit :
7157
7117
type : string
7158
- enum :
7159
- - https://w3id.org/idsa/code/ABSOLUTE_SPATIAL_POSITION
7160
- - https://w3id.org/idsa/code/COUNT
7161
- - https://w3id.org/idsa/code/DELAY
7162
- - https://w3id.org/idsa/code/ELAPSED_TIME
7163
- - https://w3id.org/idsa/code/ENDPOINT
7164
- - https://w3id.org/idsa/code/EVENT
7165
- - https://w3id.org/idsa/code/PATH
7166
- - https://w3id.org/idsa/code/PAYMENT
7167
- - https://w3id.org/idsa/code/PAY_AMOUNT
7168
- - https://w3id.org/idsa/code/POLICY_EVALUATION_TIME
7169
- - https://w3id.org/idsa/code/PURPOSE
7170
- - https://w3id.org/idsa/code/QUANTITY
7171
- - https://w3id.org/idsa/code/RECURRENCE_RATE
7172
- - https://w3id.org/idsa/code/SECURITY_LEVEL
7173
- - https://w3id.org/idsa/code/STATE
7174
- - https://w3id.org/idsa/code/SYSTEM
7175
- - https://w3id.org/idsa/code/USER
7118
+ format : uri
7176
7119
ids:rightOperandReference :
7177
7120
type : string
7178
7121
format : uri
7122
+ ids:pipEndpoint :
7123
+ type : string
7124
+ format : uri
7179
7125
' @type ' :
7180
7126
type : string
7181
7127
Duty :
@@ -7282,14 +7228,25 @@ components:
7282
7228
ids:target :
7283
7229
type : string
7284
7230
format : uri
7285
- ids:assetRefinement :
7286
- oneOf :
7287
- - $ref : ' #/components/schemas/LogicalConstraint'
7288
7231
ids:assignee :
7289
7232
type : array
7290
7233
items :
7291
7234
type : string
7292
7235
format : uri
7236
+ ids:assigner :
7237
+ type : array
7238
+ items :
7239
+ type : string
7240
+ format : uri
7241
+ ids:constraint :
7242
+ type : array
7243
+ items :
7244
+ oneOf :
7245
+ - $ref : ' #/components/schemas/LogicalConstraint'
7246
+ ids:assetRefinement :
7247
+ oneOf :
7248
+ - $ref : ' #/components/schemas/Constraint'
7249
+ - $ref : ' #/components/schemas/LogicalConstraint'
7293
7250
ids:action :
7294
7251
type : array
7295
7252
items :
@@ -7311,22 +7268,11 @@ components:
7311
7268
- https://w3id.org/idsa/code/TRACK_PROVENANCE
7312
7269
- https://w3id.org/idsa/code/USE
7313
7270
- https://w3id.org/idsa/code/WRITE
7314
- ids:constraint :
7315
- type : array
7316
- items :
7317
- oneOf :
7318
- - $ref : ' #/components/schemas/Constraint'
7319
- - $ref : ' #/components/schemas/LogicalConstraint'
7320
- ids:assigner :
7321
- type : array
7322
- items :
7323
- type : string
7324
- format : uri
7325
- ids:description :
7271
+ ids:title :
7326
7272
type : array
7327
7273
items :
7328
7274
$ref : ' #/components/schemas/TypedLiteral'
7329
- ids:title :
7275
+ ids:description :
7330
7276
type : array
7331
7277
items :
7332
7278
$ref : ' #/components/schemas/TypedLiteral'
0 commit comments