Skip to content

Commit 073c9db

Browse files
committed
Fetch multiple items
1 parent 0bb6757 commit 073c9db

File tree

4 files changed

+22
-20
lines changed

4 files changed

+22
-20
lines changed

special-pages/pages/new-tab/messages/activity_getDataForUrl.request.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

special-pages/pages/new-tab/messages/activity_getDataForUrl.response.json

Lines changed: 0 additions & 8 deletions
This file was deleted.
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+
"type": "object",
4+
"required": ["urls"],
5+
"title": "Get Data For URLs Params",
6+
"properties": {
7+
"urls": {
8+
"description": "The History Entry URLs that should be returned",
9+
"type": "array",
10+
"items": {
11+
"type": "string"
12+
}
13+
}
14+
}
15+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"type": "array",
4+
"items": {
5+
"$ref": "types/activity-domain-activity.json"
6+
}
7+
}

0 commit comments

Comments
 (0)