Q1: An A2A endpoint accepts only a JSON object at the top level. What does RFC 8259 imply?
Multiple Choice**Explanation:**
A: RFC 8259 permits any serialized JSON value at the top level.
B: An application can narrow the valid input beyond the general JSON grammar.
C: RFC 8259 defines JSON syntax and does not prohibit schema validation after parsing.