update api/syscapCheck/sysCapSchema.json.

Signed-off-by: Mr.zhao <zhaohang44@huawei.com>
This commit is contained in:
Mr.zhao 2024-09-29 03:44:03 +00:00 committed by Gitee
parent a114b862d6
commit c8de78aac1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -74,7 +74,7 @@
"type": "array", "type": "array",
"items": { "items": {
"type": "string", "type": "string",
"pattern": "^^SystemCapability(?:\\.[a-zA-Z0-9]+)+$" "pattern": "^SystemCapability(?:\\.[a-zA-Z0-9]+)+$"
} }
} }
} }
@ -106,4 +106,4 @@
} }
} }
} }
} }