class SchemaRequest
Faraday request middleware that converts A2A::Schema::Definition objects into their hash representation for JSON serialization.
Place this before the :json request middleware in the stack so that Schema bodies are converted to hashes before Faraday's JSON middleware serializes them to strings.