You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data-intro="Write (or copy/paste) here the JSON document from which you want to discover the schema (and the data model)" data-position="top"></textarea></p>
36
41
</div>
37
42
</form>
38
43
@@ -42,7 +47,8 @@ <h3>Your JSON document</h3>
42
47
<labelfor="urlJSON" class="control-label" style="font-weight: normal;">...or give us the URL to obtain the JSON:</label>
43
48
</div>
44
49
<divclass="col-md-6">
45
-
<inputtype="url" class="form-control" id="urlJSON" placeholder="URL returning a JSON" ng-model="url">
50
+
<inputtype="url" class="form-control" id="urlJSON" placeholder="URL returning a JSON" ng-model="url"
51
+
data-intro="If you have an URL containing the JSON document, just put it here" data-position="bottom">
0 commit comments