Closed roll closed 8 years ago
jsontableschema-py (0.5.1)
from jsontableschema.model import SchemaModel schema = {'fields': [{'name': 'test'}]} model = SchemaModel(schema) print(schema) # will print schema with type, format, constraints
+1. We should do this.
FIXED
jsontableschema-py (0.5.1)