{
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "SameSite": { "type": "string", "enum": ["None", "Lax"] },
    "Partitioned": {
      "type": "object",
      "properties": {
        "supportedPartitionAgents": { "type": "string" },
        "unsupportedPartitionAgents": { "type": "string" }
      },
      "required": ["supportedPartitionAgents", "unsupportedPartitionAgents"]
    }
  }
}
