Sha256: 40b78f3af5d3cc0139a485bf9b6fe2f8f742800e19296aae24040aaec8ca053e

Contents?: true

Size: 793 Bytes

Versions: 2

Compression:

Stored size: 793 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. Just an example to test nested array values without object reference",
      "type":"array",
      "properties":{
        "type": "string"
      }
    },
    "conversion":{
      "description": "Just an example to test nested object value without object reference",
      "type":"object",
      "properties":{
        "from": {
          "type": "string"
        },
        "to": {
          "type": "string"
        }
      }
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
json_schema_tools-0.0.7 spec/fixtures/lead.json
json_schema_tools-0.0.6 spec/fixtures/lead.json