Sha256: 40129bd606f1a5e724efa6ce80d7eb25f803d4f64ef297b8a7a8cdaac3db2bce
Contents?: true
Size: 698 Bytes
Versions: 6
Compression:
Stored size: 698 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "items": { "type": "array", "items": { "$ref": "#/definitions/instanceAuditLogs" } }, "count": { "type": "integer" }, "totalCount": { "type": "integer" }, "perPage": { "type": "integer" }, "page": { "type": "integer" }, "sortField": { "type": "string" }, "sortDirection": { "type": "string", "enum": [ "asc", "desc", "ASC", "DESC", "" ] }, "instanceId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" } } }
Version data entries
6 entries across 6 versions & 1 rubygems