{
  "id": "forward-compatible-advertisements",
  "title": "Inspect document with future same-major advertisements",
  "description": "An Agent accepts syntactically valid unknown bindings, commands, and additive fields without inferring support.",
  "drafts": [
    "draft-kavian-agent-enrollment-protocol-04",
    "draft-kavian-aep-did-web-identity-method-00"
  ],
  "category": "inspect",
  "applicability": {
    "agent": {
      "expectation": "required",
      "profile": "core-http"
    },
    "platform": {
      "expectation": "unsupported"
    },
    "service": {
      "expectation": "required",
      "profile": "core-http"
    }
  },
  "input": {
    "document": {
      "aep_version": "1.7",
      "bindings": {"supported": ["http", "future-binding"]},
      "commands": {"supported": ["inspect", "future-command"]},
      "core": {"signing_algorithms": ["EdDSA", "ES256"]},
      "future_section": {"enabled": true},
      "http": {},
      "identity": {"methods": []},
      "service": {"did": "did:web:api.example.com"}
    }
  },
  "expected": {
    "unknown_binding": "ignore",
    "unknown_command": "ignore",
    "unknown_field": "ignore",
    "valid": true
  }
}
