github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/1796/models/pair.json (about) 1 { 2 "Pair": { 3 "description": 4 "Simple key value pair model that is used by some of the other models.", 5 "type": "object", 6 "required": ["key", "value"], 7 "properties": { 8 "key": { 9 "type": "string" 10 }, 11 "value": { 12 "type": "string" 13 } 14 } 15 } 16 }