3 Commits

View File

@@ -31,12 +31,10 @@ components:
type: string type: string
x-order: 1 x-order: 1
x-label: "Procedure Name" x-label: "Procedure Name"
x-autocomplete: token
description: description:
type: string type: string
x-order: 2 x-order: 2
x-label: "Description" x-label: "Description"
x-autocomplete: text
cost: cost:
type: number type: number
format: float format: float
@@ -287,7 +285,6 @@ components:
x-order: 4 x-order: 4
x-label: "Phone" x-label: "Phone"
x-description: "Contact phone number" x-description: "Contact phone number"
x-autocomplete: phone
metadata: metadata:
$ref: '#/components/schemas/Metadata' $ref: '#/components/schemas/Metadata'
x-order: 5 x-order: 5
@@ -319,6 +316,7 @@ components:
x-order: 2 x-order: 2
x-label: "Description" x-label: "Description"
x-description: "Detailed description of the treatment" x-description: "Detailed description of the treatment"
x-filterable: true
x-autocomplete: text x-autocomplete: text
metadata: metadata:
$ref: '#/components/schemas/Metadata' $ref: '#/components/schemas/Metadata'
@@ -422,7 +420,6 @@ components:
x-order: 2 x-order: 2
x-label: "Notes" x-label: "Notes"
x-description: "Any additional notes" x-description: "Any additional notes"
x-autocomplete: text
procedures: procedures:
type: array type: array
items: items: