|
11 | 11 | "anyOf": [ |
12 | 12 | { |
13 | 13 | "title": "Year", |
14 | | - "description": "Gregorian calendar year of 365 days. Use only as a denominator because durationItemType is not numeric and has no units.", |
| 14 | + "description": "Gregorian calendar year of 365 days. Use only as a denominator because durationItemType is not numeric and has no units", |
15 | 15 | "x-status": "REC", |
16 | 16 | "x-symbol": "yr", |
17 | 17 | "const": "Y" |
18 | 18 | }, |
19 | 19 | { |
20 | 20 | "title": "Month", |
21 | | - "description": "Gregorian calendar month of 30.41 days. Use only as a denominator because durationItemType is not numeric and has no units.", |
| 21 | + "description": "Gregorian calendar month of 30.41 days. Use only as a denominator because durationItemType is not numeric and has no units", |
22 | 22 | "x-status": "REC", |
23 | 23 | "x-symbol": "mo", |
24 | 24 | "const": "M" |
25 | 25 | }, |
26 | 26 | { |
27 | 27 | "title": "Day", |
28 | | - "description": "Day of 24 hours. Use only as a denominator because durationItemType is not numeric and has no units.", |
| 28 | + "description": "Day of 24 hours. Use only as a denominator because durationItemType is not numeric and has no units", |
29 | 29 | "x-status": "REC", |
30 | 30 | "x-symbol": "d", |
31 | 31 | "const": "D" |
32 | 32 | }, |
33 | 33 | { |
34 | 34 | "title": "Hour", |
35 | | - "description": "Hour of 60 minutes. Use only as a denominator because durationItemType is not numeric and has no units.", |
| 35 | + "description": "Hour of 60 minutes. Use only as a denominator because durationItemType is not numeric and has no units", |
36 | 36 | "x-status": "REC", |
37 | 37 | "x-symbol": "h", |
38 | 38 | "const": "H" |
39 | 39 | }, |
40 | 40 | { |
41 | 41 | "title": "Minute", |
42 | | - "description": "Minute of 60 seconds. Use only as a denominator because durationItemType is not numeric and has no units.", |
| 42 | + "description": "Minute of 60 seconds. Use only as a denominator because durationItemType is not numeric and has no units", |
43 | 43 | "x-status": "REC", |
44 | 44 | "x-symbol": "m", |
45 | 45 | "const": "MM" |
46 | 46 | }, |
47 | 47 | { |
48 | 48 | "title": "Second", |
49 | | - "description": "Second. Use only as a denominator because durationItemType is not numeric and has no units.", |
| 49 | + "description": "Second. Use only as a denominator because durationItemType is not numeric and has no units", |
50 | 50 | "x-status": "REC", |
51 | 51 | "x-symbol": "s", |
52 | 52 | "const": "S" |
53 | 53 | }, |
54 | 54 | { |
55 | 55 | "title": "Quarter", |
56 | | - "description": "Gregorian Calendar Quarter (three months). Use only as a denominator because durationItemType is not numeric and has no units.", |
| 56 | + "description": "Gregorian Calendar Quarter (three months). Use only as a denominator because durationItemType is not numeric and has no units", |
57 | 57 | "x-status": "REC", |
58 | 58 | "x-symbol": "qtr", |
59 | 59 | "const": "Q" |
60 | 60 | }, |
61 | 61 | { |
62 | 62 | "title": "Week", |
63 | | - "description": "Gregorian Calendar Week. Use only as a denominator because durationItemType is not numeric and has no units.", |
| 63 | + "description": "Gregorian Calendar Week. Use only as a denominator because durationItemType is not numeric and has no units", |
64 | 64 | "x-status": "REC", |
65 | 65 | "x-symbol": "wk", |
66 | 66 | "const": "WK" |
|
0 commit comments