Sha256: 43eba8d2df0c41947c1e4be178ec2a0352d8211fba125af64ece5b04b6e3256b
Contents?: true
Size: 544 Bytes
Versions: 21
Compression:
Stored size: 544 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "applicationId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "lastUpdated": { "type": "string", "format": "date-time" }, "lastUpdatedById": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "lastUpdatedByType": { "type": "string", "enum": [ "flow", "user", "apiToken" ] }, "content": { "type": "string" } } }
Version data entries
21 entries across 21 versions & 1 rubygems