Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 2 additions & 1 deletion docs/dfx-json-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,8 @@
}
]
}
}
},
"additionalProperties": false
},
"ConfigCanistersCanisterRemote": {
"title": "Remote Canister Configuration",
Expand Down
1 change: 1 addition & 0 deletions src/dfx-core/src/config/model/dfinity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ pub const DEFAULT_REPLICA_PORT: u16 = 8080;
/// # Canister Configuration
/// Configurations for a single canister.
#[derive(Clone, Debug, Serialize, Deserialize, JsonSchema)]
#[schemars(deny_unknown_fields)]
pub struct ConfigCanistersCanister {
/// # Declarations Configuration
/// Defines which canister interface declarations to generate,
Expand Down
Loading