Skip to content

Commit 4fdec19

Browse files
committed
coverage of meta.yaml
1 parent 5c0aa8b commit 4fdec19

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
openapi: 3.2.0
2+
info:
3+
title: API
4+
version: 1.0.0
5+
components:
6+
schemas:
7+
externalDocs-no-object:
8+
externalDocs: true
9+
externalDocs-incomplete:
10+
externalDocs:
11+
description: true
12+
externalDocs-invalid-url:
13+
externalDocs:
14+
url: true
15+
discriminator-no-object:
16+
discriminator: true
17+
discriminator-incomplete:
18+
discriminator:
19+
mapping: true
20+
discriminator-invalid-propertyName:
21+
discriminator:
22+
propertyName: true
23+
discriminator-invalid-mapping:
24+
discriminator:
25+
mapping:
26+
key: true
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
openapi: 3.2.0
2+
info:
3+
title: API
4+
version: 1.0.0
5+
components:
6+
schemas:
7+
Attr:
8+
type: string
9+
xml:
10+
nodeType: true
11+
name: true
12+
namespace: true
13+
prefix: true
14+
attribute: 42
15+
wrapped: 42
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
openapi: 3.2.0
2+
info:
3+
title: API
4+
version: 1.0.0
5+
components:
6+
schemas:
7+
Attr:
8+
type: string
9+
xml: true

0 commit comments

Comments
 (0)