@kohost/api-client 3.9.9 → 3.9.11

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.
@@ -20,20 +20,24 @@
20
20
  "driver": {
21
21
  "$ref": "definitions.json#/definitions/driver"
22
22
  },
23
- "message": {
24
- "type": "string"
25
- },
26
- "field1": {
27
- "type":"string"
28
- },
29
- "field2": {
30
- "type":"string"
31
- },
32
- "field3": {
33
- "type":"string"
34
- },
35
- "field4": {
36
- "type":"string"
23
+ "name": {
24
+ "type": "string",
25
+ "description": "Event name"
37
26
  }
38
- }
27
+ },
28
+ "patternProperties": {
29
+ "^field[0-9]+$": {
30
+ "type":"object",
31
+ "required": ["name", "value"],
32
+ "properties": {
33
+ "name": {
34
+ "type": "string"
35
+ },
36
+ "value": {
37
+ "type": "string"
38
+ }
39
+ }
40
+ }
41
+ },
42
+ "additionalProperties": false
39
43
  }
@@ -13872,22 +13872,26 @@ var require_log = __commonJS({
13872
13872
  driver: {
13873
13873
  $ref: "definitions.json#/definitions/driver"
13874
13874
  },
13875
- message: {
13876
- type: "string"
13877
- },
13878
- field1: {
13879
- type: "string"
13880
- },
13881
- field2: {
13882
- type: "string"
13883
- },
13884
- field3: {
13885
- type: "string"
13886
- },
13887
- field4: {
13888
- type: "string"
13875
+ name: {
13876
+ type: "string",
13877
+ description: "Event name"
13889
13878
  }
13890
- }
13879
+ },
13880
+ patternProperties: {
13881
+ "^field[0-9]+$": {
13882
+ type: "object",
13883
+ required: ["name", "value"],
13884
+ properties: {
13885
+ name: {
13886
+ type: "string"
13887
+ },
13888
+ value: {
13889
+ type: "string"
13890
+ }
13891
+ }
13892
+ }
13893
+ },
13894
+ additionalProperties: false
13891
13895
  };
13892
13896
  }
13893
13897
  });