chore(docs): Updated API Reference (v2) (#9552)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
co-authored by
Oli Juhl
Shahed Nasser
parent
43324b9294
commit
b40fa6353e
@@ -1,37 +0,0 @@
|
||||
/**
|
||||
* @schema StoreRegionCountry
|
||||
* type: object
|
||||
* description: The country's details.
|
||||
* x-schemaName: StoreRegionCountry
|
||||
* required:
|
||||
* - id
|
||||
* properties:
|
||||
* id:
|
||||
* type: string
|
||||
* title: id
|
||||
* description: The country's ID.
|
||||
* iso_2:
|
||||
* type: string
|
||||
* title: iso_2
|
||||
* description: The country's ISO 2 code.
|
||||
* example: us
|
||||
* iso_3:
|
||||
* type: string
|
||||
* title: iso_3
|
||||
* description: The country's ISO 3 codel.
|
||||
* example: usa
|
||||
* num_code:
|
||||
* type: string
|
||||
* title: num_code
|
||||
* description: The country's num code.
|
||||
* name:
|
||||
* type: string
|
||||
* title: name
|
||||
* description: The country's name.
|
||||
* display_name:
|
||||
* type: string
|
||||
* title: display_name
|
||||
* description: The country's display name.
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user