Add JSON schema files

This commit is contained in:
2022-07-30 11:16:03 +00:00
parent b7245e1ef9
commit e10b352c00
5 changed files with 186 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"$id": "https://github.com/lifegpc/pythonscript/raw/master/schema/base64.schema.json",
"type": "string",
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$"
}