docs-util: fix clean command removing used schemas (#6774)
This commit is contained in:
@@ -22,8 +22,16 @@
|
||||
* type: string
|
||||
* title: ends_at
|
||||
* description: The price list's ends at.
|
||||
* status: {}
|
||||
* type: {}
|
||||
* status:
|
||||
* type: string
|
||||
* enum:
|
||||
* - active
|
||||
* - draft
|
||||
* type:
|
||||
* type: string
|
||||
* enum:
|
||||
* - sale
|
||||
* - override
|
||||
* prices:
|
||||
* type: array
|
||||
* description: The price list's prices.
|
||||
|
||||
Reference in New Issue
Block a user