{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/object/v1/get-object-response.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Metadata about an object.\n",
  "properties": {
    "expires": {
      "format": "date-time",
      "title": "Expiration",
      "type": "string"
    },
    "hashes": {
      "$ref": "hashes.json#/definitions/download"
    },
    "projectId": {
      "maxLength": 500,
      "minLength": 1,
      "pattern": "^([a-zA-Z0-9._/-]*)$",
      "title": "Project Identifier",
      "type": "string"
    }
  },
  "required": [
    "projectId",
    "expires",
    "hashes"
  ],
  "title": "Object Metadata",
  "type": "object"
}