class Schema:
    def __init__(self, definition, _id):
        self.definition = definition
        self.id = _id
