File tree Expand file tree Collapse file tree
aries_cloudagent/protocols/discovery/v1_0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818)
1919
2020
21- class V10DiscoveryExchangeResultSchema (OpenAPISchema ):
22- """Result schema for Discover Features v1.0 exchange record."""
23-
24- results = fields .Nested (
25- V10DiscoveryRecordSchema ,
26- description = "Discover Features v1.0 exchange record" ,
27- )
28-
29-
3021class V10DiscoveryExchangeListResultSchema (OpenAPISchema ):
3122 """Result schema for Discover Features v1.0 exchange records."""
3223
@@ -70,7 +61,7 @@ class QueryDiscoveryExchRecordsSchema(OpenAPISchema):
7061 summary = "Query supported features" ,
7162)
7263@querystring_schema (QueryFeaturesQueryStringSchema ())
73- @response_schema (V10DiscoveryExchangeResultSchema (), 200 , description = "" )
64+ @response_schema (V10DiscoveryRecordSchema (), 200 , description = "" )
7465async def query_features (request : web .BaseRequest ):
7566 """
7667 Request handler for creating and sending feature query.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pyld~=2.0.3
2020pyyaml ~= 5.4.0
2121ConfigArgParse ~= 1.5.3
2222pyjwt ~= 2.4.0
23- pydid ~= 0.3.3
23+ pydid ~= 0.3.6
2424jsonpath_ng == 1.5.2
2525pytz ~= 2021.1
2626python-dateutil ~= 2.8.1
You can’t perform that action at this time.
0 commit comments