forked from APIs-guru/openapi-directory
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36ccc53
commit e63ff4d
Showing
131 changed files
with
621 additions
and
548 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -497,7 +497,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
} | ||
], | ||
notes: 'Some notes about this customer', | ||
|
@@ -735,7 +736,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
} | ||
], | ||
notes: 'Some notes about this customer', | ||
|
@@ -1310,7 +1312,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
}, | ||
shipping_address: { | ||
id: '123', | ||
|
@@ -1334,7 +1337,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
}, | ||
template_id: '123456', | ||
row_version: '1-12345' | ||
|
@@ -1570,7 +1574,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
}, | ||
shipping_address: { | ||
id: '123', | ||
|
@@ -1594,7 +1599,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
}, | ||
template_id: '123456', | ||
row_version: '1-12345' | ||
|
@@ -3061,6 +3067,8 @@ components: | |
example: "94104" | ||
nullable: true | ||
type: string | ||
row_version: | ||
$ref: "#/components/schemas/RowVersion" | ||
salutation: | ||
example: Mr | ||
nullable: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -446,7 +446,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
} | ||
], | ||
applications: ['a0d636c6-43b3-4bde-8c70-85b707d992f4', 'a98lfd96-43b3-4bde-8c70-85b707d992e6'], | ||
|
@@ -827,6 +828,8 @@ components: | |
example: "94104" | ||
nullable: true | ||
type: string | ||
row_version: | ||
$ref: "#/components/schemas/RowVersion" | ||
salutation: | ||
example: Mr | ||
nullable: true | ||
|
@@ -2114,6 +2117,11 @@ components: | |
required: | ||
- number | ||
type: object | ||
RowVersion: | ||
example: 1-12345 | ||
nullable: true | ||
title: Row version | ||
type: string | ||
Tags: | ||
example: | ||
- New | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -466,7 +466,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
}, | ||
all_day_event: false, | ||
private: true, | ||
|
@@ -712,7 +713,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
}, | ||
all_day_event: false, | ||
private: true, | ||
|
@@ -925,7 +927,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
} | ||
], | ||
social_links: [ | ||
|
@@ -1183,7 +1186,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
} | ||
], | ||
social_links: [ | ||
|
@@ -1384,7 +1388,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
} | ||
], | ||
social_links: [ | ||
|
@@ -1634,7 +1639,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
} | ||
], | ||
social_links: [ | ||
|
@@ -1827,7 +1833,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
} | ||
], | ||
social_links: [ | ||
|
@@ -2070,7 +2077,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
} | ||
], | ||
social_links: [ | ||
|
@@ -3178,7 +3186,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
} | ||
], | ||
phone_numbers: [ | ||
|
@@ -3396,7 +3405,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
} | ||
], | ||
phone_numbers: [ | ||
|
@@ -4290,6 +4300,8 @@ components: | |
example: "94104" | ||
nullable: true | ||
type: string | ||
row_version: | ||
$ref: "#/components/schemas/RowVersion" | ||
salutation: | ||
example: Mr | ||
nullable: true | ||
|
@@ -7205,6 +7217,11 @@ components: | |
required: | ||
- name | ||
x-pii: [] | ||
RowVersion: | ||
example: 1-12345 | ||
nullable: true | ||
title: Row version | ||
type: string | ||
SocialLink: | ||
properties: | ||
id: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -419,7 +419,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
} | ||
], | ||
notes: 'Some notes about this customer', | ||
|
@@ -641,7 +642,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
} | ||
], | ||
notes: 'Some notes about this customer', | ||
|
@@ -884,6 +886,8 @@ components: | |
example: "94104" | ||
nullable: true | ||
type: string | ||
row_version: | ||
$ref: "#/components/schemas/RowVersion" | ||
salutation: | ||
example: Mr | ||
nullable: true | ||
|
@@ -2687,6 +2691,11 @@ components: | |
required: | ||
- name | ||
x-pii: [] | ||
RowVersion: | ||
example: 1-12345 | ||
nullable: true | ||
title: Row version | ||
type: string | ||
SocialLink: | ||
properties: | ||
id: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -743,7 +743,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
}, | ||
compensations: [ | ||
{ | ||
|
@@ -780,7 +781,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
} | ||
], | ||
phone_numbers: [ | ||
|
@@ -814,7 +816,8 @@ paths: | |
url: 'https://www.twitter.com/apideck-io', | ||
type: 'twitter' | ||
} | ||
] | ||
], | ||
row_version: '1-12345' | ||
} | ||
} | ||
|
@@ -1047,7 +1050,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
}, | ||
compensations: [ | ||
{ | ||
|
@@ -1084,7 +1088,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
} | ||
], | ||
phone_numbers: [ | ||
|
@@ -1118,7 +1123,8 @@ paths: | |
url: 'https://www.twitter.com/apideck-io', | ||
type: 'twitter' | ||
} | ||
] | ||
], | ||
row_version: '1-12345' | ||
} | ||
} | ||
|
@@ -1358,6 +1364,8 @@ components: | |
example: "94104" | ||
nullable: true | ||
type: string | ||
row_version: | ||
$ref: "#/components/schemas/RowVersion" | ||
salutation: | ||
example: Mr | ||
nullable: true | ||
|
@@ -1877,6 +1885,8 @@ components: | |
nullable: true | ||
title: Pronouns | ||
type: string | ||
row_version: | ||
$ref: "#/components/schemas/RowVersion" | ||
salutation: | ||
example: Mr | ||
nullable: true | ||
|
@@ -2330,6 +2340,11 @@ components: | |
nullable: true | ||
title: Photo URL | ||
type: string | ||
RowVersion: | ||
example: 1-12345 | ||
nullable: true | ||
title: Row version | ||
type: string | ||
Title: | ||
example: CEO | ||
nullable: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -443,7 +443,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
} | ||
], | ||
social_links: [ | ||
|
@@ -686,7 +687,8 @@ paths: | |
phone_number: '111-111-1111', | ||
fax: '122-111-1111', | ||
email: '[email protected]', | ||
website: 'https://elonmusk.com' | ||
website: 'https://elonmusk.com', | ||
row_version: '1-12345' | ||
} | ||
], | ||
social_links: [ | ||
|
@@ -947,6 +949,8 @@ components: | |
example: "94104" | ||
nullable: true | ||
type: string | ||
row_version: | ||
$ref: "#/components/schemas/RowVersion" | ||
salutation: | ||
example: Mr | ||
nullable: true | ||
|
@@ -2150,6 +2154,11 @@ components: | |
required: | ||
- number | ||
type: object | ||
RowVersion: | ||
example: 1-12345 | ||
nullable: true | ||
title: Row version | ||
type: string | ||
SocialLink: | ||
properties: | ||
id: | ||
|
Oops, something went wrong.