#!/usr/bin/env python3 from marshmallow import fields, Schema class DefaultSchema(Schema): id = fields.UUID()