Skip to content

Commit 27e0ae6

Browse files
committed
address my own feedback
1 parent a0ac52d commit 27e0ae6

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

dsc_lib/src/extensions/discover.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pub struct DiscoverMethod {
1515

1616
#[derive(Debug, Clone, PartialEq, Deserialize, Serialize, JsonSchema)]
1717
pub struct DiscoverResult {
18+
/// The path to the resource manifest, must be absolute.
1819
#[serde(rename = "resourceManifestPath")]
1920
pub resource_manifest_path: String,
2021
}

0 commit comments

Comments
 (0)