Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[MFE] Fixes to mfe.json (#33367)
* tc: swagger fixes

* tc: changing location of x-nullable

* json fix
  • Loading branch information
theodorechen-msft authored and fmabroukmsft committed May 12, 2025
commit edbb3c47c382f3888855d5e781ab6d4c04cfba07
Original file line number Diff line number Diff line change
Expand Up @@ -17255,7 +17255,8 @@
"type": "string",
"x-nullable": true
}
}
},
"additionalProperties": false
},
"DataType": {
"description": "Enum to determine the type of data.",
Expand Down Expand Up @@ -22581,7 +22582,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/DatasetReference"
}
},
"x-nullable": true
}
},
"x-ms-client-name": "ModelVersionProperties",
Expand Down