{
	"$schema": "https://apidocs.iqrf.org/iqrf-gateway-daemon/latest/com.iqrftech.self-desc/schema/jsonschema/1-0-0#",
	"self": {
		"vendor": "com.iqrftech.self-desc",
		"name": "iqrfEmbedLedr_SetOn-request",
		"format": "jsonschema",
		"version": "1-0-0"
	},
	"type": "object",
	"required": [
    "mType",
    "data"
  ],
	"additionalProperties": false,
	"properties": {
		"mType": {
			"type": "string",
			"description": "Embedded peripheral Ledr - Set On request.",
			"enum": ["iqrfEmbedLedr_SetOn"]
		},
		"data": {
			"type": "object",
      "required": [
        "msgId",
        "req"
      ],
      "additionalProperties": false,
			"properties": {
				"msgId": {
					"type": "string",
					"description": "Message identification for binding request with response."
				},
				"timeout": {
					"type": "integer",
					"description": "Timeout to wait for IQRF DPA response."
				},
				"req": {
					"type": "object",
          "required": [
            "nAdr",
            "param"
          ],
          "additionalProperties": false,
					"properties": {
						"nAdr": {
							"type": "integer",
							"description": "Network device address."
						},
						"hwpId": {
							"type": "integer",
							"description": "Hardware profile identification."
						},
						"param": {
							"type": "object"
						}
					}
				},
				"returnVerbose": {
					"type": "boolean",
					"description": "Flag that includes additional parameters in the response."
				}
			}
		}
	}
}
