We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a40fc3 + 998d36d commit c398b9fCopy full SHA for c398b9f
1 file changed
com.reprezen.swagedit.openapi3/src/com/reprezen/swagedit/openapi3/schema/schema_v3.json
@@ -102,10 +102,12 @@
102
"type": "string"
103
},
104
"url": {
105
- "type": "string"
+ "type": "string",
106
+ "format": "uri"
107
108
"email": {
109
110
+ "format": "email"
111
}
112
113
@@ -1246,4 +1248,4 @@
1246
1248
]
1247
1249
1250
-}
1251
+}
0 commit comments