GetConfiguration.json 402 B

12345678910111213141516
  1. {
  2. "$schema": "http://json-schema.org/draft-04/schema#",
  3. "id": "urn:OCPP:1.6:2019:12:GetConfigurationRequest",
  4. "title": "GetConfigurationRequest",
  5. "type": "object",
  6. "properties": {
  7. "key": {
  8. "type": "array",
  9. "items": {
  10. "type": "string",
  11. "maxLength": 50
  12. }
  13. }
  14. },
  15. "additionalProperties": false
  16. }