@sockethub/schemas 3.0.0-alpha.7 → 3.0.0-alpha.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sockethub/schemas",
3
3
  "description": "JSON schema files for validating Sockethub Activity Streams",
4
- "version": "3.0.0-alpha.7",
4
+ "version": "3.0.0-alpha.9",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "author": "Nick Jennings <nick@silverbucket.net>",
@@ -51,5 +51,5 @@
51
51
  "ajv-formats-draft2019": "^1.6.1",
52
52
  "debug": "^4.4.3"
53
53
  },
54
- "gitHead": "38927776c210a22bc54ceb86ccc7276c5f27b463"
54
+ "gitHead": "b89aac0946735864f3fec3bdc4ea15328b37120e"
55
55
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://sockethub.org/schemas/3.0.0-alpha.7/activity-object.json",
2
+ "$id": "https://sockethub.org/schemas/3.0.0-alpha.9/activity-object.json",
3
3
  "description": "Schema for Sockethub Activity Objects",
4
4
  "type": "object",
5
5
  "required": [
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://sockethub.org/schemas/3.0.0-alpha.7/activity-stream.json",
2
+ "$id": "https://sockethub.org/schemas/3.0.0-alpha.9/activity-stream.json",
3
3
  "description": "Schema for Sockethub Activity Streams",
4
4
  "type": "object",
5
5
  "required": [
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://sockethub.org/schemas/3.0.0-alpha.7/platform.json",
2
+ "$id": "https://sockethub.org/schemas/3.0.0-alpha.9/platform.json",
3
3
  "type": "object",
4
4
  "required": [
5
5
  "name",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://sockethub.org/schemas/3.0.0-alpha.7/sockethub-config.json",
2
+ "$id": "https://sockethub.org/schemas/3.0.0-alpha.9/sockethub-config.json",
3
3
  "description": "Sockethub Config Schema",
4
4
  "type": "object",
5
5
  "required": [