All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pp-1-6-json.1.3.3.source-code.GetCompositeScheduleResponse.json Maven / Gradle / Ivy

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "GetCompositeScheduleResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "additionalProperties": false,
      "enum": [
        "Accepted",
        "Rejected"
      ]
    },
    "connectorId": {
      "type": "integer"
    },
    "scheduleStart": {
      "type": "string",
      "format": "date-time"
    },
    "chargingSchedule": {
      "type": "object",
      "properties": {
        "duration": {
          "type": "integer"
        },
        "startSchedule": {
          "type": "string",
          "format": "date-time"
        },
        "chargingRateUnit": {
          "type": "string",
          "additionalProperties": false,
          "enum": [
            "A",
            "W"
          ]
        },
        "chargingSchedulePeriod": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "startPeriod": {
                "type": "integer"
              },
              "limit": {
                "type": "number",
                "multipleOf" : 0.1
              },
              "numberPhases": {
                "type": "integer"
              }
            },
            "additionalProperties": false,
            "required": [
              "startPeriod",
              "limit"
            ]
          }
        },
        "minChargingRate": {
          "type": "number",
          "multipleOf" : 0.1
        }
      },
      "additionalProperties": false,
      "required": [
        "chargingRateUnit",
        "chargingSchedulePeriod"
      ]
    }
  },
  "additionalProperties": false,
  "required": [
    "status"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy