Skip to content

Commit 664a48e

Browse files
change to subscribe requirements
1 parent b03e301 commit 664a48e

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

api/generated/api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37249,7 +37249,7 @@
3724937249
"type": "string"
3725037250
}
3725137251
},
37252-
"subscribeSupportConfig": {
37252+
"subscribeRequirements": {
3725337253
"title": "Subscribe Support Config",
3725437254
"type": "object",
3725537255
"description": "Declares which auxiliary steps a provider requires to support subscriptions, beyond the per-object subscribe call itself.",
@@ -38649,7 +38649,7 @@
3864938649
"type": "string"
3865038650
}
3865138651
},
38652-
"subscribeSupportConfig": {
38652+
"subscribeRequirements": {
3865338653
"title": "Subscribe Support Config",
3865438654
"type": "object",
3865538655
"description": "Declares which auxiliary steps a provider requires to support subscriptions, beyond the per-object subscribe call itself.",

catalog/catalog.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,8 +582,8 @@ components:
582582
$ref: '#/components/schemas/Media'
583583
labels:
584584
$ref: '#/components/schemas/Labels'
585-
subscribeSupportConfig:
586-
$ref: '#/components/schemas/SubscribeSupportConfig'
585+
subscribeRequirements:
586+
$ref: '#/components/schemas/SubscribeRequirements'
587587
modules:
588588
$ref: '#/components/schemas/Modules'
589589
metadata:
@@ -644,7 +644,7 @@ components:
644644
passThrough:
645645
type: boolean
646646

647-
SubscribeSupportConfig:
647+
SubscribeRequirements:
648648
title: Subscribe Support Config
649649
type: object
650650
description: Declares which auxiliary steps a provider requires to support subscriptions, beyond the per-object subscribe call itself.

catalog/generated/catalog.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2306,7 +2306,7 @@
23062306
"type": "string"
23072307
}
23082308
},
2309-
"subscribeSupportConfig": {
2309+
"subscribeRequirements": {
23102310
"title": "Subscribe Support Config",
23112311
"type": "object",
23122312
"description": "Declares which auxiliary steps a provider requires to support subscriptions, beyond the per-object subscribe call itself.",
@@ -3612,7 +3612,7 @@
36123612
"type": "string"
36133613
}
36143614
},
3615-
"subscribeSupportConfig": {
3615+
"subscribeRequirements": {
36163616
"title": "Subscribe Support Config",
36173617
"type": "object",
36183618
"description": "Declares which auxiliary steps a provider requires to support subscriptions, beyond the per-object subscribe call itself.",
@@ -4796,7 +4796,7 @@
47964796
"type": "string"
47974797
}
47984798
},
4799-
"subscribeSupportConfig": {
4799+
"subscribeRequirements": {
48004800
"title": "Subscribe Support Config",
48014801
"type": "object",
48024802
"description": "Declares which auxiliary steps a provider requires to support subscriptions, beyond the per-object subscribe call itself.",
@@ -5253,7 +5253,7 @@
52535253
}
52545254
}
52555255
},
5256-
"SubscribeSupportConfig": {
5256+
"SubscribeRequirements": {
52575257
"title": "Subscribe Support Config",
52585258
"type": "object",
52595259
"description": "Declares which auxiliary steps a provider requires to support subscriptions, beyond the per-object subscribe call itself.",

0 commit comments

Comments
 (0)