***************************************************************************************************************************************
3.32.6	jsonschemas	: Redfish json schemas API.(Not support vertiv)

	usage		: java -jar GbtUtility-2.1.76.jar [options] redfish jsonschemas <list| get> [args...]

1.	<list>		: Show all exist json schemas.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish jsonschemas list
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish jsonschemas list
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish jsonschemas list
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S rmcp,10.2.1.1,10.2.1.100 -U admin -P password -RU admin -RP password redfish jsonschemas list

2.	<get>		: Get a json schema full details data.
	<name>		: The json schema name.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish jsonschemas get <name>
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish jsonschemas get Configurations.v1_0_0
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish jsonschemas get Configurations.v1_0_0
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S rmcp,10.2.1.1,10.2.1.100 -U admin -P password -RU admin -RP password redfish jsonschemas get Configurations.v1_0_0
***************************************************************************************************************************************