{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/site.json", "title": "Site", "type": "object", "properties": { "code": { "type": "string" }, "name": { "type": "string" }, "address": { "$ref": "#/components/schemas/AddressPCH" }, "rdepot": { "type": "string" } } }