Skip to content

Commit 9f293f3

Browse files
Bring back the json schema entrypoints used by the iOS SDK
This partially reverts commit 8184858.
1 parent 415b2d2 commit 9f293f3

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

rum-events-format.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-07/schema",
3+
"$id": "rum-events-format.json",
4+
"title": "RumEventFormat",
5+
"type": "object",
6+
"description": "Schema of events generated by RUM SDKs",
7+
"oneOf": [
8+
{
9+
"$ref": "schemas/rum-events-schema.json"
10+
},
11+
{
12+
"$ref": "schemas/telemetry-events-schema.json"
13+
}
14+
]
15+
}

session-replay-mobile-format.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-07/schema",
3+
"$id": "session-replay-mobile-format.json",
4+
"$ref": "schemas/session-replay-mobile-schema.json"
5+
}

0 commit comments

Comments
 (0)