|
1 | 1 | { |
2 | 2 | "openapi": "3.0.0", |
3 | 3 | "info": { |
4 | | - "version": "1.1.5", |
| 4 | + "version": "1.1.6", |
5 | 5 | "title": "OB OpenAPI Taxonomy", |
6 | 6 | "description": "OB OpenAPI Definitions For Orange Button." |
7 | 7 | }, |
|
8881 | 8881 | "textBlockItemType": { |
8882 | 8882 | "description": "textBlockItemType specializes xmlNodesItemType. The unescaped content MUST have mixed content containing a simple string, or a fragment of XHTML or a mixture of both." |
8883 | 8883 | }, |
8884 | | - "num:percentItemType": { |
8885 | | - "description": "The percent item type is used to indicate that the value of the element is intended to be presented as a percentage. This does not contravene Specification section 4.8.2, which requires that percentages not be multiplied by 100." |
8886 | | - }, |
8887 | | - "weightItemType": { |
8888 | | - "description": "The weight item type represents the weight of an object which can be measured." |
8889 | | - }, |
8890 | | - "num-us:insolationItemType": { |
8891 | | - "description": "The insolation item type is used to represent a measure of energy per area over a period of time." |
8892 | | - }, |
8893 | | - "num-us:irradianceItemType": { |
8894 | | - "description": "The irradiance item type is used to represent a measure irradiance (power per unit area)" |
8895 | | - }, |
8896 | | - "num-us:speedItemType": { |
8897 | | - "description": " The speed item type is used to represent a measure of speed (distance travelled by an object per unit time). Units include knots, mach, and metres per second." |
8898 | | - }, |
8899 | | - "massFlowItemType": { |
8900 | | - "description": "The mass flow item type is used to represent a measure of mass flow rate." |
8901 | | - }, |
8902 | | - "monetaryPerLengthItemType": { |
8903 | | - "description": "The monetary per length item type is used to represent a measure of price or cost per unit length" |
8904 | | - }, |
8905 | | - "monetaryPerAreaItemType": { |
8906 | | - "description": "The monetary per area item type is used to represent a measure of price or cost per unit area" |
8907 | | - }, |
8908 | | - "monetaryPerVolumeItemType": { |
8909 | | - "description": "The monetary per volume item type is used to represent a measure of price or cost per unit volume" |
8910 | | - }, |
8911 | | - "monetaryPerDurationItemType": { |
8912 | | - "description": "The monetary per duration item type is used to represent a measure of price or cost per unit duration" |
8913 | | - }, |
8914 | | - "monetaryPerEnergyItemType": { |
8915 | | - "description": "The monetary per energy item type is used to represent a measure of price or cost per unit energy" |
8916 | | - }, |
8917 | | - "monetaryPerMassItemType": { |
8918 | | - "description": "The monetary per mass item type is used to represent a measure of price or cost per unit mass" |
8919 | | - }, |
8920 | 8884 | "solar-types:inverterItemType": { |
8921 | 8885 | "description": "", |
8922 | 8886 | "enums": { |
@@ -12546,6 +12510,316 @@ |
12546 | 12510 | "description": "Use when the object (e.g., Array) has modules in both Portrait and Landscape " |
12547 | 12511 | } |
12548 | 12512 | } |
| 12513 | + }, |
| 12514 | + "weightItemType": { |
| 12515 | + "description": "Units for weight", |
| 12516 | + "units": { |
| 12517 | + "lb": { |
| 12518 | + "label": "Pound", |
| 12519 | + "description": "" |
| 12520 | + }, |
| 12521 | + "kg": { |
| 12522 | + "label": "Kilogram", |
| 12523 | + "description": "" |
| 12524 | + }, |
| 12525 | + "T": { |
| 12526 | + "label": "Ton", |
| 12527 | + "description": "US ton, equal to 2000lb" |
| 12528 | + }, |
| 12529 | + "t": { |
| 12530 | + "label": "Tonne", |
| 12531 | + "description": "Metric ton, equal to 1000kg" |
| 12532 | + } |
| 12533 | + } |
| 12534 | + }, |
| 12535 | + "irradianceItemType": { |
| 12536 | + "description": "Units for irradiance", |
| 12537 | + "units": { |
| 12538 | + "W_per_sqm": { |
| 12539 | + "label": "Watts per square meter", |
| 12540 | + "description": "" |
| 12541 | + }, |
| 12542 | + "kW_per_sqm": { |
| 12543 | + "label": "Kilowatts per square meter", |
| 12544 | + "description": "" |
| 12545 | + } |
| 12546 | + } |
| 12547 | + }, |
| 12548 | + "insolationItemType": { |
| 12549 | + "description": "Units for insolation (time-integrated irradiance)", |
| 12550 | + "units": { |
| 12551 | + "Wh_per_sqm": { |
| 12552 | + "label": "Watt-hours per square meter", |
| 12553 | + "description": "" |
| 12554 | + }, |
| 12555 | + "kWh_per_sqm": { |
| 12556 | + "label": "Kilowatt-hours per square meter", |
| 12557 | + "description": "" |
| 12558 | + } |
| 12559 | + } |
| 12560 | + }, |
| 12561 | + "speedItemType": { |
| 12562 | + "description": "Units for speed", |
| 12563 | + "units": { |
| 12564 | + "mi_per_h": { |
| 12565 | + "label": "Miles per hour", |
| 12566 | + "description": "" |
| 12567 | + }, |
| 12568 | + "ft_per_s": { |
| 12569 | + "label": "Feet per second", |
| 12570 | + "description": "" |
| 12571 | + }, |
| 12572 | + "m_per_s": { |
| 12573 | + "label": "Meters per second", |
| 12574 | + "description": "" |
| 12575 | + }, |
| 12576 | + "km_per_h": { |
| 12577 | + "label": "Kilometers per hour", |
| 12578 | + "description": "" |
| 12579 | + } |
| 12580 | + } |
| 12581 | + }, |
| 12582 | + "percentItemType": { |
| 12583 | + "description": "Percent unit", |
| 12584 | + "units": { |
| 12585 | + "percent": { |
| 12586 | + "label": "Percent", |
| 12587 | + "description": "" |
| 12588 | + } |
| 12589 | + } |
| 12590 | + }, |
| 12591 | + "perUnitItemType": { |
| 12592 | + "description": "Per unit", |
| 12593 | + "units": { |
| 12594 | + "pu": { |
| 12595 | + "label": "Per unit", |
| 12596 | + "description": "" |
| 12597 | + } |
| 12598 | + } |
| 12599 | + }, |
| 12600 | + "tempCoefficientItemType": { |
| 12601 | + "description": "Units for temperature coefficients, which are change in numerator per unit change in temperature", |
| 12602 | + "units": { |
| 12603 | + "V_per_Cel": { |
| 12604 | + "label": "Voltage per degree Celsius", |
| 12605 | + "description": "" |
| 12606 | + }, |
| 12607 | + "A_per_Cel": { |
| 12608 | + "label": "Ampere per degree Celsius", |
| 12609 | + "description": "" |
| 12610 | + }, |
| 12611 | + "W_per_Cel": { |
| 12612 | + "label": "Watts per degree Celsius", |
| 12613 | + "description": "" |
| 12614 | + }, |
| 12615 | + "percent_per_Cel": { |
| 12616 | + "label": "Percent change per degree Celsius", |
| 12617 | + "description": "" |
| 12618 | + }, |
| 12619 | + "pu_per_Cel": { |
| 12620 | + "label": "Change per unit, per degree Celsius", |
| 12621 | + "description": "Unit equal to 1/C" |
| 12622 | + } |
| 12623 | + } |
| 12624 | + }, |
| 12625 | + "monetaryPerAreaItemType": { |
| 12626 | + "description": "Currency per unit area", |
| 12627 | + "units": { |
| 12628 | + "USD_per_acre": { |
| 12629 | + "label": "US dollars per acre", |
| 12630 | + "description": "" |
| 12631 | + }, |
| 12632 | + "USD_per_sqmi": { |
| 12633 | + "label": "US dollars per square mile", |
| 12634 | + "description": "" |
| 12635 | + }, |
| 12636 | + "USD_per_sqm": { |
| 12637 | + "label": "US dollars per square meter", |
| 12638 | + "description": "" |
| 12639 | + }, |
| 12640 | + "USD_per_sqkm": { |
| 12641 | + "label": "US dollars per square kilometer", |
| 12642 | + "description": "" |
| 12643 | + }, |
| 12644 | + "EUR_per_sqm": { |
| 12645 | + "label": "Euros per square meter", |
| 12646 | + "description": "" |
| 12647 | + }, |
| 12648 | + "EUR_per_sqkm": { |
| 12649 | + "label": "Euros per square kilometer", |
| 12650 | + "description": "" |
| 12651 | + } |
| 12652 | + } |
| 12653 | + }, |
| 12654 | + "durationItemType": { |
| 12655 | + "description": "Units for time periods", |
| 12656 | + "units": { |
| 12657 | + "y": { |
| 12658 | + "label": "Year", |
| 12659 | + "description": "" |
| 12660 | + }, |
| 12661 | + "mo": { |
| 12662 | + "label": "Month", |
| 12663 | + "description": "" |
| 12664 | + }, |
| 12665 | + "d": { |
| 12666 | + "label": "Day", |
| 12667 | + "description": "" |
| 12668 | + }, |
| 12669 | + "h": { |
| 12670 | + "label": "Hour", |
| 12671 | + "description": "" |
| 12672 | + }, |
| 12673 | + "min": { |
| 12674 | + "label": "Minute", |
| 12675 | + "description": "" |
| 12676 | + }, |
| 12677 | + "s": { |
| 12678 | + "label": "Second", |
| 12679 | + "description": "" |
| 12680 | + } |
| 12681 | + } |
| 12682 | + }, |
| 12683 | + "monetaryPerDurationItemType": { |
| 12684 | + "description": "Units for currency per time", |
| 12685 | + "units": { |
| 12686 | + "USD_per_y": { |
| 12687 | + "label": "US dollars per year", |
| 12688 | + "description": "" |
| 12689 | + }, |
| 12690 | + "USD_per_mo": { |
| 12691 | + "label": "US dollars per month", |
| 12692 | + "description": "" |
| 12693 | + }, |
| 12694 | + "USD_per_h": { |
| 12695 | + "label": "US dollars per hour", |
| 12696 | + "description": "" |
| 12697 | + }, |
| 12698 | + "USD_per_d": { |
| 12699 | + "label": "US dollars per day", |
| 12700 | + "description": "" |
| 12701 | + }, |
| 12702 | + "EUR_per_y": { |
| 12703 | + "label": "Euro per year", |
| 12704 | + "description": "" |
| 12705 | + }, |
| 12706 | + "EUR_per_mo": { |
| 12707 | + "label": "Euro per month", |
| 12708 | + "description": "" |
| 12709 | + }, |
| 12710 | + "EUR_per_d": { |
| 12711 | + "label": "Euro per day", |
| 12712 | + "description": "" |
| 12713 | + }, |
| 12714 | + "EUR_per_h": { |
| 12715 | + "label": "Euro per hour", |
| 12716 | + "description": "" |
| 12717 | + } |
| 12718 | + } |
| 12719 | + }, |
| 12720 | + "monetaryPerEnergyItemType": { |
| 12721 | + "description": "Units for current per energy", |
| 12722 | + "units": { |
| 12723 | + "USD_per_MWh": { |
| 12724 | + "label": "US dollars per megawatt-hour", |
| 12725 | + "description": "" |
| 12726 | + }, |
| 12727 | + "USD_per_kWh": { |
| 12728 | + "label": "US dollars per kilowatt-hour", |
| 12729 | + "description": "" |
| 12730 | + }, |
| 12731 | + "EUR_per_MWh": { |
| 12732 | + "label": "Euro per megawatt-hour", |
| 12733 | + "description": "" |
| 12734 | + }, |
| 12735 | + "EUR_per_kWh": { |
| 12736 | + "label": "Euro per kilowatt-hour", |
| 12737 | + "description": "" |
| 12738 | + } |
| 12739 | + } |
| 12740 | + }, |
| 12741 | + "monetaryPerMassItemType": { |
| 12742 | + "description": "Units for currency per mass or weight", |
| 12743 | + "units": { |
| 12744 | + "USD_per_lb": { |
| 12745 | + "label": "US dollars per pound", |
| 12746 | + "description": "" |
| 12747 | + }, |
| 12748 | + "USD_per_kg": { |
| 12749 | + "label": "US dollars per kilogram", |
| 12750 | + "description": "" |
| 12751 | + }, |
| 12752 | + "USD_per_T": { |
| 12753 | + "label": "US dollars per ton", |
| 12754 | + "description": "" |
| 12755 | + }, |
| 12756 | + "USD_per_t": { |
| 12757 | + "label": "US dollars per metric ton", |
| 12758 | + "description": "" |
| 12759 | + }, |
| 12760 | + "EUR_per_kg": { |
| 12761 | + "label": "Euro per kilogram", |
| 12762 | + "description": "" |
| 12763 | + }, |
| 12764 | + "EUR_per_t": { |
| 12765 | + "label": "Euro per metric ton", |
| 12766 | + "description": "" |
| 12767 | + } |
| 12768 | + } |
| 12769 | + }, |
| 12770 | + "monetaryPerVolumeItemType": { |
| 12771 | + "description": "Units for currenncy per volume", |
| 12772 | + "units": { |
| 12773 | + "USD_per_m3": { |
| 12774 | + "label": "US dollars per cubic meter", |
| 12775 | + "description": "" |
| 12776 | + }, |
| 12777 | + "USD_per_gal": { |
| 12778 | + "label": "US dollars per gallon", |
| 12779 | + "description": "" |
| 12780 | + }, |
| 12781 | + "USD_per_l": { |
| 12782 | + "label": "US dollars per liter", |
| 12783 | + "description": "" |
| 12784 | + }, |
| 12785 | + "EUR_per_l": { |
| 12786 | + "label": "Euro per liter", |
| 12787 | + "description": "" |
| 12788 | + }, |
| 12789 | + "EUR_per_m3": { |
| 12790 | + "label": "Euro per cubic meter", |
| 12791 | + "description": "" |
| 12792 | + } |
| 12793 | + } |
| 12794 | + }, |
| 12795 | + "monetaryPerPowerItemType": { |
| 12796 | + "description": "Units for current per power", |
| 12797 | + "units": { |
| 12798 | + "USD_per_W": { |
| 12799 | + "label": "US dollars per Watt", |
| 12800 | + "description": "" |
| 12801 | + }, |
| 12802 | + "USD_per_kW": { |
| 12803 | + "label": "US dollars per kilowatt", |
| 12804 | + "description": "" |
| 12805 | + }, |
| 12806 | + "USD_per_MW": { |
| 12807 | + "label": "US dollars per megawatt", |
| 12808 | + "description": "" |
| 12809 | + }, |
| 12810 | + "EUR_per_W": { |
| 12811 | + "label": "Euro per Watt", |
| 12812 | + "description": "" |
| 12813 | + }, |
| 12814 | + "EUR_per_kW": { |
| 12815 | + "label": "Euro per kilowatt", |
| 12816 | + "description": "" |
| 12817 | + }, |
| 12818 | + "EUR_per_MW": { |
| 12819 | + "label": "Euro per megawatt", |
| 12820 | + "description": "" |
| 12821 | + } |
| 12822 | + } |
12549 | 12823 | } |
12550 | 12824 | }, |
12551 | 12825 | "x-ob-item-type-groups": { |
|
0 commit comments