github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/fixtures/bugs/1767/Identifier.yaml (about) 1 type: object 2 title: "Identifier" 3 description: "v3.1.0-12545" 4 properties: 5 use: 6 type: string 7 example: "usual" 8 enum: 9 - "usual" 10 - "official" 11 - "temp" 12 - "secondary" 13 - "old" 14 system: 15 type: string 16 value: 17 description: "Some unique value" 18 type: string 19 assigner: 20 description: "Organization" 21 allOf: 22 - $ref: 'Reference.yaml' 23 required: 24 - use