mirror of
https://github.com/lifegpc/pythonscript.git
synced 2026-06-05 11:08:49 +08:00
7 lines
247 B
JSON
7 lines
247 B
JSON
{
|
|
"$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}=)?$"
|
|
}
|