diff --git a/index.html b/index.html index 7423331..7b411fb 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - + @@ -18,13 +18,13 @@ } - - + + - - + + @@ -120,7 +120,7 @@ {"$schema":"http://json-schema.org/draft-03/schema#","type":"object","properties":{"radio1":{"type":"boolean","format":"radio","title":"Animal","required":true,"enum":["Dog","Cat","Bird"]},"checkbox":{"type":"boolean","format":"checkbox","title":"Transportation","required":true,"enum":["Vehicle","Airplane","Cruise"]}}}, null, null, - "Boolean supporting radio and checkbox type. Must define `format` and `enum` fields."] + "Boolean supporting radio and checkbox type. Must define `format` and `enum` fields."], ["Additional input type format", {"$schema":"http://json-schema.org/draft-03/schema#","type":"object","properties":{"password":{"title":"Password","type":"string","format":"password","description":"Password field would have the text masked.","required":true},"email":{"title":"Email","type":"string","format":"email","description":"Email field would need to follow the format of name@domain.com in order to pass the validation.","required":true},"date":{"title":"Date","type":"string","format":"date","description":"Use the date picker to pick the date.","required":true},"time":{"title":"Time","type":"string","format":"time","description":"Use the time picker to pick the time.","required":true}}}, null, @@ -222,17 +222,18 @@

Butusin

Originally created for Brutusin-RPC. See who else is using it here.

-
-
-