Skip to content

Commit

Permalink
Add "version" field in RdfStreamOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Oct 10, 2023
1 parent 240b26f commit fa81584
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rdf.proto
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ message RdfStreamOptions {
uint32 max_prefix_table_size = 10;
// Maximum size of the datatype lookup table
uint32 max_datatype_table_size = 11;
// Protocol version (required)
// For Jelly 1.0.x value must be 1.
// For custom extensions, the value must be 1000 or higher.
uint32 version = 15;
}

// RDF stream type
Expand Down

0 comments on commit fa81584

Please sign in to comment.