diff --git a/add_sensortag/add_sensortag.input.json b/add_sensortag/add_sensortag.input.json index 0a5281c..0adfeed 100644 --- a/add_sensortag/add_sensortag.input.json +++ b/add_sensortag/add_sensortag.input.json @@ -1,12 +1,15 @@ { - "$schema": "https://json-schema.org/draft/2020-12/schema", + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "SensorTag" : { - "type": "array" + "type": "array", + "items": { + "type":"string" + } } }, "required": [ "SensorTag" ], "type": "object" -} \ No newline at end of file +} diff --git a/add_sensortag/add_sensortag.output.json b/add_sensortag/add_sensortag.output.json index acdf784..00ccec3 100644 --- a/add_sensortag/add_sensortag.output.json +++ b/add_sensortag/add_sensortag.output.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2020-12/schema", + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "SensorTag" : { "type": "string" diff --git a/disable_service/disable_service.input.json b/disable_service/disable_service.input.json index aff1741..1c982eb 100644 --- a/disable_service/disable_service.input.json +++ b/disable_service/disable_service.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Name": { "type": "string" @@ -9,4 +9,4 @@ "Name" ], "type": "object" -} \ No newline at end of file +} diff --git a/disable_service/disable_service.output.json b/disable_service/disable_service.output.json index ade0568..d3d6659 100644 --- a/disable_service/disable_service.output.json +++ b/disable_service/disable_service.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Name": { "type": "string" @@ -17,4 +17,4 @@ "StartType" ], "type": "object" -} \ No newline at end of file +} diff --git a/find_file/find_file.input.json b/find_file/find_file.input.json index 812bc8d..dffe25e 100644 --- a/find_file/find_file.input.json +++ b/find_file/find_file.input.json @@ -1,5 +1,5 @@ { - "$schema":"https://json-schema.org/draft/2020-12/schema", + "$schema":"https://json-schema.org/draft-07/schema", "properties": { "Path": { "type": "string" diff --git a/find_file/find_file.output.json b/find_file/find_file.output.json index dd982e0..c7e07d8 100644 --- a/find_file/find_file.output.json +++ b/find_file/find_file.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties":{ "Id": { "type": "integer" @@ -17,4 +17,4 @@ "Output" ], "type":"object" -} \ No newline at end of file +} diff --git a/get_baseboard/get_baseboard.input.json b/get_baseboard/get_baseboard.input.json index 7181ba9..167b42b 100644 --- a/get_baseboard/get_baseboard.input.json +++ b/get_baseboard/get_baseboard.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/get_baseboard/get_baseboard.output.json b/get_baseboard/get_baseboard.output.json index c574e68..85cba31 100644 --- a/get_baseboard/get_baseboard.output.json +++ b/get_baseboard/get_baseboard.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Manufacturer": { "type": "string" @@ -21,4 +21,4 @@ "SerialNumber" ], "type": "object" -} \ No newline at end of file +} diff --git a/get_bios/get_bios.input.json b/get_bios/get_bios.input.json index 7181ba9..167b42b 100644 --- a/get_bios/get_bios.input.json +++ b/get_bios/get_bios.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/get_bios/get_bios.output.json b/get_bios/get_bios.output.json index c3b6fff..4d2b2dd 100644 --- a/get_bios/get_bios.output.json +++ b/get_bios/get_bios.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Manufacturer": { "type": "string" @@ -21,4 +21,4 @@ "Version" ], "type": "object" -} \ No newline at end of file +} diff --git a/get_current_user/get_current_user.input.json b/get_current_user/get_current_user.input.json index 7181ba9..167b42b 100644 --- a/get_current_user/get_current_user.input.json +++ b/get_current_user/get_current_user.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/get_current_user/get_current_user.output.json b/get_current_user/get_current_user.output.json index 0498a3b..7915f33 100644 --- a/get_current_user/get_current_user.output.json +++ b/get_current_user/get_current_user.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "SessionId": { "type": "integer" @@ -13,4 +13,4 @@ "UserName" ], "type": "object" -} \ No newline at end of file +} diff --git a/get_fileinfo/get_fileinfo.input.json b/get_fileinfo/get_fileinfo.input.json index fe039e2..0dce272 100644 --- a/get_fileinfo/get_fileinfo.input.json +++ b/get_fileinfo/get_fileinfo.input.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2020-12/schema", + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "File" : { "type": "string", diff --git a/get_fileinfo/get_fileinfo.output.json b/get_fileinfo/get_fileinfo.output.json index 435c822..3f48610 100644 --- a/get_fileinfo/get_fileinfo.output.json +++ b/get_fileinfo/get_fileinfo.output.json @@ -1,4 +1,4 @@ -{ +{ "$schema": "https://json-schema.org/draft-07/schema", "properties": { "CompanyName": { @@ -49,4 +49,4 @@ "Sha256" ], "type": "object" -} \ No newline at end of file +} diff --git a/get_geolocation/get_geolocation.input.json b/get_geolocation/get_geolocation.input.json index 7181ba9..167b42b 100644 --- a/get_geolocation/get_geolocation.input.json +++ b/get_geolocation/get_geolocation.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/get_geolocation/get_geolocation.output.json b/get_geolocation/get_geolocation.output.json index 0deb04f..5b2cf2a 100644 --- a/get_geolocation/get_geolocation.output.json +++ b/get_geolocation/get_geolocation.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "status": { "type": "string" @@ -62,4 +62,4 @@ "query" ], "type": "object" -} \ No newline at end of file +} diff --git a/get_last_boot/get_last_boot.input.json b/get_last_boot/get_last_boot.input.json index 7181ba9..167b42b 100644 --- a/get_last_boot/get_last_boot.input.json +++ b/get_last_boot/get_last_boot.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/get_last_boot/get_last_boot.output.json b/get_last_boot/get_last_boot.output.json index 7d2376c..3ea9528 100644 --- a/get_last_boot/get_last_boot.output.json +++ b/get_last_boot/get_last_boot.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "LastBootUpTime": { "type": "integer" @@ -9,4 +9,4 @@ "LastBootUpTime" ], "type": "object" -} \ No newline at end of file +} diff --git a/get_processor/get_processor.input.json b/get_processor/get_processor.input.json index 7181ba9..167b42b 100644 --- a/get_processor/get_processor.input.json +++ b/get_processor/get_processor.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/get_processor/get_processor.output.json b/get_processor/get_processor.output.json index 89624f8..1a0c41d 100644 --- a/get_processor/get_processor.output.json +++ b/get_processor/get_processor.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "ProcessorId": { "type": "string" diff --git a/get_sensortag/get_sensortag.input.json b/get_sensortag/get_sensortag.input.json index ac8c815..86c7a2b 100644 --- a/get_sensortag/get_sensortag.input.json +++ b/get_sensortag/get_sensortag.input.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2020-12/schema", + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" } \ No newline at end of file diff --git a/get_sensortag/get_sensortag.output.json b/get_sensortag/get_sensortag.output.json index acdf784..00ccec3 100644 --- a/get_sensortag/get_sensortag.output.json +++ b/get_sensortag/get_sensortag.output.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2020-12/schema", + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "SensorTag" : { "type": "string" diff --git a/get_service/get_service.input.json b/get_service/get_service.input.json index aff1741..1c982eb 100644 --- a/get_service/get_service.input.json +++ b/get_service/get_service.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Name": { "type": "string" @@ -9,4 +9,4 @@ "Name" ], "type": "object" -} \ No newline at end of file +} diff --git a/get_service/get_service.output.json b/get_service/get_service.output.json index 6ac12d1..996a525 100644 --- a/get_service/get_service.output.json +++ b/get_service/get_service.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "ProcessId": { "type": "integer" @@ -17,4 +17,4 @@ "PathName" ], "type": "object" -} \ No newline at end of file +} diff --git a/get_temp_file/get_temp_file.input.json b/get_temp_file/get_temp_file.input.json index b9b3d46..51dbee9 100644 --- a/get_temp_file/get_temp_file.input.json +++ b/get_temp_file/get_temp_file.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Username": { "type": "string" @@ -12,4 +12,4 @@ } }, "type": "object" -} \ No newline at end of file +} diff --git a/get_temp_file/get_temp_file.output.json b/get_temp_file/get_temp_file.output.json index dd982e0..c7e07d8 100644 --- a/get_temp_file/get_temp_file.output.json +++ b/get_temp_file/get_temp_file.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties":{ "Id": { "type": "integer" @@ -17,4 +17,4 @@ "Output" ], "type":"object" -} \ No newline at end of file +} diff --git a/get_tpm/get_tpm.input.json b/get_tpm/get_tpm.input.json index 7181ba9..167b42b 100644 --- a/get_tpm/get_tpm.input.json +++ b/get_tpm/get_tpm.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/get_tpm/get_tpm.output.json b/get_tpm/get_tpm.output.json index 3283ea3..06de55b 100644 --- a/get_tpm/get_tpm.output.json +++ b/get_tpm/get_tpm.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "TpmPresent": { "type": "boolean" @@ -77,4 +77,4 @@ "SelfTest" ], "type": "object" -} \ No newline at end of file +} diff --git a/get_windows_key/get_windows_key.input.json b/get_windows_key/get_windows_key.input.json index 7181ba9..167b42b 100644 --- a/get_windows_key/get_windows_key.input.json +++ b/get_windows_key/get_windows_key.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/get_windows_key/get_windows_key.output.json b/get_windows_key/get_windows_key.output.json index 2c824b1..d9565c8 100644 --- a/get_windows_key/get_windows_key.output.json +++ b/get_windows_key/get_windows_key.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "OA3xOriginalProductKey": { "type": "string" @@ -9,4 +9,4 @@ "OA3xOriginalProductKey" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_application/list_application.input.json b/list_application/list_application.input.json index ac8c815..86c7a2b 100644 --- a/list_application/list_application.input.json +++ b/list_application/list_application.input.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2020-12/schema", + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" } \ No newline at end of file diff --git a/list_application/list_application.output.json b/list_application/list_application.output.json index 7f9722e..5691e42 100644 --- a/list_application/list_application.output.json +++ b/list_application/list_application.output.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2020-12/schema", + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "DisplayName": { "type": "string" diff --git a/list_arp/list_arp.input.json b/list_arp/list_arp.input.json index 7181ba9..167b42b 100644 --- a/list_arp/list_arp.input.json +++ b/list_arp/list_arp.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_arp/list_arp.output.json b/list_arp/list_arp.output.json index 4ecdbc4..2ba3098 100644 --- a/list_arp/list_arp.output.json +++ b/list_arp/list_arp.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "IPAddress": { "type": "string" @@ -32,4 +32,4 @@ "State" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_avproduct/list_avproduct.input.json b/list_avproduct/list_avproduct.input.json index 7181ba9..167b42b 100644 --- a/list_avproduct/list_avproduct.input.json +++ b/list_avproduct/list_avproduct.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_avproduct/list_avproduct.output.json b/list_avproduct/list_avproduct.output.json index 205cc3c..fd04e29 100644 --- a/list_avproduct/list_avproduct.output.json +++ b/list_avproduct/list_avproduct.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "DisplayName": { "type": "string" diff --git a/list_bitlocker_volume/list_bitlocker_volume.input.json b/list_bitlocker_volume/list_bitlocker_volume.input.json index 7181ba9..167b42b 100644 --- a/list_bitlocker_volume/list_bitlocker_volume.input.json +++ b/list_bitlocker_volume/list_bitlocker_volume.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_bitlocker_volume/list_bitlocker_volume.output.json b/list_bitlocker_volume/list_bitlocker_volume.output.json index e015215..b281348 100644 --- a/list_bitlocker_volume/list_bitlocker_volume.output.json +++ b/list_bitlocker_volume/list_bitlocker_volume.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "ComputerName": { "type": "string" @@ -41,7 +41,10 @@ "type": "integer" }, "KeyProtector": { - "type": "array" + "type": "array", + "items": { + "type":"string" + } } }, "required": [ diff --git a/list_browser_extension/list_browser_extension.input.json b/list_browser_extension/list_browser_extension.input.json index 7181ba9..167b42b 100644 --- a/list_browser_extension/list_browser_extension.input.json +++ b/list_browser_extension/list_browser_extension.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_browser_extension/list_browser_extension.output.json b/list_browser_extension/list_browser_extension.output.json index 16921ce..e469ebb 100644 --- a/list_browser_extension/list_browser_extension.output.json +++ b/list_browser_extension/list_browser_extension.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Username": { "type": "string" @@ -26,7 +26,10 @@ "type": "boolean" }, "Permissions": { - "type": "array" + "type": "array", + "items": { + "type":"string" + } } }, "required": [ @@ -37,4 +40,4 @@ "Version" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_browser_history/list_browser_history.input.json b/list_browser_history/list_browser_history.input.json index 7181ba9..167b42b 100644 --- a/list_browser_history/list_browser_history.input.json +++ b/list_browser_history/list_browser_history.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_browser_history/list_browser_history.output.json b/list_browser_history/list_browser_history.output.json index c94a497..13938ff 100644 --- a/list_browser_history/list_browser_history.output.json +++ b/list_browser_history/list_browser_history.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Username": { "type": "string" @@ -17,4 +17,4 @@ "Domain" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_eventlog/list_eventlog.input.json b/list_eventlog/list_eventlog.input.json index 4ec6fe6..f0bd31d 100644 --- a/list_eventlog/list_eventlog.input.json +++ b/list_eventlog/list_eventlog.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "LogName": { "type": "string" @@ -9,4 +9,4 @@ "LogName" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_eventlog/list_eventlog.output.json b/list_eventlog/list_eventlog.output.json index 84395fb..9046e2c 100644 --- a/list_eventlog/list_eventlog.output.json +++ b/list_eventlog/list_eventlog.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "TimeCreated": { "type": "string", @@ -22,4 +22,4 @@ "Message" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_eventsource/list_eventsource.input.json b/list_eventsource/list_eventsource.input.json index 7181ba9..167b42b 100644 --- a/list_eventsource/list_eventsource.input.json +++ b/list_eventsource/list_eventsource.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_eventsource/list_eventsource.output.json b/list_eventsource/list_eventsource.output.json index 246a01a..96e6f3a 100644 --- a/list_eventsource/list_eventsource.output.json +++ b/list_eventsource/list_eventsource.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "RecordCount": { "type": "integer" diff --git a/list_firewall_profile/list_firewall_profile.input.json b/list_firewall_profile/list_firewall_profile.input.json index 7181ba9..167b42b 100644 --- a/list_firewall_profile/list_firewall_profile.input.json +++ b/list_firewall_profile/list_firewall_profile.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_firewall_profile/list_firewall_profile.output.json b/list_firewall_profile/list_firewall_profile.output.json index 7fb8754..c44685c 100644 --- a/list_firewall_profile/list_firewall_profile.output.json +++ b/list_firewall_profile/list_firewall_profile.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Name": { "type": "string" @@ -77,4 +77,4 @@ "DisabledInterfaceAliases" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_firewall_rule/list_firewall_rule.input.json b/list_firewall_rule/list_firewall_rule.input.json index 7181ba9..167b42b 100644 --- a/list_firewall_rule/list_firewall_rule.input.json +++ b/list_firewall_rule/list_firewall_rule.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_firewall_rule/list_firewall_rule.output.json b/list_firewall_rule/list_firewall_rule.output.json index 25696d9..c000b2c 100644 --- a/list_firewall_rule/list_firewall_rule.output.json +++ b/list_firewall_rule/list_firewall_rule.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Name": { "type": "string" @@ -65,4 +65,4 @@ "PolicyStoreSourceType" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_local_admin/list_local_admin.input.json b/list_local_admin/list_local_admin.input.json index eb3e411..167b42b 100644 --- a/list_local_admin/list_local_admin.input.json +++ b/list_local_admin/list_local_admin.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" } diff --git a/list_local_admin/list_local_admin.output.json b/list_local_admin/list_local_admin.output.json index 9b3ba4e..a575cdd 100644 --- a/list_local_admin/list_local_admin.output.json +++ b/list_local_admin/list_local_admin.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "ObjectClass": { "type": "string" @@ -17,4 +17,4 @@ "PrincipalSource" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_local_share/list_local_share.input.json b/list_local_share/list_local_share.input.json index 7181ba9..167b42b 100644 --- a/list_local_share/list_local_share.input.json +++ b/list_local_share/list_local_share.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_local_share/list_local_share.output.json b/list_local_share/list_local_share.output.json index 79ec918..1f40def 100644 --- a/list_local_share/list_local_share.output.json +++ b/list_local_share/list_local_share.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Name": { "type": "string" diff --git a/list_local_user/list_local_user.input.json b/list_local_user/list_local_user.input.json index 7181ba9..167b42b 100644 --- a/list_local_user/list_local_user.input.json +++ b/list_local_user/list_local_user.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_local_user/list_local_user.output.json b/list_local_user/list_local_user.output.json index af271af..762dfff 100644 --- a/list_local_user/list_local_user.output.json +++ b/list_local_user/list_local_user.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Name": { "type": "string" @@ -41,4 +41,4 @@ "Description" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_monitor/list_monitor.input.json b/list_monitor/list_monitor.input.json index 7181ba9..167b42b 100644 --- a/list_monitor/list_monitor.input.json +++ b/list_monitor/list_monitor.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_monitor/list_monitor.output.json b/list_monitor/list_monitor.output.json index 947ac03..dac09bf 100644 --- a/list_monitor/list_monitor.output.json +++ b/list_monitor/list_monitor.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "ManufacturerName": { "type": "string" @@ -17,4 +17,4 @@ "SerialNumberID" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_network_adapter/list_network_adapter.input.json b/list_network_adapter/list_network_adapter.input.json index 7181ba9..167b42b 100644 --- a/list_network_adapter/list_network_adapter.input.json +++ b/list_network_adapter/list_network_adapter.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_network_adapter/list_network_adapter.output.json b/list_network_adapter/list_network_adapter.output.json index 8afd6d7..f930ff9 100644 --- a/list_network_adapter/list_network_adapter.output.json +++ b/list_network_adapter/list_network_adapter.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Name": { "type": "string" @@ -49,4 +49,4 @@ "Ipv6Address" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_network_port/list_network_port.input.json b/list_network_port/list_network_port.input.json index 7181ba9..167b42b 100644 --- a/list_network_port/list_network_port.input.json +++ b/list_network_port/list_network_port.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_network_port/list_network_port.output.json b/list_network_port/list_network_port.output.json index 12870fc..2160049 100644 --- a/list_network_port/list_network_port.output.json +++ b/list_network_port/list_network_port.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Protocol": { "type": "string" @@ -37,4 +37,4 @@ "OwningProcessName" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_network_profile/list_network_profile.input.json b/list_network_profile/list_network_profile.input.json index 7181ba9..167b42b 100644 --- a/list_network_profile/list_network_profile.input.json +++ b/list_network_profile/list_network_profile.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_network_profile/list_network_profile.output.json b/list_network_profile/list_network_profile.output.json index da58831..267b4ec 100644 --- a/list_network_profile/list_network_profile.output.json +++ b/list_network_profile/list_network_profile.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Name": { "type": "string" @@ -29,4 +29,4 @@ "IPv6Connectivity" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_network_route/list_network_route.input.json b/list_network_route/list_network_route.input.json index 7181ba9..167b42b 100644 --- a/list_network_route/list_network_route.input.json +++ b/list_network_route/list_network_route.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_network_route/list_network_route.output.json b/list_network_route/list_network_route.output.json index 4ab71ec..fe8c830 100644 --- a/list_network_route/list_network_route.output.json +++ b/list_network_route/list_network_route.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "DestinationPrefix": { "type": "string" @@ -49,4 +49,4 @@ "PolicyStore" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_powershell_env/list_powershell_env.input.json b/list_powershell_env/list_powershell_env.input.json index 7181ba9..167b42b 100644 --- a/list_powershell_env/list_powershell_env.input.json +++ b/list_powershell_env/list_powershell_env.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_powershell_env/list_powershell_env.output.json b/list_powershell_env/list_powershell_env.output.json index b5c84fb..cec0a3b 100644 --- a/list_powershell_env/list_powershell_env.output.json +++ b/list_powershell_env/list_powershell_env.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Name": { "type": "string" @@ -13,4 +13,4 @@ "Value" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_prefetch/list_prefetch.input.json b/list_prefetch/list_prefetch.input.json index 7181ba9..167b42b 100644 --- a/list_prefetch/list_prefetch.input.json +++ b/list_prefetch/list_prefetch.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_prefetch/list_prefetch.output.json b/list_prefetch/list_prefetch.output.json index 9b37e2b..fdb2512 100644 --- a/list_prefetch/list_prefetch.output.json +++ b/list_prefetch/list_prefetch.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "FullName": { "type": "string", @@ -31,4 +31,4 @@ "Sha256" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_printer/list_printer.input.json b/list_printer/list_printer.input.json index 7181ba9..167b42b 100644 --- a/list_printer/list_printer.input.json +++ b/list_printer/list_printer.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_printer/list_printer.output.json b/list_printer/list_printer.output.json index bf13b3a..0e3b240 100644 --- a/list_printer/list_printer.output.json +++ b/list_printer/list_printer.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Name": { "type": "string" @@ -49,4 +49,4 @@ "PrinterStatus" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_process/list_process.input.json b/list_process/list_process.input.json index 7181ba9..167b42b 100644 --- a/list_process/list_process.input.json +++ b/list_process/list_process.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_process/list_process.output.json b/list_process/list_process.output.json index 5bfddc1..5d7d701 100644 --- a/list_process/list_process.output.json +++ b/list_process/list_process.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Id": { "type": "integer" diff --git a/list_remote_share/list_remote_share.input.json b/list_remote_share/list_remote_share.input.json index 7181ba9..167b42b 100644 --- a/list_remote_share/list_remote_share.input.json +++ b/list_remote_share/list_remote_share.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_remote_share/list_remote_share.output.json b/list_remote_share/list_remote_share.output.json index a5c44de..50df94a 100644 --- a/list_remote_share/list_remote_share.output.json +++ b/list_remote_share/list_remote_share.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Share": { "type": "string" @@ -21,4 +21,4 @@ "Sid" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_scheduled_task/list_scheduled_task.input.json b/list_scheduled_task/list_scheduled_task.input.json index 7181ba9..167b42b 100644 --- a/list_scheduled_task/list_scheduled_task.input.json +++ b/list_scheduled_task/list_scheduled_task.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_scheduled_task/list_scheduled_task.output.json b/list_scheduled_task/list_scheduled_task.output.json index 9cde795..5366f02 100644 --- a/list_scheduled_task/list_scheduled_task.output.json +++ b/list_scheduled_task/list_scheduled_task.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Name": { "type": "string" @@ -29,4 +29,4 @@ "Arguments" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_service/list_service.input.json b/list_service/list_service.input.json index 7181ba9..167b42b 100644 --- a/list_service/list_service.input.json +++ b/list_service/list_service.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_service/list_service.output.json b/list_service/list_service.output.json index 6ac12d1..996a525 100644 --- a/list_service/list_service.output.json +++ b/list_service/list_service.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "ProcessId": { "type": "integer" @@ -17,4 +17,4 @@ "PathName" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_user_profile/list_user_profile.input.json b/list_user_profile/list_user_profile.input.json index 7181ba9..167b42b 100644 --- a/list_user_profile/list_user_profile.input.json +++ b/list_user_profile/list_user_profile.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_user_profile/list_user_profile.output.json b/list_user_profile/list_user_profile.output.json index 19ac6df..a3789fd 100644 --- a/list_user_profile/list_user_profile.output.json +++ b/list_user_profile/list_user_profile.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Sid": { "type": "string" @@ -27,4 +27,4 @@ "LastUseTime" ], "type": "object" -} \ No newline at end of file +} diff --git a/list_volume/list_volume.input.json b/list_volume/list_volume.input.json index 7181ba9..167b42b 100644 --- a/list_volume/list_volume.input.json +++ b/list_volume/list_volume.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": {}, "type": "object" -} \ No newline at end of file +} diff --git a/list_volume/list_volume.output.json b/list_volume/list_volume.output.json index 0504a05..0a9317d 100644 --- a/list_volume/list_volume.output.json +++ b/list_volume/list_volume.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "DriveLetter": { "type": "string" @@ -25,4 +25,4 @@ "NtPath" ], "type": "object" -} \ No newline at end of file +} diff --git a/remove_sensortag/remove_sensortag.input.json b/remove_sensortag/remove_sensortag.input.json index 1ddbdaf..4d65300 100644 --- a/remove_sensortag/remove_sensortag.input.json +++ b/remove_sensortag/remove_sensortag.input.json @@ -1,12 +1,15 @@ { - "$schema": "https://json-schema.org/draft/2020-12/schema", + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "SensorTag": { - "type": "array" + "type": "array", + "items": { + "type":"string" + } } }, "required": [ "SensorTag" ], "type": "object" -} \ No newline at end of file +} diff --git a/remove_sensortag/remove_sensortag.output.json b/remove_sensortag/remove_sensortag.output.json index acdf784..00ccec3 100644 --- a/remove_sensortag/remove_sensortag.output.json +++ b/remove_sensortag/remove_sensortag.output.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2020-12/schema", + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "SensorTag" : { "type": "string" diff --git a/run_cli_tool/run_cli_tool.input.json b/run_cli_tool/run_cli_tool.input.json index aa1f2dd..7a5fb4f 100644 --- a/run_cli_tool/run_cli_tool.input.json +++ b/run_cli_tool/run_cli_tool.input.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2020-12/schema", + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "File" : { "type": "string", diff --git a/run_cli_tool/run_cli_tool.output.json b/run_cli_tool/run_cli_tool.output.json index fcdb900..cdc8a72 100644 --- a/run_cli_tool/run_cli_tool.output.json +++ b/run_cli_tool/run_cli_tool.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Id" : { "type": "integer" @@ -18,4 +18,4 @@ "Output" ], "type": "object" -} \ No newline at end of file +} diff --git a/send_log/send_log.input.json b/send_log/send_log.input.json index 3b4daf5..df4a1fc 100644 --- a/send_log/send_log.input.json +++ b/send_log/send_log.input.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2020-12/schema", + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Cloud" : { "type": "string" diff --git a/send_log/send_log.output.json b/send_log/send_log.output.json index 21be58e..4fa11d3 100644 --- a/send_log/send_log.output.json +++ b/send_log/send_log.output.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2020-12/schema", + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "File" : { "type": "string", diff --git a/send_message/send_message.input.json b/send_message/send_message.input.json index d0735e4..efd6c6d 100644 --- a/send_message/send_message.input.json +++ b/send_message/send_message.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Message": { "type": "string" @@ -9,4 +9,4 @@ "Message" ], "type": "object" -} \ No newline at end of file +} diff --git a/send_message/send_message.output.json b/send_message/send_message.output.json index 8ab29e5..6bb7426 100644 --- a/send_message/send_message.output.json +++ b/send_message/send_message.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Username": { "type": "string" @@ -13,4 +13,4 @@ "Message" ], "type": "object" -} \ No newline at end of file +} diff --git a/set_local_password/set_local_password.input.json b/set_local_password/set_local_password.input.json index 51b4101..863d13e 100644 --- a/set_local_password/set_local_password.input.json +++ b/set_local_password/set_local_password.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Username": { "type": "string" @@ -16,4 +16,4 @@ "Password" ], "type": "object" -} \ No newline at end of file +} diff --git a/set_local_password/set_local_password.output.json b/set_local_password/set_local_password.output.json index 961c724..0e23f71 100644 --- a/set_local_password/set_local_password.output.json +++ b/set_local_password/set_local_password.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Username": { "type": "string" @@ -17,4 +17,4 @@ "ActiveSession" ], "type": "object" -} \ No newline at end of file +} diff --git a/test_tcp_connection/test_tcp_connection.input.json b/test_tcp_connection/test_tcp_connection.input.json index d1b9f92..c603627 100644 --- a/test_tcp_connection/test_tcp_connection.input.json +++ b/test_tcp_connection/test_tcp_connection.input.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "Destination": { "type": "string" @@ -9,4 +9,4 @@ } }, "type": "object" -} \ No newline at end of file +} diff --git a/test_tcp_connection/test_tcp_connection.output.json b/test_tcp_connection/test_tcp_connection.output.json index ce23de2..b9a2830 100644 --- a/test_tcp_connection/test_tcp_connection.output.json +++ b/test_tcp_connection/test_tcp_connection.output.json @@ -1,5 +1,5 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", +{ + "$schema": "https://json-schema.org/draft-07/schema", "properties": { "ComputerName": { "type": "string" @@ -29,4 +29,4 @@ "TcpTestSucceeded" ], "type": "object" -} \ No newline at end of file +}