UNPKG

245 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/draft-07/schema",
3 "$id": "Base64.json",
4 "title": "Base64",
5 "description": "Base64 string",
6 "type": "string",
7 "pattern": "^(?:[A-Za-z0-9+\/]{4}\\n?)*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=)?$"
8}