Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IICS Swagger File Public Repository
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
interop
iics
IICS Swagger File Public Repository
Commits
187ee968
Commit
187ee968
authored
9 months ago
by
Joe Markey
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
360aa922
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ASP-IICS-Team/GetExternalCustomers/getexternalcustomers.json
+2045
-0
2045 additions, 0 deletions
ASP-IICS-Team/GetExternalCustomers/getexternalcustomers.json
with
2045 additions
and
0 deletions
ASP-IICS-Team/GetExternalCustomers/getexternalcustomers.json
0 → 100644
+
2045
−
0
View file @
187ee968
{
"swagger"
:
"2.0"
,
"info"
:
{
"description"
:
null
,
"version"
:
"1.0.0"
,
"title"
:
null
,
"termsOfService"
:
null
,
"contact"
:
null
,
"license"
:
null
},
"host"
:
"api.wisc.edu"
,
"basePath"
:
"/finance"
,
"schemes"
:
[
"https"
],
"paths"
:
{
"/externalcustomers?filter[name]=customer_name"
:
{
"get"
:
{
"tags"
:
[
"getexternalcustomers"
],
"summary"
:
null
,
"description"
:
null
,
"operationId"
:
"getexternalcustomers"
,
"produces"
:
[
"application/json"
],
"consumes"
:
[
"application/json"
],
"parameters"
:
[
],
"responses"
:
{
"200"
:
{
"description"
:
"successful operation"
,
"schema"
:
{
"$ref"
:
"#/definitions/getexternalcustomers"
}
}
}
}
}
},
"definitions"
:
{
"getexternalcustomers##info"
:
{
"properties"
:
{
"description"
:
{
"type"
:
"string"
},
"version"
:
{
"type"
:
"string"
},
"title"
:
{
"type"
:
"string"
},
"termsOfService"
:
{
"type"
:
"string"
},
"contact"
:
{
"type"
:
"string"
},
"license"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##paths##/externalcustomers##get##parameters"
:
{
"properties"
:
{
"name"
:
{
"type"
:
"string"
},
"in"
:
{
"type"
:
"string"
},
"description"
:
{
"type"
:
"string"
},
"required"
:
{
"type"
:
"boolean"
},
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##paths##/externalcustomers##get##responses##200##schema"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##paths##/externalcustomers##get##responses##200"
:
{
"properties"
:
{
"description"
:
{
"type"
:
"string"
},
"schema"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##paths##/externalcustomers##get##responses##200##schema"
}
}
},
"getexternalcustomers##paths##/externalcustomers##get##responses"
:
{
"properties"
:
{
"200"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##paths##/externalcustomers##get##responses##200"
}
}
},
"getexternalcustomers##paths##/externalcustomers##get"
:
{
"properties"
:
{
"tags"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
}
},
"summary"
:
{
"type"
:
"string"
},
"description"
:
{
"type"
:
"string"
},
"operationId"
:
{
"type"
:
"string"
},
"produces"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
}
},
"consumes"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
}
},
"parameters"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##paths##/externalcustomers##get##parameters"
}
},
"responses"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##paths##/externalcustomers##get##responses"
}
}
},
"getexternalcustomers##paths##/externalcustomers"
:
{
"properties"
:
{
"get"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##paths##/externalcustomers##get"
}
}
},
"getexternalcustomers##paths"
:
{
"properties"
:
{
"/externalcustomers"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##paths##/externalcustomers"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##info##properties##description"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##info##properties##version"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##info##properties##title"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##info##properties##termsOfService"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##info##properties##contact"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##info##properties##license"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##info##properties"
:
{
"properties"
:
{
"description"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##info##properties##description"
},
"version"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##info##properties##version"
},
"title"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##info##properties##title"
},
"termsOfService"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##info##properties##termsOfService"
},
"contact"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##info##properties##contact"
},
"license"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##info##properties##license"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##info"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##info##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##200##schema##properties##$ref"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##200##schema##properties"
:
{
"properties"
:
{
"$ref"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##200##schema##properties##$ref"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##200##schema"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##200##schema##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##200##properties##description"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##200##properties##schema"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##200##properties"
:
{
"properties"
:
{
"description"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##200##properties##description"
},
"schema"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##200##properties##schema"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##200"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##200##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##properties##200"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##properties"
:
{
"properties"
:
{
"200"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##properties##200"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##tags##items"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##tags"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
},
"items"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##tags##items"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##summary"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##description"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##operationId"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##produces##items"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##produces"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
},
"items"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##produces##items"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##consumes##items"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##consumes"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
},
"items"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##consumes##items"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##parameters"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##responses"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties"
:
{
"properties"
:
{
"tags"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##tags"
},
"summary"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##summary"
},
"description"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##description"
},
"operationId"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##operationId"
},
"produces"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##produces"
},
"consumes"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##consumes"
},
"parameters"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##parameters"
},
"responses"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties##responses"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##properties##get"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##properties"
:
{
"properties"
:
{
"get"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##properties##get"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##properties##/externalcustomers"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths##properties"
:
{
"properties"
:
{
"/externalcustomers"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##properties##/externalcustomers"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##paths"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_id##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_id##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_id##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_id"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_id##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_1##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_1##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_1##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_1"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_1##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_2##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_2##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_2##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_2"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_2##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_3##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_3##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_3##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_3"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_3##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_usage##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_usage##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_usage##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_usage"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_usage##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##city##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##city##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##city##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##city"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##city##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##country_code##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##country_code##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##country_code##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##country_code"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##country_code##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##id##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##id##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##id##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##id"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##id##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##state_code##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##state_code##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##state_code##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##state_code"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##state_code##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##zip_code##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##zip_code##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##zip_code##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##zip_code"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##zip_code##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##address_id"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##address_line_1"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##address_line_2"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##address_line_3"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##address_usage"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##city"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##country_code"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##id"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##state_code"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##zip_code"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
},
"address_id"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##address_id"
},
"address_line_1"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##address_line_1"
},
"address_line_2"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##address_line_2"
},
"address_line_3"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##address_line_3"
},
"address_usage"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##address_usage"
},
"city"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##city"
},
"country_code"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##country_code"
},
"id"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##id"
},
"state_code"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##state_code"
},
"zip_code"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties##zip_code"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##active##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##active##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##active##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##active"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##active##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address##items##properties##$ref"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address##items##properties"
:
{
"properties"
:
{
"$ref"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address##items##properties##$ref"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address##items"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address##items##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address##properties##items"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address##properties##type"
},
"items"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address##properties##items"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##name##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##name##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##name##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##name"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##name##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##status##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##status##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##status##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##status"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##status##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##properties##active"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##properties##address"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##properties##name"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##properties##status"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##properties"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
},
"active"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##properties##active"
},
"address"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##properties##address"
},
"name"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##properties##name"
},
"status"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##properties##status"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##links##properties##self##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##links##properties##self##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##links##properties##self##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##links##properties##self"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##links##properties##self##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##links##properties##properties##self"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##links##properties##properties"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
},
"self"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##links##properties##properties##self"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##links##properties"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##links##properties##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##links"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##links##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##attributes##properties##$ref"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##attributes##properties"
:
{
"properties"
:
{
"$ref"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##attributes##properties##$ref"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##attributes"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##attributes##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##id##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##id##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##id##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##id"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##id##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##links##properties##$ref"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##links##properties"
:
{
"properties"
:
{
"$ref"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##links##properties##$ref"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##links"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##links##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##type##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##type##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##type##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##type"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##type##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##properties##attributes"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##properties##id"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##properties##links"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##properties##type"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##properties"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
},
"attributes"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##properties##attributes"
},
"id"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##properties##id"
},
"links"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##properties##links"
},
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##first##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##first##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##first##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##first"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##first##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##last##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##last##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##last##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##last"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##last##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##next##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##next##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##next##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##next"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##next##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##prev##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##prev##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##prev##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##prev"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##prev##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##self##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##self##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##self##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##self"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##self##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##properties##first"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##properties##last"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##properties##next"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##properties##prev"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##properties##self"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##properties"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
},
"first"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##properties##first"
},
"last"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##properties##last"
},
"next"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##properties##next"
},
"prev"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##properties##prev"
},
"self"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##properties##self"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageNumber##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageNumber##properties##format"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageNumber##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageNumber##properties##type"
},
"format"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageNumber##properties##format"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageNumber"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageNumber##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageSize##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageSize##properties##format"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageSize##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageSize##properties##type"
},
"format"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageSize##properties##format"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageSize"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageSize##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalCount##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalCount##properties##format"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalCount##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalCount##properties##type"
},
"format"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalCount##properties##format"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalCount"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalCount##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalPages##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalPages##properties##format"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalPages##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalPages##properties##type"
},
"format"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalPages##properties##format"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalPages"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalPages##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##properties##pageNumber"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##properties##pageSize"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##properties##totalCount"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##properties##totalPages"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##properties"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
},
"pageNumber"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##properties##pageNumber"
},
"pageSize"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##properties##pageSize"
},
"totalCount"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##properties##totalCount"
},
"totalPages"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##properties##totalPages"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##data##items##properties##$ref"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##data##items##properties"
:
{
"properties"
:
{
"$ref"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##data##items##properties##$ref"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##data##items"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##data##items##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##data##properties##type"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##data##properties##items"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##data##properties"
:
{
"properties"
:
{
"type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##data##properties##type"
},
"items"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##data##properties##items"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##data"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##data##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##links##properties##$ref"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##links##properties"
:
{
"properties"
:
{
"$ref"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##links##properties##$ref"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##links"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##links##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##meta##properties##$ref"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##meta##properties"
:
{
"properties"
:
{
"$ref"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##meta##properties##$ref"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##meta"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##meta##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##properties##data"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##properties##links"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##properties##meta"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##properties"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
},
"data"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##properties##data"
},
"links"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##properties##links"
},
"meta"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##properties##meta"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##properties##getexternalcustomers##data##attributes##address"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##properties##getexternalcustomers##data##attributes"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##properties##getexternalcustomers##data##links"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##properties##getexternalcustomers##data"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##properties##getexternalcustomers##links"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##properties##getexternalcustomers##meta"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##properties##getexternalcustomers"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions##properties"
:
{
"properties"
:
{
"getexternalcustomers##data##attributes##address"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##properties##getexternalcustomers##data##attributes##address"
},
"getexternalcustomers##data##attributes"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##properties##getexternalcustomers##data##attributes"
},
"getexternalcustomers##data##links"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##properties##getexternalcustomers##data##links"
},
"getexternalcustomers##data"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##properties##getexternalcustomers##data"
},
"getexternalcustomers##links"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##properties##getexternalcustomers##links"
},
"getexternalcustomers##meta"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##properties##getexternalcustomers##meta"
},
"getexternalcustomers"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##properties##getexternalcustomers"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##definitions"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties##swagger"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties##info"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties##host"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties##basePath"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties##schemes##items"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties##schemes"
:
{
"properties"
:
{
"type"
:
{
"type"
:
"string"
},
"items"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties##schemes##items"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties##paths"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties##definitions"
:
{
"properties"
:
{
"$ref"
:
{
"type"
:
"string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties"
:
{
"properties"
:
{
"swagger"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties##swagger"
},
"info"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties##info"
},
"host"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties##host"
},
"basePath"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties##basePath"
},
"schemes"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties##schemes"
},
"paths"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties##paths"
},
"definitions"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties##definitions"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers"
:
{
"properties"
:
{
"properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers##properties"
}
}
},
"getexternalcustomers##definitions"
:
{
"properties"
:
{
"getexternalcustomers##info"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##info"
},
"getexternalcustomers##paths##/externalcustomers##get##responses##200##schema"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##200##schema"
},
"getexternalcustomers##paths##/externalcustomers##get##responses##200"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses##200"
},
"getexternalcustomers##paths##/externalcustomers##get##responses"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get##responses"
},
"getexternalcustomers##paths##/externalcustomers##get"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers##get"
},
"getexternalcustomers##paths##/externalcustomers"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths##/externalcustomers"
},
"getexternalcustomers##paths"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##paths"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_id"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_id"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_1"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_1"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_2"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_2"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_3"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_3"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_usage"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_usage"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##city"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##city"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##country_code"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##country_code"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##id"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##id"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##state_code"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##state_code"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##zip_code"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##zip_code"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##address"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##active"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##active"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address##items"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address##items"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##name"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##name"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##status"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##status"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties"
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##attributes"
},
"getexternalcustomers##definitions##getexternalcustomers##data##links##properties##self"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##links##properties##self"
},
"getexternalcustomers##definitions##getexternalcustomers##data##links##properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##links##properties"
},
"getexternalcustomers##definitions##getexternalcustomers##data##links"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##links"
},
"getexternalcustomers##definitions##getexternalcustomers##data##properties##attributes"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##attributes"
},
"getexternalcustomers##definitions##getexternalcustomers##data##properties##id"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##id"
},
"getexternalcustomers##definitions##getexternalcustomers##data##properties##links"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##links"
},
"getexternalcustomers##definitions##getexternalcustomers##data##properties##type"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties##type"
},
"getexternalcustomers##definitions##getexternalcustomers##data##properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data##properties"
},
"getexternalcustomers##definitions##getexternalcustomers##data"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##data"
},
"getexternalcustomers##definitions##getexternalcustomers##links##properties##first"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##first"
},
"getexternalcustomers##definitions##getexternalcustomers##links##properties##last"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##last"
},
"getexternalcustomers##definitions##getexternalcustomers##links##properties##next"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##next"
},
"getexternalcustomers##definitions##getexternalcustomers##links##properties##prev"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##prev"
},
"getexternalcustomers##definitions##getexternalcustomers##links##properties##self"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties##self"
},
"getexternalcustomers##definitions##getexternalcustomers##links##properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links##properties"
},
"getexternalcustomers##definitions##getexternalcustomers##links"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##links"
},
"getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageNumber"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageNumber"
},
"getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageSize"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageSize"
},
"getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalCount"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalCount"
},
"getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalPages"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalPages"
},
"getexternalcustomers##definitions##getexternalcustomers##meta##properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta##properties"
},
"getexternalcustomers##definitions##getexternalcustomers##meta"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##meta"
},
"getexternalcustomers##definitions##getexternalcustomers##properties##data##items"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##data##items"
},
"getexternalcustomers##definitions##getexternalcustomers##properties##data"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##data"
},
"getexternalcustomers##definitions##getexternalcustomers##properties##links"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##links"
},
"getexternalcustomers##definitions##getexternalcustomers##properties##meta"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties##meta"
},
"getexternalcustomers##definitions##getexternalcustomers##properties"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers##properties"
},
"getexternalcustomers##definitions##getexternalcustomers"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions##getexternalcustomers"
},
"getexternalcustomers##definitions"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##definitions"
},
"getexternalcustomers##getexternalcustomers"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions##getexternalcustomers##getexternalcustomers"
}
}
},
"getexternalcustomers##getexternalcustomers"
:
{
"properties"
:
{
"swagger"
:
{
"type"
:
"string"
},
"info"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##info"
},
"host"
:
{
"type"
:
"string"
},
"basePath"
:
{
"type"
:
"string"
},
"schemes"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
}
},
"paths"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##paths"
},
"definitions"
:
{
"$ref"
:
"#/definitions/getexternalcustomers##definitions"
}
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment