Skip to content

Commit

Permalink
fix(cognitarium): ensure data input property naming
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Apr 20, 2023
1 parent bf89eaa commit 87e93d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/okp4-cognitarium/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ pub struct StoreLimits {
pub enum DataInput {
/// # RDF XML
/// Input in [RDF/XML](https://www.w3.org/TR/rdf-syntax-grammar/) format.
#[serde(rename = "rdf_xml")]
RDFXml(Binary),
/// # Turtle
/// Input in [Turtle](https://www.w3.org/TR/turtle/) format.
Expand Down

0 comments on commit 87e93d4

Please sign in to comment.