Agent Diff · JSON Structure

Sandbox Diff List Structure

DiffList schema from Agent Diff API

Type: object Properties: 2
API TestingAI AgentsSandboxingAPI DiffingDeveloper Tools

DiffList is a JSON Structure definition published by Agent Diff, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

diffs total

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/agent-diff/refs/heads/main/json-structure/sandbox-diff-list-structure.json",
  "name": "DiffList",
  "description": "DiffList schema from Agent Diff API",
  "type": "object",
  "properties": {
    "diffs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DiffEntry"
      },
      "example": [
        "example_value"
      ]
    },
    "total": {
      "type": "int32",
      "description": "Total number of diffs.",
      "example": 1
    }
  }
}