Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 23, 2024
1 parent f0704dd commit 35a32d4
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 24 deletions.
24 changes: 20 additions & 4 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -15577,9 +15577,23 @@
"description": "An active entitlement describes access to a feature for a customer.",
"properties": {
"feature": {
"description": "The feature that the customer is entitled to.",
"maxLength": 5000,
"type": "string"
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/entitlements.feature"
}
],
"description": "The [Feature](https://stripe.com/docs/api/entitlements/feature) that the customer is entitled to.",
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/entitlements.feature"
}
]
}
},
"id": {
"description": "Unique identifier for the object.",
Expand Down Expand Up @@ -15612,7 +15626,9 @@
],
"title": "ActiveEntitlement",
"type": "object",
"x-expandableFields": [],
"x-expandableFields": [
"feature"
],
"x-resourceId": "entitlements.active_entitlement",
"x-stripeOperations": [
{
Expand Down
16 changes: 12 additions & 4 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14298,9 +14298,16 @@ components:
description: An active entitlement describes access to a feature for a customer.
properties:
feature:
description: The feature that the customer is entitled to.
maxLength: 5000
type: string
anyOf:
- maxLength: 5000
type: string
- $ref: '#/components/schemas/entitlements.feature'
description: >-
The [Feature](https://stripe.com/docs/api/entitlements/feature) that
the customer is entitled to.
x-expansionResources:
oneOf:
- $ref: '#/components/schemas/entitlements.feature'
id:
description: Unique identifier for the object.
maxLength: 5000
Expand Down Expand Up @@ -14331,7 +14338,8 @@ components:
- object
title: ActiveEntitlement
type: object
x-expandableFields: []
x-expandableFields:
- feature
x-resourceId: entitlements.active_entitlement
x-stripeOperations:
- method_name: list
Expand Down
24 changes: 20 additions & 4 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -11127,9 +11127,23 @@
"description": "An active entitlement describes access to a feature for a customer.",
"properties": {
"feature": {
"description": "The feature that the customer is entitled to.",
"maxLength": 5000,
"type": "string"
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/entitlements.feature"
}
],
"description": "The [Feature](https://stripe.com/docs/api/entitlements/feature) that the customer is entitled to.",
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/entitlements.feature"
}
]
}
},
"id": {
"description": "Unique identifier for the object.",
Expand Down Expand Up @@ -11162,7 +11176,9 @@
],
"title": "ActiveEntitlement",
"type": "object",
"x-expandableFields": [],
"x-expandableFields": [
"feature"
],
"x-resourceId": "entitlements.active_entitlement"
},
"entitlements.feature": {
Expand Down
24 changes: 20 additions & 4 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -14053,9 +14053,23 @@
"description": "An active entitlement describes access to a feature for a customer.",
"properties": {
"feature": {
"description": "The feature that the customer is entitled to.",
"maxLength": 5000,
"type": "string"
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/entitlements.feature"
}
],
"description": "The [Feature](https://stripe.com/docs/api/entitlements/feature) that the customer is entitled to.",
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/entitlements.feature"
}
]
}
},
"id": {
"description": "Unique identifier for the object.",
Expand Down Expand Up @@ -14088,7 +14102,9 @@
],
"title": "ActiveEntitlement",
"type": "object",
"x-expandableFields": [],
"x-expandableFields": [
"feature"
],
"x-resourceId": "entitlements.active_entitlement",
"x-stripeOperations": [
{
Expand Down
16 changes: 12 additions & 4 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12971,9 +12971,16 @@ components:
description: An active entitlement describes access to a feature for a customer.
properties:
feature:
description: The feature that the customer is entitled to.
maxLength: 5000
type: string
anyOf:
- maxLength: 5000
type: string
- $ref: '#/components/schemas/entitlements.feature'
description: >-
The [Feature](https://stripe.com/docs/api/entitlements/feature) that
the customer is entitled to.
x-expansionResources:
oneOf:
- $ref: '#/components/schemas/entitlements.feature'
id:
description: Unique identifier for the object.
maxLength: 5000
Expand Down Expand Up @@ -13004,7 +13011,8 @@ components:
- object
title: ActiveEntitlement
type: object
x-expandableFields: []
x-expandableFields:
- feature
x-resourceId: entitlements.active_entitlement
x-stripeOperations:
- method_name: list
Expand Down
16 changes: 12 additions & 4 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10729,9 +10729,16 @@ components:
description: An active entitlement describes access to a feature for a customer.
properties:
feature:
description: The feature that the customer is entitled to.
maxLength: 5000
type: string
anyOf:
- maxLength: 5000
type: string
- $ref: '#/components/schemas/entitlements.feature'
description: >-
The [Feature](https://stripe.com/docs/api/entitlements/feature) that
the customer is entitled to.
x-expansionResources:
oneOf:
- $ref: '#/components/schemas/entitlements.feature'
id:
description: Unique identifier for the object.
maxLength: 5000
Expand Down Expand Up @@ -10762,7 +10769,8 @@ components:
- object
title: ActiveEntitlement
type: object
x-expandableFields: []
x-expandableFields:
- feature
x-resourceId: entitlements.active_entitlement
entitlements.feature:
description: >-
Expand Down

0 comments on commit 35a32d4

Please sign in to comment.