Move to 2020.3

Run the script update_schemas.py by pointing it to 2020.3

An overview of 2020.3 release can be found at:
https://www.dmtf.org/sites/default/files/Redfish_Release_2020.3_Overview.pdf

Tested: Loaded on a Witherspoon and Validator passed with the latest schemas

Signed-off-by: Asmitha Karunanithi <asmitk01@in.ibm.com>
Change-Id: I6c7a2e0cbdbe599930ba453a1d8c134c22136306
diff --git a/static/redfish/v1/JsonSchemas/AccountService/AccountService.json b/static/redfish/v1/JsonSchemas/AccountService/AccountService.json
index 60ee343..c5da56d 100644
--- a/static/redfish/v1/JsonSchemas/AccountService/AccountService.json
+++ b/static/redfish/v1/JsonSchemas/AccountService/AccountService.json
@@ -1,5 +1,5 @@
 {
-    "$id": "http://redfish.dmtf.org/schemas/v1/AccountService.v1_7_1.json",
+    "$id": "http://redfish.dmtf.org/schemas/v1/AccountService.v1_7_2.json",
     "$ref": "#/definitions/AccountService",
     "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
     "copyright": "Copyright 2014-2020 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
@@ -117,8 +117,8 @@
                     "versionAdded": "v1_3_0"
                 },
                 "AuthFailureLoggingThreshold": {
-                    "description": "The number of authorization failures that are allowed before the failed attempt is logged to the manager log.",
-                    "longDescription": "This property shall contain the threshold for when an authorization failure is logged.  Logging shall occur after every `n` occurrences of an authorization failure, where `n` represents the value of this property.  If the value is `0`, logging of authorization failures shall be disabled.",
+                    "description": "The number of authorization failures per account that are allowed before the failed attempt is logged to the manager log.",
+                    "longDescription": "This property shall contain the threshold for when an authorization failure is logged.  Logging shall occur after every `n` occurrences of an authorization failure on the same account, where `n` represents the value of this property.  If the value is `0`, logging of authorization failures shall be disabled.",
                     "minimum": 0,
                     "readonly": false,
                     "type": "integer"
@@ -153,16 +153,16 @@
                 },
                 "MaxPasswordLength": {
                     "description": "The maximum password length for this account service.",
-                    "longDescription": "This property shall contain the maximum password length that the implementation allows for this account service.",
+                    "longDescription": "This property shall contain the maximum password length that the implementation allows for this account service.  This property does not apply to accounts from external account providers.",
                     "minimum": 0,
-                    "readonly": true,
+                    "readonly": false,
                     "type": "integer"
                 },
                 "MinPasswordLength": {
                     "description": "The minimum password length for this account service.",
-                    "longDescription": "This property shall contain the minimum password length that the implementation allows for this account service.",
+                    "longDescription": "This property shall contain the minimum password length that the implementation allows for this account service.  This property does not apply to accounts from external account providers.",
                     "minimum": 0,
-                    "readonly": true,
+                    "readonly": false,
                     "type": "integer"
                 },
                 "Name": {
@@ -640,5 +640,5 @@
     },
     "owningEntity": "DMTF",
     "release": "2019.4",
-    "title": "#AccountService.v1_7_1.AccountService"
+    "title": "#AccountService.v1_7_2.AccountService"
 }
\ No newline at end of file