Skip to content

Commit

Permalink
YAUAA context 1-0-5
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed May 3, 2024
1 parent 8f91230 commit 1bceaff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object YauaaEnrichment extends ParseableEnrichment {
val DefaultDeviceClass = "Unknown"
val DefaultResult = Map(decapitalize(UserAgent.DEVICE_CLASS) -> DefaultDeviceClass)

val outputSchema: SchemaKey = SchemaKey("nl.basjes", "yauaa_context", "jsonschema", SchemaVer.Full(1, 0, 4))
val outputSchema: SchemaKey = SchemaKey("nl.basjes", "yauaa_context", "jsonschema", SchemaVer.Full(1, 0, 5))

/**
* Creates a YauaaConf instance from a JValue containing the configuration of the enrichment.
Expand Down

0 comments on commit 1bceaff

Please sign in to comment.