Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test-yaml-changes #557

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions xero-finance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,7 @@ components:
x-snake: xero_tenant_id
description: Xero identifier for Tenant
example: YOUR_XERO_TENANT_ID
x-example-open: 'YOUR_XERO_TENANT_ID'
schema:
type: string
required: true
Expand Down
19 changes: 10 additions & 9 deletions xero_accounting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ paths:
- code:
key: code
keyPascal: Code
default: 123456
default: 1234567
object: account
- name:
key: name
keyPascal: Name
default: FooBar
default: FooBarr
object: account
- type:
key: type
Expand Down Expand Up @@ -124,8 +124,8 @@ paths:
"Accounts": [
{
"AccountID": "66b262e2-561e-423e-8937-47d558f13442",
"Code": "123456",
"Name": "Foobar",
"Code": "1234567",
"Name": "Foobarr",
"Status": "ACTIVE",
"Type": "EXPENSE",
"TaxType": "INPUT",
Expand All @@ -152,8 +152,8 @@ paths:
"Elements": [
{
"AccountID": "00000000-0000-0000-0000-000000000000",
"Code": "123456",
"Name": "Foobar",
"Code": "1234567",
"Name": "Foobarr",
"Type": "EXPENSE",
"Description": "Hello World",
"ValidationErrors": [
Expand All @@ -172,8 +172,8 @@ paths:
schema:
$ref: '#/components/schemas/Account'
example: '{
"Code":"123456",
"Name":"Foobar",
"Code":"1234567",
"Name":"Foobarr",
"Type":"EXPENSE",
"Description":"Hello World"
}'
Expand Down Expand Up @@ -23046,7 +23046,8 @@ components:
name: xero-tenant-id
x-snake: xero_tenant_id
description: Xero identifier for Tenant
example: YOUR_XERO_TENANT_ID
example: YOUR_XEROX_TENANT_ID
x-example-open: \'YOUR_XEROO_TENANT_ID\'
schema:
type: string
required: true
Expand Down
3 changes: 2 additions & 1 deletion xero_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,8 @@ components:
name: xero-tenant-id
x-snake: xero_tenant_id
description: Xero identifier for Tenant
example: YOUR_XERO_TENANT_ID
example: YOUR_XEROF_TENANT_ID
x-example-open: 'YOUR_XERO_TENANT_ID'
schema:
type: string
required: true
Expand Down
Loading