Skip to content

Commit

Permalink
Add ocs field to subscription
Browse files Browse the repository at this point in the history
This will be a temporary fields since we do not want to expose OCS
specifics to the frontends. For now we need to to render different
content on the frontends based on the OCS.
  • Loading branch information
Roeland authored and RoelandMatthijssens committed Sep 7, 2018
1 parent e545f8a commit 05a1c2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions definitions/subscriptions/subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,11 @@ properties:
subscription_id:
type: string
description: subscription id belonging to pending product (e.g subscription that needs topup)
ocs:
type: string
description: |
Which OCS the subscription is provisioned on.
enum:
- arta
- transatel
- unknown

0 comments on commit 05a1c2f

Please sign in to comment.