Skip to content

Commit

Permalink
Merge pull request #265 from ahom/valid_until
Browse files Browse the repository at this point in the history
feat: Adds validity date to subscription
  • Loading branch information
ahom authored Oct 18, 2021
2 parents 2ae5fa8 + 352f657 commit 056bddc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions models/Subscription.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"CLOSED"
]
},
"valid_until": {
"type": "string",
"format": "date-time",
"description": "Date limite de validité."
},
"source": {
"type": "string",
"description": "Système qui a créé la souscription.",
Expand Down

0 comments on commit 056bddc

Please sign in to comment.