hubject / oicp

Open intercharge Protocol
Creative Commons Attribution Share Alike 4.0 International
68 stars 66 forks source link

Property "unstructuredOpeningTime" in EVSEDataRecord #45

Closed ahzf closed 3 years ago

ahzf commented 3 years ago

The EVSEDataRecord seems to have a property "unstructuredOpeningTime" in the Swagger definition https://github.com/hubject/oicp/blob/master/OICP-2.3/OICP%202.3%20CPO/03_CPO_Data_Types.asciidoc#OpeningTimesType , but this in not defined in the normal documentation https://github.com/hubject/oicp/blob/master/OICP-2.3/OICP%202.3%20CPO/03_CPO_Data_Types.asciidoc#OpeningTimesType

{
    "Period": [
        {
            "begin": "string",
            "end":   "string"
        }
    ],
    "on":                      "enum",
    "unstructuredOpeningTime": "string"
}
oicp-moderator commented 3 years ago

Hi ahzf,

Thank you for your feedback, we have made the proper changes. It is not present anymore in the Swagger 2.3 documentation.

Best regards, Your Hubject Team