Sha256: 8e4ceb6810c2c1b78ab739094ede0539f9e0f6d540f16ca255e64e7ab2043c5c

Contents?: true

Size: 293 Bytes

Versions: 3

Compression:

Stored size: 293 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
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
json_schema_tools-0.0.5 spec/fixtures/lead.json
json_schema_tools-0.0.4 spec/fixtures/lead.json
json_schema_tools-0.0.3 spec/fixtures/lead.json