{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/addresspch.json", "title": "AddressPCH", "type": "object", "properties": { "line0": { "type": "string" }, "line1": { "type": "string" }, "line2": { "type": "string" }, "line3": { "type": "string" }, "zipCode": { "type": "string" }, "city": { "type": "string" }, "countryCode": { "type": "string" } } }