Sha256: bc3cc657bcb8fa7bfc765e88edc57661083a1d200a92af7b432aacf8ff3f5495

Contents?: true

Size: 640 Bytes

Versions: 6

Compression:

Stored size: 640 Bytes

Contents

{
    "description": "An Address following the convention of http://microformats.org/wiki/hcard",
    "type": "object",
    "properties": {
        "post-office-box": { "type": "string" },
        "extended-address": { "type": "string" },
        "street-address": { "type": "string" },
        "locality":{ "type": "string" },
        "region": { "type": "string" },
        "postal-code": { "type": "string" },
        "country-name": { "type": "string"}
    },
    "required": ["locality", "region", "country-name"],
    "dependencies": {
        "post-office-box": "street-address",
        "extended-address": "street-address"
    }
}

Version data entries

6 entries across 5 versions & 3 rubygems

Version Path
mountapi-0.11.1 vendor/bundle/ruby/2.7.0/bundler/gems/json-schema-2253a5ee6679/test/schemas/address_microformat.json
mountapi-0.11.1 vendor/json-schema/test/schemas/address_microformat.json
json-schema-openc-fork-0.0.2 test/schemas/address_microformat.json
json-schema-2.5.1 test/schemas/address_microformat.json
json-schema-openc-fork-0.0.1 test/schemas/address_microformat.json
json-schema-2.5.0 test/schemas/address_microformat.json