mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 02:07:58 +00:00
6 lines
250 B
YAML
6 lines
250 B
YAML
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}}
|