Skip to content

Commit f55c0e0

Browse files
committed
add ap-note.json
1 parent 592249b commit f55c0e0

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

m/ap-note.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"type": "object",
3+
"properties": {
4+
"actorURL": {
5+
"type": "string"
6+
},
7+
"noteURL": {
8+
"type": "string"
9+
}
10+
},
11+
"additionalProperties": false,
12+
"required": ["actorURL", "noteURL"]
13+
}

0 commit comments

Comments
 (0)