Sha256: f749b66550efe4db620e1dea33314d6c2f48a31ad217c15cfd6ca7b61a160c5d
Contents?: true
Size: 567 Bytes
Versions: 18
Compression:
Stored size: 567 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "templateContext": { "type": "string", "maxLength": 32767 }, "queryJson": { "type": "string", "maxLength": 8192 }, "dataTableId": { "oneOf": [ { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, { "type": "string", "minLength": 4, "maxLength": 255, "pattern": ".*{{.+}}.*" } ] } }, "additionalProperties": false }
Version data entries
18 entries across 18 versions & 1 rubygems