Commit 6af60776 authored by Giuseppe Tropea's avatar Giuseppe Tropea
Browse files

fixed bug in schema

parent c0c621f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
HATEOAS = False

googlesheetschema = {
    'googlesheet': {
        'seq_number': 'string',
    'seq_number': {
        'type': 'string',
        'required': True
    }
}