File: modelWithXmlAttributes.yaml

package info (click to toggle)
golang-github-go-openapi-loads 0.0~git20160704.0.18441df-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,052 kB
  • sloc: sh: 16; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
description: 'this model serves xml and json structures'
xml:
  name: XMLModel
properties:
  id: {type: integer, format: int64, xml: {attribute: true, namespace: ns1, prefix: urn1}}
  items: {type: array, items: {type: string}, xml: {wrapped: true}}