Skip to content
Snippets Groups Projects
Commit 23a7fe56 authored by Julian's avatar Julian
Browse files

Remove build() method

parent 8129242f
No related branches found
No related tags found
No related merge requests found
import copy
import json
from django import forms
......@@ -69,9 +66,6 @@ class JSONSchema:
# }
# }
def build(self):
return json.dumps(self.schema)
def add_field(self, name, field):
type_ = "string"
format_ = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment