Sha256: 86aa32a08a37f4b2b415d8b6504ac0e3cd01207d5c3248a479c3918f5738df30
Contents?: true
Size: 755 Bytes
Versions: 11
Compression:
Stored size: 755 Bytes
Contents
{ "type":"object", "title": "Lead", "name": "lead", "extends": "contact", "description": "A lead, inherits fields from contact schema", "properties":{ "lead_source":{ "description": "Where did the person come from", "type":"string", "maxLength": 255 }, "links_clicked":{ "description": "Timestamps of clicks. Test nested array values without object reference", "type":"array", "properties":{ "type": "string" } }, "conversion":{ "description": "Test nested object value without object reference", "type":"object", "properties":{ "from": { "type": "string" }, "to": { "type": "string" } } } } }
Version data entries
11 entries across 11 versions & 1 rubygems