Commit 11b02d0b authored by Giuseppe Tropea's avatar Giuseppe Tropea
Browse files

allow unknown fields in schema

parent 6af60776
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -7,11 +7,10 @@ googlesheetschema = {
    }
}



googlesheet = {
    # most global settings can be overridden at resource level
    'resource_methods': ['GET', 'POST'],
    'allow_unknown': True,
    'schema': googlesheetschema
}