Skip to content

Commit bb70590

Browse files
committed
upfdated examples and generated build
1 parent 7251cf4 commit bb70590

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

docs/examples/data-types.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<div style="text-align: center; padding: 20px 0 12px 0; color:#47AFE8"> Schema Style</div>
3838
<div style="display: flex;justify-content: center; margin: 2px 0">
3939
<button class='btn medium' onclick="document.getElementById('thedoc').setAttribute('schema-style', 'table')" >Table</button>
40-
<button class='btn medium' onclick="document.getElementById('thedoc').setAttribute('allow-try', 'tree')" >Tree</button>
40+
<button class='btn medium' onclick="document.getElementById('thedoc').setAttribute('schema-style', 'tree')" >Tree</button>
4141
</div>
4242
</div>
4343
</div>

docs/rapidoc-min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/specs/data-types.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ components:
202202
name:
203203
description: Category name
204204
type: string
205-
minLength: 1
205+
deprecated: true
206206
id:
207207
type: integer
208208
format: int64
@@ -221,8 +221,17 @@ components:
221221
description: Categories this person belongs to
222222
allOf:
223223
- $ref: '#/components/schemas/category'
224+
country:
225+
type: object
226+
deprecated: true
227+
properties:
228+
countryCode:
229+
type: string
230+
countryName:
231+
type: string
224232
dependentIds:
225233
type: array
234+
deprecated: true
226235
description: IDs of Dependents .
227236
items:
228237
type: integer

docs/specs/temp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ components:
4747
properties:
4848
hits:
4949
title: Hits
50+
deprecated: true
5051
type: array
5152
items:
5253
type: object

0 commit comments

Comments
 (0)