Sha256: 0fc26cea8027e6601d2de189c679f30a9bddb13bf501cb92487ddbe0b7bbfb36
Contents?: true
Size: 457 Bytes
Versions: 8
Compression:
Stored size: 457 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "email": { "type": "string", "format": "email", "maxLength": 1024 }, "callbackUrl": { "type": "string", "format": "uri", "maxLength": 1024 }, "fileUrl": { "type": "string", "format": "uri", "maxLength": 1024 } }, "required": [ "fileUrl" ], "additionalProperties": false }
Version data entries
8 entries across 8 versions & 1 rubygems