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
Copy file name to clipboardexpand all lines: schemas/apiDefinition.swagger.schema.json
+27-27
Original file line number
Diff line number
Diff line change
@@ -503,7 +503,7 @@
503
503
]
504
504
},
505
505
"format": {
506
-
"type": "string"
506
+
"$ref": "#/definitions/format"
507
507
},
508
508
"items": {
509
509
"$ref": "#/definitions/primitivesItems"
@@ -664,7 +664,7 @@
664
664
]
665
665
},
666
666
"format": {
667
-
"type": "string"
667
+
"$ref": "#/definitions/format"
668
668
},
669
669
"items": {
670
670
"$ref": "#/definitions/primitivesItems"
@@ -784,7 +784,7 @@
784
784
]
785
785
},
786
786
"format": {
787
-
"type": "string"
787
+
"$ref": "#/definitions/format"
788
788
},
789
789
"items": {
790
790
"$ref": "#/definitions/primitivesItems"
@@ -911,7 +911,7 @@
911
911
]
912
912
},
913
913
"format": {
914
-
"type": "string"
914
+
"$ref": "#/definitions/format"
915
915
},
916
916
"items": {
917
917
"$ref": "#/definitions/primitivesItems"
@@ -1031,7 +1031,7 @@
1031
1031
]
1032
1032
},
1033
1033
"format": {
1034
-
"type": "string"
1034
+
"$ref": "#/definitions/format"
1035
1035
},
1036
1036
"items": {
1037
1037
"$ref": "#/definitions/primitivesItems"
@@ -1161,24 +1161,7 @@
1161
1161
"$ref": "#/definitions/$ref"
1162
1162
},
1163
1163
"format": {
1164
-
"description": "Swagger data types plus some Power Platform extensions:\n- `date-no-tz` - Represents an date-time that has no time-offset (ABNF: `full-date 'T' partial-time`).\n- `html` - Tells clients to emit html editor when editing and html viewer when viewing.",
"description": "Swagger data types plus some Power Platform extensions:\n- `date-no-tz` - Represents an date-time that has no time-offset (ABNF: `full-date 'T' partial-time`).\n- `html` - Tells clients to emit html editor when editing and html viewer when viewing.",
0 commit comments