{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/replacementvalue.json", "title": "ReplacementValue", "type": "object", "properties": { "field": { "type": "string" }, "value": { "type": "string" }, "key": { "type": "string" }, "translatable": { "type": "boolean" } } }