-
-
Notifications
You must be signed in to change notification settings - Fork 185
Description
ordered is part of Meta see https://marshmallow.readthedocs.io/en/stable/marshmallow.schema.html#marshmallow.schema.Schema.Meta, however it is currently pulled from the schema see https://github.com/marshmallow-code/apispec/blob/dev/src/apispec/ext/marshmallow/openapi.py#L180
Work around
import marshmallow
class Foo(marshmallow.Schema):
class Meta:
ordered = True
ordered = Truelafrech
Metadata
Metadata
Assignees
Labels
No labels