Sha256: d6e855894179fceb980e15e4bddd972ba200eb3cc4fdec299b0a3c007d66d44b

Contents?: true

Size: 628 Bytes

Versions: 16

Compression:

Stored size: 628 Bytes

Contents

{ "type":"object",
  "title": "Contact",
  "name": "contact",
  "description": "A simple contact",
  "properties":{
    "id":{
      "description":"Unique identifier ",
      "identity":true,
      "readonly":true,
      "type":"number"
    },
    "organisation":{
      "description": "Name of a company. ",
      "required" : true,
      "type":"string",
      "maxLength": 100
    },
    "last_name":{
      "description": "Last name of a person. ",
      "type":"string",
      "maxLength": 50
    },
    "first_name":{
      "description": "First name of a person.",
      "type":"string",
      "maxLength": 50
    }
  }
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
json_schema_tools-0.2.6 spec/fixtures/contact.json
json_schema_tools-0.2.5 spec/fixtures/contact.json
json_schema_tools-0.2.4 spec/fixtures/contact.json
json_schema_tools-0.2.3 spec/fixtures/contact.json
json_schema_tools-0.2.2 spec/fixtures/contact.json
json_schema_tools-0.2.1 spec/fixtures/contact.json
json_schema_tools-0.2.0 spec/fixtures/contact.json
json_schema_tools-0.1.2 spec/fixtures/contact.json
json_schema_tools-0.1.1 spec/fixtures/contact.json
json_schema_tools-0.1.0 spec/fixtures/contact.json
json_schema_tools-0.0.8 spec/fixtures/contact.json
json_schema_tools-0.0.7 spec/fixtures/contact.json
json_schema_tools-0.0.6 spec/fixtures/contact.json
json_schema_tools-0.0.5 spec/fixtures/contact.json
json_schema_tools-0.0.4 spec/fixtures/contact.json
json_schema_tools-0.0.3 spec/fixtures/contact.json