Sha256: 4d27efc3aadcc2624071b6fe088e175124cd7bfc81b479b4a33ebc90c5f622b2
Contents?: true
Size: 690 Bytes
Versions: 5
Compression:
Stored size: 690 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "email": { "type": "string", "format": "email", "maxLength": 1024 }, "query": { "$ref": "#/definitions/dataTableQuery" }, "queryOptions": { "type": "object", "properties": { "sortDirection": { "type": "string", "enum": [ "desc", "asc" ] }, "limit": { "type": "number" }, "sortColumn": { "type": "string" }, "offset": { "type": "number" } } } }, "additionalProperties": false }
Version data entries
5 entries across 5 versions & 1 rubygems