{ "Pair": { "description": "Simple key value pair model that is used by some of the other models.", "type": "object", "required": ["key", "value"], "properties": { "key": { "type": "string" }, "value": { "type": "string" } }, "x-go-type": { "import": { "package": "bitbucket.di2e.net/scm/pir/ab-models.git", "alias": "abmodels" }, "type": "Pair" } } }