@kohost/api-client 3.9.10 → 3.9.12

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.
@@ -3,11 +3,7 @@
3
3
  "$id": "log.json",
4
4
  "title": "Log",
5
5
  "type": "object",
6
- "required": ["id", "timestamp"],
7
6
  "properties": {
8
- "id": {
9
- "$ref": "definitions.json#/definitions/id"
10
- },
11
7
  "type": {
12
8
  "type": "string",
13
9
  "default": "log",
@@ -17,27 +13,82 @@
17
13
  "type": "number",
18
14
  "minimum": 1655907956593
19
15
  },
20
- "driver": {
21
- "$ref": "definitions.json#/definitions/driver"
22
- },
16
+
23
17
  "name": {
24
18
  "type": "string",
25
19
  "description": "Event name"
26
20
  },
27
- "patternProperties": {
28
- "^field[0-9]+$": {
29
- "type":"object",
30
- "required": ["name", "value"],
31
- "properties": {
32
- "name": {
33
- "type": "string"
34
- },
35
- "value": {
36
- "type": "string"
37
- }
21
+ "field1": {
22
+ "type": "object",
23
+ "required": ["name", "value"],
24
+ "properties": {
25
+ "name": {
26
+ "type": "string"
27
+ },
28
+ "value": {
29
+ "type": "string"
30
+ }
31
+ }
32
+ },
33
+ "field2": {
34
+ "type": "object",
35
+ "required": ["name", "value"],
36
+ "properties": {
37
+ "name": {
38
+ "type": "string"
39
+ },
40
+ "value": {
41
+ "type": "string"
42
+ }
43
+ }
44
+ },
45
+ "field3": {
46
+ "type": "object",
47
+ "required": ["name", "value"],
48
+ "properties": {
49
+ "name": {
50
+ "type": "string"
51
+ },
52
+ "value": {
53
+ "type": "string"
38
54
  }
39
55
  }
40
56
  },
41
- "additionalProperties": false
57
+ "field4": {
58
+ "type": "object",
59
+ "required": ["name", "value"],
60
+ "properties": {
61
+ "name": {
62
+ "type": "string"
63
+ },
64
+ "value": {
65
+ "type": "string"
66
+ }
67
+ }
68
+ },
69
+ "field5": {
70
+ "type": "object",
71
+ "required": ["name", "value"],
72
+ "properties": {
73
+ "name": {
74
+ "type": "string"
75
+ },
76
+ "value": {
77
+ "type": "string"
78
+ }
79
+ }
80
+ },
81
+ "field6": {
82
+ "type": "object",
83
+ "required": ["name", "value"],
84
+ "properties": {
85
+ "name": {
86
+ "type": "string"
87
+ },
88
+ "value": {
89
+ "type": "string"
90
+ }
91
+ }
92
+ }
42
93
  }
43
94
  }
@@ -13855,11 +13855,7 @@ var require_log = __commonJS({
13855
13855
  $id: "log.json",
13856
13856
  title: "Log",
13857
13857
  type: "object",
13858
- required: ["id", "timestamp"],
13859
13858
  properties: {
13860
- id: {
13861
- $ref: "definitions.json#/definitions/id"
13862
- },
13863
13859
  type: {
13864
13860
  type: "string",
13865
13861
  default: "log",
@@ -13869,28 +13865,82 @@ var require_log = __commonJS({
13869
13865
  type: "number",
13870
13866
  minimum: 1655907956593
13871
13867
  },
13872
- driver: {
13873
- $ref: "definitions.json#/definitions/driver"
13874
- },
13875
13868
  name: {
13876
13869
  type: "string",
13877
13870
  description: "Event name"
13878
13871
  },
13879
- patternProperties: {
13880
- "^field[0-9]+$": {
13881
- type: "object",
13882
- required: ["name", "value"],
13883
- properties: {
13884
- name: {
13885
- type: "string"
13886
- },
13887
- value: {
13888
- type: "string"
13889
- }
13872
+ field1: {
13873
+ type: "object",
13874
+ required: ["name", "value"],
13875
+ properties: {
13876
+ name: {
13877
+ type: "string"
13878
+ },
13879
+ value: {
13880
+ type: "string"
13881
+ }
13882
+ }
13883
+ },
13884
+ field2: {
13885
+ type: "object",
13886
+ required: ["name", "value"],
13887
+ properties: {
13888
+ name: {
13889
+ type: "string"
13890
+ },
13891
+ value: {
13892
+ type: "string"
13893
+ }
13894
+ }
13895
+ },
13896
+ field3: {
13897
+ type: "object",
13898
+ required: ["name", "value"],
13899
+ properties: {
13900
+ name: {
13901
+ type: "string"
13902
+ },
13903
+ value: {
13904
+ type: "string"
13905
+ }
13906
+ }
13907
+ },
13908
+ field4: {
13909
+ type: "object",
13910
+ required: ["name", "value"],
13911
+ properties: {
13912
+ name: {
13913
+ type: "string"
13914
+ },
13915
+ value: {
13916
+ type: "string"
13917
+ }
13918
+ }
13919
+ },
13920
+ field5: {
13921
+ type: "object",
13922
+ required: ["name", "value"],
13923
+ properties: {
13924
+ name: {
13925
+ type: "string"
13926
+ },
13927
+ value: {
13928
+ type: "string"
13890
13929
  }
13891
13930
  }
13892
13931
  },
13893
- additionalProperties: false
13932
+ field6: {
13933
+ type: "object",
13934
+ required: ["name", "value"],
13935
+ properties: {
13936
+ name: {
13937
+ type: "string"
13938
+ },
13939
+ value: {
13940
+ type: "string"
13941
+ }
13942
+ }
13943
+ }
13894
13944
  }
13895
13945
  };
13896
13946
  }