Files
pythonscript/schema/base64.schema.json
2022-07-30 11:16:03 +00:00

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}=)?$"
}