Skip to content

Commit

Permalink
Merge pull request #1390 from snowplow/release/r154
Browse files Browse the repository at this point in the history
Release 154
  • Loading branch information
jbeemster authored Feb 21, 2024
2 parents 7716286 + aafbe47 commit 9d453a5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Release 154 (2024-02-21)
------------------------
Add com.snowplowanalytics.snowplow/event_specification/jsonschema/1-0-0 (#1389)

Release 153 (2024-02-12)
------------------------
Add com.snowplowanalytics.snowplow/javascript_script_config/jsonschema/1-0-1 (#1370)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
"self": {
"vendor": "com.snowplowanalytics.snowplow",
"name": "event_specification",
"format": "jsonschema",
"version": "1-0-0"
},
"description": "Entity schema for referencing an event specification",
"properties": {
"id": {
"description": "Identifier for the event specification that the event adheres to",
"type": "string",
"maxLength": 254,
"minLength": 1
}
},
"additionalProperties": false,
"type": "object",
"required": [
"id"
]
}

0 comments on commit 9d453a5

Please sign in to comment.