Skip to content

Commit 1c97a5d

Browse files
Run yarn format -w
1 parent e6f0103 commit 1c97a5d

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

schemas/session-replay/browser/changes/add-element-node-change-schema.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"type": "array",
66
"description": "Browser-specific. Schema representing the addition of a new element node to the document.",
77
"minItems": 2,
8-
"items": [
9-
{ "$ref": "node-references/insertion-point-schema.json" },
10-
{ "$ref": "node-names/node-name-schema.json" }
11-
],
8+
"items": [{ "$ref": "node-references/insertion-point-schema.json" }, { "$ref": "node-names/node-name-schema.json" }],
129
"additionalItems": { "$ref": "attribute-assignment-schema.json" }
1310
}

schemas/session-replay/browser/changes/adopted-stylesheets-change-schema.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"type": "array",
66
"description": "Browser-specific. Schema representing a change to the adopted stylesheets of a document or shadow DOM subtree.",
77
"minItems": 1,
8-
"items": [
9-
{ "$ref": "node-references/node-id-schema.json" }
10-
],
8+
"items": [{ "$ref": "node-references/node-id-schema.json" }],
119
"additionalItems": {
1210
"$ref": "../stylesheet-schema.json"
1311
}

schemas/session-replay/browser/changes/attribute-change-schema.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"type": "array",
66
"description": "Browser-specific. Schema representing a change to an node's attributes.",
77
"minItems": 1,
8-
"items": [
9-
{ "$ref": "node-references/node-id-schema.json" }
10-
],
8+
"items": [{ "$ref": "node-references/node-id-schema.json" }],
119
"additionalItems": {
1210
"$ref": "attribute-assignment-or-deletion-schema.json"
1311
}

0 commit comments

Comments
 (0)