{
  "id": "invalid-advertisement-identifiers",
  "title": "Inspect document using invalid advertisement identifiers",
  "description": "Claim names, grant types, and extension identifiers use their defined wire syntaxes.",
  "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.0",
      "bindings": {"supported": ["http"]},
      "claims": {"required": ["Contact.Email"]},
      "commands": {
        "grant_types": ["oauth_bearer"],
        "supported": ["grant", "inspect"]
      },
      "core": {"signing_algorithms": ["EdDSA", "ES256"]},
      "extensions": {"supported": ["openapi-authentication"]},
      "http": {},
      "identity": {"methods": ["did:web"]},
      "service": {"did": "did:web:api.example.com"}
    }
  },
  "expected": {"valid": false}
}
