Skip to content

Commit

Permalink
Merge pull request #674 from anonyome/schemaget-openapi-interface
Browse files Browse the repository at this point in the history
fixes#675 Align swagger schema get output.
  • Loading branch information
sklump committed Aug 21, 2020
2 parents f75a467 + fb26c47 commit 5d38bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/messaging/schemas/routes.py
Expand Up @@ -66,7 +66,7 @@ class SchemaSchema(OpenAPISchema):
class SchemaGetResultsSchema(OpenAPISchema):
"""Results schema for schema get request."""

schema_json = fields.Nested(SchemaSchema())
schema = fields.Nested(SchemaSchema())


class SchemasCreatedResultsSchema(OpenAPISchema):
Expand Down

0 comments on commit 5d38bd5

Please sign in to comment.