Sha256: 7e078522a4d63a8a14e19a1a7f552467d89446e1adfdd4e10c6b46f21c6c8631

Contents?: true

Size: 802 Bytes

Versions: 2

Compression:

Stored size: 802 Bytes

Contents

{ "type":"object",
  "title": "Address",
  "name": "address",
  "description": "An address of a contact for a document",
  "properties":{
    "name":{
      "description": "tax name",
      "type":"string",
      "required": true
    },
    "contact":{
      "description": "contact name",
      "type":"string"
    },
    "street":{
      "description": "street name",
      "type":"string"
    },
    "zip_code":{
      "description": "ZIP code",
      "type":"string"
    },
    "city":{
      "description": "City",
      "type":"string"
    },
    "state":{
      "description": "State",
      "type":"string"
    },
    "country":{
      "description": "Country code ISO 3166-1",
      "type":"string"
    },
    "tax_number":{
      "description": "Tax number",
      "type":"string"
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
doctag_json_schema-1.0.2 schema/address.json
doctag_json_schema-1.0.1 schema/address.json