{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/secrets/v1/secret.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Message containing a Taskcluster Secret\n",
  "properties": {
    "expires": {
      "description": "An expiration date for this secret.\n",
      "format": "date-time",
      "type": "string"
    },
    "secret": {
      "description": "The secret value to be encrypted.\n",
      "type": "object"
    }
  },
  "required": [
    "secret",
    "expires"
  ],
  "title": "Secret",
  "type": "object"
}