We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57335e commit 6bcbda6Copy full SHA for 6bcbda6
rust/catalyst-signed-doc-spec/src/payload.rs
@@ -11,6 +11,6 @@ pub struct Payload {
11
#[derive(serde::Deserialize)]
12
#[serde(untagged)]
13
pub enum Schema {
14
- JsonSchema(serde_json::Value),
15
Cddl(String),
+ JsonSchema(serde_json::Value),
16
}
0 commit comments