You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: msgspec_schemaorg/enums/intangible/AdultOrientedEnumeration.py
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -19,52 +19,52 @@ class AdultOrientedEnumeration(str, enum.Enum):
19
19
metadata: ClassVar[Dict[str, Dict[str, Any]]] = {
20
20
"AlcoholConsideration": {
21
21
"id": "schema:AlcoholConsideration",
22
-
"comment": "Item contains alcohol or promotes alcohol consumption.",
22
+
"comment": """Item contains alcohol or promotes alcohol consumption.""",
23
23
"label": "AlcoholConsideration",
24
24
},
25
25
"DangerousGoodConsideration": {
26
26
"id": "schema:DangerousGoodConsideration",
27
-
"comment": "The item is dangerous and requires careful handling and/or special training of the user. See also the [UN Model Classification](https://unece.org/DAM/trans/danger/publi/unrec/rev17/English/02EREv17_Part2.pdf) defining the 9 classes of dangerous goods such as explosives, gases, flammables, and more.",
27
+
"comment": """The item is dangerous and requires careful handling and/or special training of the user. See also the [UN Model Classification](https://unece.org/DAM/trans/danger/publi/unrec/rev17/English/02EREv17_Part2.pdf) defining the 9 classes of dangerous goods such as explosives, gases, flammables, and more.""",
28
28
"label": "DangerousGoodConsideration",
29
29
},
30
30
"HealthcareConsideration": {
31
31
"id": "schema:HealthcareConsideration",
32
-
"comment": "Item is a pharmaceutical (e.g., a prescription or OTC drug) or a restricted medical device.",
32
+
"comment": """Item is a pharmaceutical (e.g., a prescription or OTC drug) or a restricted medical device.""",
33
33
"label": "HealthcareConsideration",
34
34
},
35
35
"NarcoticConsideration": {
36
36
"id": "schema:NarcoticConsideration",
37
-
"comment": "Item is a narcotic as defined by the [1961 UN convention](https://www.incb.org/incb/en/narcotic-drugs/Yellowlist/yellow-list.html), for example marijuana or heroin.",
37
+
"comment": """Item is a narcotic as defined by the [1961 UN convention](https://www.incb.org/incb/en/narcotic-drugs/Yellowlist/yellow-list.html), for example marijuana or heroin.""",
"comment": "The item contains sexually oriented content such as nudity, suggestive or explicit material, or related online services, or is intended to enhance sexual activity. Examples: Erotic videos or magazine, sexual enhancement devices, sex toys.",
47
+
"comment": """The item contains sexually oriented content such as nudity, suggestive or explicit material, or related online services, or is intended to enhance sexual activity. Examples: Erotic videos or magazine, sexual enhancement devices, sex toys.""",
48
48
"label": "SexualContentConsideration",
49
49
},
50
50
"TobaccoNicotineConsideration": {
51
51
"id": "schema:TobaccoNicotineConsideration",
52
-
"comment": "Item contains tobacco and/or nicotine, for example cigars, cigarettes, chewing tobacco, e-cigarettes, or hookahs.",
52
+
"comment": """Item contains tobacco and/or nicotine, for example cigars, cigarettes, chewing tobacco, e-cigarettes, or hookahs.""",
53
53
"label": "TobaccoNicotineConsideration",
54
54
},
55
55
"UnclassifiedAdultConsideration": {
56
56
"id": "schema:UnclassifiedAdultConsideration",
57
-
"comment": "The item is suitable only for adults, without indicating why. Due to widespread use of \"adult\" as a euphemism for \"sexual\", many such items are likely suited also for the SexualContentConsideration code.",
57
+
"comment": """The item is suitable only for adults, without indicating why. Due to widespread use of "adult" as a euphemism for "sexual", many such items are likely suited also for the SexualContentConsideration code.""",
58
58
"label": "UnclassifiedAdultConsideration",
59
59
},
60
60
"ViolenceConsideration": {
61
61
"id": "schema:ViolenceConsideration",
62
-
"comment": "Item shows or promotes violence.",
62
+
"comment": """Item shows or promotes violence.""",
63
63
"label": "ViolenceConsideration",
64
64
},
65
65
"WeaponConsideration": {
66
66
"id": "schema:WeaponConsideration",
67
-
"comment": "The item is intended to induce bodily harm, for example guns, mace, combat knives, brass knuckles, nail or other bombs, and spears.",
67
+
"comment": """The item is intended to induce bodily harm, for example guns, mace, combat knives, brass knuckles, nail or other bombs, and spears.""",
Copy file name to clipboardExpand all lines: msgspec_schemaorg/enums/intangible/BodyMeasurementTypeEnumeration.py
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -22,67 +22,67 @@ class BodyMeasurementTypeEnumeration(str, enum.Enum):
22
22
metadata: ClassVar[Dict[str, Dict[str, Any]]] = {
23
23
"BodyMeasurementArm": {
24
24
"id": "schema:BodyMeasurementArm",
25
-
"comment": "Arm length (measured between arms/shoulder line intersection and the prominent wrist bone). Used, for example, to fit shirts.",
25
+
"comment": """Arm length (measured between arms/shoulder line intersection and the prominent wrist bone). Used, for example, to fit shirts.""",
26
26
"label": "BodyMeasurementArm",
27
27
},
28
28
"BodyMeasurementBust": {
29
29
"id": "schema:BodyMeasurementBust",
30
-
"comment": "Maximum girth of bust. Used, for example, to fit women's suits.",
30
+
"comment": """Maximum girth of bust. Used, for example, to fit women's suits.""",
31
31
"label": "BodyMeasurementBust",
32
32
},
33
33
"BodyMeasurementChest": {
34
34
"id": "schema:BodyMeasurementChest",
35
-
"comment": "Maximum girth of chest. Used, for example, to fit men's suits.",
35
+
"comment": """Maximum girth of chest. Used, for example, to fit men's suits.""",
36
36
"label": "BodyMeasurementChest",
37
37
},
38
38
"BodyMeasurementFoot": {
39
39
"id": "schema:BodyMeasurementFoot",
40
-
"comment": "Foot length (measured between end of the most prominent toe and the most prominent part of the heel). Used, for example, to measure socks.",
40
+
"comment": """Foot length (measured between end of the most prominent toe and the most prominent part of the heel). Used, for example, to measure socks.""",
41
41
"label": "BodyMeasurementFoot",
42
42
},
43
43
"BodyMeasurementHand": {
44
44
"id": "schema:BodyMeasurementHand",
45
-
"comment": "Maximum hand girth (measured over the knuckles of the open right hand excluding thumb, fingers together). Used, for example, to fit gloves.",
45
+
"comment": """Maximum hand girth (measured over the knuckles of the open right hand excluding thumb, fingers together). Used, for example, to fit gloves.""",
46
46
"label": "BodyMeasurementHand",
47
47
},
48
48
"BodyMeasurementHead": {
49
49
"id": "schema:BodyMeasurementHead",
50
-
"comment": "Maximum girth of head above the ears. Used, for example, to fit hats.",
50
+
"comment": """Maximum girth of head above the ears. Used, for example, to fit hats.""",
51
51
"label": "BodyMeasurementHead",
52
52
},
53
53
"BodyMeasurementHeight": {
54
54
"id": "schema:BodyMeasurementHeight",
55
-
"comment": "Body height (measured between crown of head and soles of feet). Used, for example, to fit jackets.",
55
+
"comment": """Body height (measured between crown of head and soles of feet). Used, for example, to fit jackets.""",
56
56
"label": "BodyMeasurementHeight",
57
57
},
58
58
"BodyMeasurementHips": {
59
59
"id": "schema:BodyMeasurementHips",
60
-
"comment": "Girth of hips (measured around the buttocks). Used, for example, to fit skirts.",
60
+
"comment": """Girth of hips (measured around the buttocks). Used, for example, to fit skirts.""",
61
61
"label": "BodyMeasurementHips",
62
62
},
63
63
"BodyMeasurementInsideLeg": {
64
64
"id": "schema:BodyMeasurementInsideLeg",
65
-
"comment": "Inside leg (measured between crotch and soles of feet). Used, for example, to fit pants.",
65
+
"comment": """Inside leg (measured between crotch and soles of feet). Used, for example, to fit pants.""",
66
66
"label": "BodyMeasurementInsideLeg",
67
67
},
68
68
"BodyMeasurementNeck": {
69
69
"id": "schema:BodyMeasurementNeck",
70
-
"comment": "Girth of neck. Used, for example, to fit shirts.",
70
+
"comment": """Girth of neck. Used, for example, to fit shirts.""",
71
71
"label": "BodyMeasurementNeck",
72
72
},
73
73
"BodyMeasurementUnderbust": {
74
74
"id": "schema:BodyMeasurementUnderbust",
75
-
"comment": "Girth of body just below the bust. Used, for example, to fit women's swimwear.",
75
+
"comment": """Girth of body just below the bust. Used, for example, to fit women's swimwear.""",
76
76
"label": "BodyMeasurementUnderbust",
77
77
},
78
78
"BodyMeasurementWaist": {
79
79
"id": "schema:BodyMeasurementWaist",
80
-
"comment": "Girth of natural waistline (between hip bones and lower ribs). Used, for example, to fit pants.",
80
+
"comment": """Girth of natural waistline (between hip bones and lower ribs). Used, for example, to fit pants.""",
81
81
"label": "BodyMeasurementWaist",
82
82
},
83
83
"BodyMeasurementWeight": {
84
84
"id": "schema:BodyMeasurementWeight",
85
-
"comment": "Body weight. Used, for example, to measure pantyhose.",
85
+
"comment": """Body weight. Used, for example, to measure pantyhose.""",
Copy file name to clipboardExpand all lines: msgspec_schemaorg/enums/intangible/BookFormatType.py
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,27 +14,27 @@ class BookFormatType(str, enum.Enum):
14
14
metadata: ClassVar[Dict[str, Dict[str, Any]]] = {
15
15
"AudiobookFormat": {
16
16
"id": "schema:AudiobookFormat",
17
-
"comment": "Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which includes Audiobook specific properties.",
17
+
"comment": """Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which includes Audiobook specific properties.""",
18
18
"label": "AudiobookFormat",
19
19
},
20
20
"EBook": {
21
21
"id": "schema:EBook",
22
-
"comment": "Book format: Ebook.",
22
+
"comment": """Book format: Ebook.""",
23
23
"label": "EBook",
24
24
},
25
25
"GraphicNovel": {
26
26
"id": "schema:GraphicNovel",
27
-
"comment": "Book format: GraphicNovel. May represent a bound collection of ComicIssue instances.",
27
+
"comment": """Book format: GraphicNovel. May represent a bound collection of ComicIssue instances.""",
Copy file name to clipboardExpand all lines: msgspec_schemaorg/enums/intangible/DayOfWeek.py
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -17,42 +17,42 @@ class DayOfWeek(str, enum.Enum):
17
17
metadata: ClassVar[Dict[str, Dict[str, Any]]] = {
18
18
"Friday": {
19
19
"id": "schema:Friday",
20
-
"comment": "The day of the week between Thursday and Saturday.",
20
+
"comment": """The day of the week between Thursday and Saturday.""",
21
21
"label": "Friday",
22
22
},
23
23
"Monday": {
24
24
"id": "schema:Monday",
25
-
"comment": "The day of the week between Sunday and Tuesday.",
25
+
"comment": """The day of the week between Sunday and Tuesday.""",
26
26
"label": "Monday",
27
27
},
28
28
"PublicHolidays": {
29
29
"id": "schema:PublicHolidays",
30
-
"comment": "This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a \"day of the week\", it can be used with [[OpeningHoursSpecification]]. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs.",
30
+
"comment": """This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a "day of the week", it can be used with [[OpeningHoursSpecification]]. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs.""",
31
31
"label": "PublicHolidays",
32
32
},
33
33
"Saturday": {
34
34
"id": "schema:Saturday",
35
-
"comment": "The day of the week between Friday and Sunday.",
35
+
"comment": """The day of the week between Friday and Sunday.""",
36
36
"label": "Saturday",
37
37
},
38
38
"Sunday": {
39
39
"id": "schema:Sunday",
40
-
"comment": "The day of the week between Saturday and Monday.",
40
+
"comment": """The day of the week between Saturday and Monday.""",
41
41
"label": "Sunday",
42
42
},
43
43
"Thursday": {
44
44
"id": "schema:Thursday",
45
-
"comment": "The day of the week between Wednesday and Friday.",
45
+
"comment": """The day of the week between Wednesday and Friday.""",
46
46
"label": "Thursday",
47
47
},
48
48
"Tuesday": {
49
49
"id": "schema:Tuesday",
50
-
"comment": "The day of the week between Monday and Wednesday.",
50
+
"comment": """The day of the week between Monday and Wednesday.""",
51
51
"label": "Tuesday",
52
52
},
53
53
"Wednesday": {
54
54
"id": "schema:Wednesday",
55
-
"comment": "The day of the week between Tuesday and Thursday.",
55
+
"comment": """The day of the week between Tuesday and Thursday.""",
0 commit comments