Sha256: 633f035635320400d6bbca6d33da97e3dbbda4ca0058c7787582254dddfd691c
Contents?: true
Size: 275 Bytes
Versions: 19
Compression:
Stored size: 275 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "success": { "type": "boolean", "enum": [ true ] }, "executionId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" } } }
Version data entries
19 entries across 19 versions & 1 rubygems