Skip to content

Commit

Permalink
Add com.snowplowanalytics.snowplow/application/jsonschema/1-0-0 (close
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein authored Nov 14, 2024
1 parent 66e1dba commit aae3810
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
"description": "Schema for an application context which tracks the app version.",
"self": {
"vendor": "com.snowplowanalytics.snowplow",
"name": "application",
"format": "jsonschema",
"version": "1-0-0"
},
"type": "object",
"properties": {
"version": {
"type": "string",
"description": "Version of the application. Can be a semver-like structure (e.g 1.1.0) or a Git commit SHA hash.",
"maxLength": 255
}
},
"required": ["version"],
"additionalProperties": false
}

0 comments on commit aae3810

Please sign in to comment.