aries_cloudagent.messaging.schemas package¶
Submodules¶
aries_cloudagent.messaging.schemas.routes module¶
Credential schema admin routes.
-
class
aries_cloudagent.messaging.schemas.routes.SchemaGetResultsSchema(*, only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases:
marshmallow.schema.SchemaResults schema for schema get request.
-
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
aries_cloudagent.messaging.schemas.routes.SchemaSchema(*, only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases:
marshmallow.schema.SchemaContent for returned schema.
-
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
aries_cloudagent.messaging.schemas.routes.SchemaSendRequestSchema(*, only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases:
marshmallow.schema.SchemaRequest schema for schema send request.
-
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
aries_cloudagent.messaging.schemas.routes.SchemaSendResultsSchema(*, only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases:
marshmallow.schema.SchemaResults schema for schema send request.
-
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
aries_cloudagent.messaging.schemas.routes.SchemasCreatedResultsSchema(*, only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases:
marshmallow.schema.SchemaResults schema for a schemas-created request.
-
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
aries_cloudagent.messaging.schemas.routes.register(app: <sphinx.ext.autodoc.importer._MockObject object at 0x7ffa2f7335c0>)[source]¶ Register routes.
-
aries_cloudagent.messaging.schemas.routes.schemas_created(request: <sphinx.ext.autodoc.importer._MockObject object at 0x7ffa2f7335c0>)[source]¶ Request handler for retrieving schemas that current agent created.
Parameters: request – aiohttp request object Returns: The identifiers of matching schemas