{"api":"api-schema-delta","status":"healthy","version":"1.0.0","docs":{"endpoints":[{"method":"GET","path":"/compare","description":"Compare multiple API schemas from given URLs and return detailed diff and evolution analysis","parameters":[{"name":"urls","type":"string[]","description":"Array of schema URLs to fetch and compare","required":true,"in":"query","maxItems":5},{"name":"type","type":"string","enum":["rest","graphql"],"description":"Type of schema, either REST JSON Schema or GraphQL SDL","required":true,"in":"query"}],"exampleResponse":{"status":"ok","data":{"urls":["https://example.com/v1/schema.json","https://example.com/v2/schema.json"],"comparisons":[],"overallScore":85,"grade":"B","recommendations":[]},"meta":{"timestamp":"2024-01-01T12:00:00.000Z","duration_ms":450,"api_version":"1.0.0"}}}],"parameters":[{"name":"urls","type":"string[]","description":"Array of URLs pointing to API schemas","required":true},{"name":"type","type":"string","enum":["rest","graphql"],"description":"Schema format type"}],"examples":["GET /compare?urls=https://api.example.com/v1/schema.json&urls=https://api.example.com/v2/schema.json&type=rest","GET /compare?urls=https://api.example.com/graphql/schema1.graphql&urls=https://api.example.com/graphql/schema2.graphql&type=graphql"]},"pricing":{"description":"Comprehensive audit and comparison of multiple API schemas with scoring and detailed recommendations","price":"$0.01"}}