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

Version Path
json_schema_tools-0.2.6 spec/fixtures/lead.json
json_schema_tools-0.2.5 spec/fixtures/lead.json
json_schema_tools-0.2.4 spec/fixtures/lead.json
json_schema_tools-0.2.3 spec/fixtures/lead.json
json_schema_tools-0.2.2 spec/fixtures/lead.json
json_schema_tools-0.2.1 spec/fixtures/lead.json
json_schema_tools-0.2.0 spec/fixtures/lead.json
json_schema_tools-0.1.2 spec/fixtures/lead.json
json_schema_tools-0.1.1 spec/fixtures/lead.json
json_schema_tools-0.1.0 spec/fixtures/lead.json
json_schema_tools-0.0.8 spec/fixtures/lead.json