Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #69 from taskcluster/bug1431750
Browse files Browse the repository at this point in the history
Bug 1431750 - add additionalProperties to schemas where missing
  • Loading branch information
djmitche committed Jan 20, 2018
2 parents a329860 + cbde237 commit 0787d5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schemas/oidc-credentials-response.yml
Expand Up @@ -3,6 +3,7 @@ title: "Credentials Response"
description: |
A response containing credentials corresponding to a supplied OIDC `access_token`.
type: object
additionalProperties: false
properties:
expires:
description: |
Expand Down

0 comments on commit 0787d5c

Please sign in to comment.