GetDiagnosticsResponse.json 332 B

12345678910111213
  1. {
  2. "$schema": "http://json-schema.org/draft-04/schema#",
  3. "id": "urn:OCPP:1.6:2019:12:GetDiagnosticsResponse",
  4. "title": "GetDiagnosticsResponse",
  5. "type": "object",
  6. "properties": {
  7. "fileName": {
  8. "type": "string",
  9. "maxLength": 255
  10. }
  11. },
  12. "additionalProperties": false
  13. }