5etools-utils 0.13.35 → 0.13.36

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,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.13.35",
3
+ "version": "0.13.36",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -0,0 +1,53 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "converter.json",
4
+ "version": "1.0.0",
5
+ "type": "object",
6
+ "properties": {
7
+ "converterSample": {
8
+ "type": "array",
9
+ "minItems": 1,
10
+ "uniqueItems": true,
11
+ "items": {
12
+ "type": "object",
13
+ "properties": {
14
+ "converterId": {
15
+ "type": "string",
16
+ "enum": [
17
+ "background",
18
+ "monster",
19
+ "generic",
20
+ "feat",
21
+ "item",
22
+ "race",
23
+ "spell",
24
+ "table"
25
+ ]
26
+ },
27
+ "format": {
28
+ "type": "string",
29
+ "enum": [
30
+ "txt",
31
+ "md",
32
+ "html"
33
+ ]
34
+ },
35
+ "edition": {
36
+ "$ref": "util-edition.json#/$defs/edition"
37
+ },
38
+ "text": {
39
+ "type": "string"
40
+ }
41
+ },
42
+ "required": [
43
+ "converterId",
44
+ "format",
45
+ "edition",
46
+ "text"
47
+ ],
48
+ "additionalProperties": false
49
+ }
50
+ }
51
+ },
52
+ "additionalProperties": false
53
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "converter.json",
4
+ "version": "1.0.0",
5
+ "type": "object",
6
+ "properties": {
7
+ "converterSample": {
8
+ "type": "array",
9
+ "minItems": 1,
10
+ "uniqueItems": true,
11
+ "items": {
12
+ "type": "object",
13
+ "properties": {
14
+ "converterId": {
15
+ "type": "string",
16
+ "enum": [
17
+ "background",
18
+ "monster",
19
+ "generic",
20
+ "feat",
21
+ "item",
22
+ "race",
23
+ "spell",
24
+ "table"
25
+ ]
26
+ },
27
+ "format": {
28
+ "type": "string",
29
+ "enum": [
30
+ "txt",
31
+ "md",
32
+ "html"
33
+ ]
34
+ },
35
+ "edition": {
36
+ "$ref": "util-edition.json#/$defs/edition"
37
+ },
38
+ "text": {
39
+ "type": "string"
40
+ }
41
+ },
42
+ "required": [
43
+ "converterId",
44
+ "format",
45
+ "edition",
46
+ "text"
47
+ ],
48
+ "additionalProperties": false
49
+ }
50
+ }
51
+ },
52
+ "additionalProperties": false
53
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "converter.json",
4
+ "version": "1.0.0",
5
+ "type": "object",
6
+ "properties": {
7
+ "converterSample": {
8
+ "type": "array",
9
+ "minItems": 1,
10
+ "uniqueItems": true,
11
+ "items": {
12
+ "type": "object",
13
+ "properties": {
14
+ "converterId": {
15
+ "type": "string",
16
+ "enum": [
17
+ "background",
18
+ "monster",
19
+ "generic",
20
+ "feat",
21
+ "item",
22
+ "race",
23
+ "spell",
24
+ "table"
25
+ ]
26
+ },
27
+ "format": {
28
+ "type": "string",
29
+ "enum": [
30
+ "txt",
31
+ "md",
32
+ "html"
33
+ ]
34
+ },
35
+ "edition": {
36
+ "$ref": "util-edition.json#/$defs/edition"
37
+ },
38
+ "text": {
39
+ "type": "string"
40
+ }
41
+ },
42
+ "required": [
43
+ "converterId",
44
+ "format",
45
+ "edition",
46
+ "text"
47
+ ],
48
+ "additionalProperties": false
49
+ }
50
+ }
51
+ },
52
+ "additionalProperties": false
53
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "converter.json",
4
+ "version": "1.0.0",
5
+ "type": "object",
6
+ "properties": {
7
+ "converterSample": {
8
+ "type": "array",
9
+ "minItems": 1,
10
+ "uniqueItems": true,
11
+ "items": {
12
+ "type": "object",
13
+ "properties": {
14
+ "converterId": {
15
+ "type": "string",
16
+ "enum": [
17
+ "background",
18
+ "monster",
19
+ "generic",
20
+ "feat",
21
+ "item",
22
+ "race",
23
+ "spell",
24
+ "table"
25
+ ]
26
+ },
27
+ "format": {
28
+ "type": "string",
29
+ "enum": [
30
+ "txt",
31
+ "md",
32
+ "html"
33
+ ]
34
+ },
35
+ "edition": {
36
+ "$ref": "util-edition.json#/$defs/edition"
37
+ },
38
+ "text": {
39
+ "type": "string"
40
+ }
41
+ },
42
+ "required": [
43
+ "converterId",
44
+ "format",
45
+ "edition",
46
+ "text"
47
+ ],
48
+ "additionalProperties": false
49
+ }
50
+ }
51
+ },
52
+ "additionalProperties": false
53
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "converter.json",
4
+ "version": "1.0.0",
5
+ "type": "object",
6
+ "properties": {
7
+ "converterSample": {
8
+ "type": "array",
9
+ "minItems": 1,
10
+ "uniqueItems": true,
11
+ "items": {
12
+ "type": "object",
13
+ "properties": {
14
+ "converterId": {
15
+ "type": "string",
16
+ "enum": [
17
+ "background",
18
+ "monster",
19
+ "generic",
20
+ "feat",
21
+ "item",
22
+ "race",
23
+ "spell",
24
+ "table"
25
+ ]
26
+ },
27
+ "format": {
28
+ "type": "string",
29
+ "enum": [
30
+ "txt",
31
+ "md",
32
+ "html"
33
+ ]
34
+ },
35
+ "edition": {
36
+ "$ref": "util-edition.json#/$defs/edition"
37
+ },
38
+ "text": {
39
+ "type": "string"
40
+ }
41
+ },
42
+ "required": [
43
+ "converterId",
44
+ "format",
45
+ "edition",
46
+ "text"
47
+ ],
48
+ "additionalProperties": false
49
+ }
50
+ }
51
+ },
52
+ "additionalProperties": false
53
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "converter.json",
4
+ "version": "1.0.0",
5
+ "type": "object",
6
+ "properties": {
7
+ "converterSample": {
8
+ "type": "array",
9
+ "minItems": 1,
10
+ "uniqueItems": true,
11
+ "items": {
12
+ "type": "object",
13
+ "properties": {
14
+ "converterId": {
15
+ "type": "string",
16
+ "enum": [
17
+ "background",
18
+ "monster",
19
+ "generic",
20
+ "feat",
21
+ "item",
22
+ "race",
23
+ "spell",
24
+ "table"
25
+ ]
26
+ },
27
+ "format": {
28
+ "type": "string",
29
+ "enum": [
30
+ "txt",
31
+ "md",
32
+ "html"
33
+ ]
34
+ },
35
+ "edition": {
36
+ "$ref": "util-edition.json#/$defs/edition"
37
+ },
38
+ "text": {
39
+ "type": "string"
40
+ }
41
+ },
42
+ "required": [
43
+ "converterId",
44
+ "format",
45
+ "edition",
46
+ "text"
47
+ ],
48
+ "additionalProperties": false
49
+ }
50
+ }
51
+ },
52
+ "additionalProperties": false
53
+ }