Compare commits
4 Commits
f5b3c2bb11
...
0.0.5
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d075b3904 | |||
| 28c6d9e964 | |||
| 628c3e97f5 | |||
| 4bf358734a |
@@ -31,12 +31,10 @@ components:
|
||||
type: string
|
||||
x-order: 1
|
||||
x-label: "Procedure Name"
|
||||
x-autocomplete: token
|
||||
description:
|
||||
type: string
|
||||
x-order: 2
|
||||
x-label: "Description"
|
||||
x-autocomplete: text
|
||||
cost:
|
||||
type: number
|
||||
format: float
|
||||
@@ -287,7 +285,6 @@ components:
|
||||
x-order: 4
|
||||
x-label: "Phone"
|
||||
x-description: "Contact phone number"
|
||||
x-autocomplete: phone
|
||||
metadata:
|
||||
$ref: '#/components/schemas/Metadata'
|
||||
x-order: 5
|
||||
@@ -319,6 +316,7 @@ components:
|
||||
x-order: 2
|
||||
x-label: "Description"
|
||||
x-description: "Detailed description of the treatment"
|
||||
x-filterable: true
|
||||
x-autocomplete: text
|
||||
metadata:
|
||||
$ref: '#/components/schemas/Metadata'
|
||||
@@ -422,7 +420,6 @@ components:
|
||||
x-order: 2
|
||||
x-label: "Notes"
|
||||
x-description: "Any additional notes"
|
||||
x-autocomplete: text
|
||||
procedures:
|
||||
type: array
|
||||
items:
|
||||
|
||||
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "openapi-first"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
description = "Strict OpenAPI-first application bootstrap for FastAPI."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
Reference in New Issue
Block a user