Geocode a Parsed Jobπ︎
| HTTP Verb | Path |
|---|---|
| POST | /v10/geocoder/joborder |
Get or insert geocode coordinate values (latitude/longitude) for a parsed job.
Info
- You can try this endpoint out at our Swagger page ( US Data Center | EU Data Center | AU Data Center )
Request Bodyπ︎
JobData π︎ object required
JobDataπ︎
The parsed JobData from the Textkernel Job Parser. See Parse a Job
Provider π︎ string
Providerπ︎
The Provider you wish to use to geocode the postal address (current options are "Google" or "Bing"). If not specified, we will default to our internal geocoding service. If passing a ProviderKey, this field is required.
ProviderKey π︎ string
ProviderKeyπ︎
The Provider Key for the specified Provider. If using Bing you must specify your own provider key.
PostalAddress π︎ object
PostalAddressπ︎
The postal address you wish to geocode. For best results, specify as many of the PostalAddress fields as possible. If provided, this address will be used to get the geocode coordinates instead of the address included in the ParsedDocument (if present), however, the address in the ParsedDocument will not be modified.
PostalAddress properties
CountryCode π︎ string
CountryCodeπ︎
The ISO 3166-1 alpha-2 code indicating the country for the postal address.
Sample JSON
json
{
"JobData": "...",
"Provider": "",
"ProviderKey": "",
"PostalAddress": {
"CountryCode": "",
"PostalCode": "",
"Region": "",
"Municipality": "",
"AddressLine": ""
}
}
Response Bodyπ︎
Info π︎ object
Infoπ︎
Information explaining the outcome of the transaction.
Info properties
Code π︎ string
Codeπ︎
| Code | Description |
|---|---|
Success |
Successful transaction |
MissingParameter |
A required parameter wasn't provided |
InvalidParameter |
A parameter was incorrectly specified |
AuthenticationError |
An error occurred with the credentials provided |
InsufficientData |
The address provided doesn't have enough granularity to be geocoded effectively |
CoordinatesNotFound |
The geocoding provider couldn't find any coordinates matching the provided address |
Message π︎ string
Messageπ︎
This message further describes the code providing additional detail.
TransactionId π︎ string
TransactionIdπ︎
The (GUID) id for a specific API transaction. Use this when contacting TXsupport@bullhorn.com about issues.
EngineVersion π︎ string
EngineVersionπ︎
The version of the parsing/matching engine running under-the-hood.
TotalElapsedMilliseconds π︎ integer
TotalElapsedMillisecondsπ︎
How long the transaction took on Textkernel's server, in milliseconds. If the transaction takes longer to complete on the client side, that extra duration is solely network latency.
TransactionCost π︎ decimal
TransactionCostπ︎
How many credits the transaction costs.How many credits the transaction costs.
CustomerDetails π︎ object
CustomerDetailsπ︎
Information about the customer who made the API call.
CustomerDetails properties
CreditsRemaining π︎ decimal
CreditsRemainingπ︎
The number of credits remaining to be used by the account.
Value π︎ object
Valueπ︎
Contains response data for the transaction.
Value properties
JobData π︎ object
JobDataπ︎
The main output from the Textkernel Job Parser containing the geocoded coordinates.
JobData properties
CurrentJobIsManagement π︎ bool
CurrentJobIsManagementπ︎
Whether or not the job is a management position. Used by Textkernel for Search & Match.
HighestManagementScore π︎ object
HighestManagementScoreπ︎
The management score, or null. Used by Textkernel for Search & Match.
HighestManagementScore properties
ManagementLevel π︎ string
ManagementLevelπ︎
The management level. Used by Textkernel for Search & Match. One of:
- None
- Low
- Mid
- High
ExecutiveType π︎ string
ExecutiveTypeπ︎
What kind of executive position the job is, if any. Used by Textkernel for Search & Match. One of:
- NONE
- ADMIN
- ACCOUNTING
- BUSINESS_DEV
- EXECUTIVE
- FINANCIAL
- GENERAL
- IT
- LEARNING
- MARKETING
- OPERATIONS
MinimumYears π︎ object
MinimumYearsπ︎
The minimum years experience for the job, or null. Used by Textkernel for Search & Match.
MinimumYears properties
MaximumYears π︎ object
MaximumYearsπ︎
The maximum years experience for the job, or null. Used by Textkernel for Search & Match.
MaximumYears properties
MinimumYearsManagement π︎ object
MinimumYearsManagementπ︎
The minimum years of management experience, or null. Used by Textkernel for Search & Match.
MinimumYearsManagement properties
MaximumYearsManagement π︎ object
MaximumYearsManagementπ︎
The maximum years of management experience, or null. Used by Textkernel for Search & Match.
MaximumYearsManagement properties
RequiredDegree π︎ string
RequiredDegreeπ︎
The required educational degree, if listed. Used by Textkernel for Search & Match.
JobDescription π︎ string
JobDescriptionπ︎
Section containing information about the job. Job description strictly includes duties, tasks, and responsibilities for the role with as little irrelevant text as possible.
EmployerDescription π︎ string
EmployerDescriptionπ︎
Full text of any employer description listed by the job.
JobTitles π︎ object
JobTitlesπ︎
The job titles found in the job. Used by Textkernel for Search & Match.
JobTitles properties
NormalizedProfession π︎ object
NormalizedProfessionπ︎
If ProfessionsSettings.Normalize was set to true, this will be populated for the most recent 3 positions.
NormalizedProfession properties
Profession π︎ object
Professionπ︎
Object containing the details of the profession concept.
Profession properties
Group π︎ object
Groupπ︎
The object of the group to which the profession concept belongs.
Group properties
Class π︎ object
Classπ︎
The object of the class to which the profession concept belongs.
Class properties
EmployerNames π︎ object
EmployerNamesπ︎
The employer names found in the job.
EmployerNames properties
Degrees π︎ object[]
Degreesπ︎
The educational degrees found listed in the job. Used by Textkernel for Search & Match.
Degrees properties
LocalEducationLevel π︎ string
LocalEducationLevelπ︎
The normalized, local education level based on the job's country. Returns the Code ID from the table below.
| Code ID | Description |
|---|---|
| AT_0 | Unbekannt |
| AT_1 | Volksschule |
| AT_10 | Fachhochschule |
| AT_11 | Akademie |
| AT_12 | UniversitΓ€t |
| AT_13 | Post-Akademische Ausbildung |
| AT_14 | Dissertation |
| AT_2 | Hauptschule |
| AT_3 | AHS Unterstufe |
| AT_4 | Lehre |
| AT_5 | BMS |
| AT_6 | BHS |
| AT_7 | AHS Oberstufe |
| AT_8 | Werkmeister- und Meisterschule |
| AT_9 | Kolleg |
| BE_0 | Onbekend |
| BE_1 | Doctoraat |
| BE_10 | Beroepssecundair onderwijs |
| BE_11 | Technisch secundair onderwijs |
| BE_12 | Lager onderwijs |
| BE_13 | Andere |
| BE_14 | Hoger beroepsonderwijs |
| BE_3 | Master |
| BE_4 | Bachelor/Master |
| BE_5 | Academische/Professionele bachelor |
| BE_6 | Academische bachelor |
| BE_7 | Professionele bachelor |
| BE_8 | Algemeen secundair onderwijs |
| BE_9 | Kunstsecundair onderwijs |
| BR_0 | Desconocido |
| BR_1 | Ensino fundamentele |
| BR_2 | Ensino secundΓ‘rio |
| BR_3 | Licenciatura |
| BR_4 | Mestrado |
| BR_5 | Doutoramento |
| CA_0 | Unknown |
| CA_1 | High School |
| CA_2 | Vocational Certificate |
| CA_3 | Bachelor's Degree |
| CA_4 | Master's Degree |
| CA_5 | Ph.D. |
| CH_0 | Andere/Unbekannt |
| CH_1 | Primarschule |
| CH_10 | Post-doc |
| CH_2 | Sekundarschule |
| CH_3 | Berufliche Grundbildung |
| CH_4 | Allgemeinbildende Schulen |
| CH_5 | HΓΆhere Berufsbildung |
| CH_6 | Hochschule |
| CH_7 | Nachdiplomausbildung |
| CH_8 | Masterstudium |
| CH_9 | Doktorat |
| CN_0 | ζ θ¦ζ± |
| CN_1 | ε°ε¦ |
| CN_2 | δΈε¦ |
| CN_3 | θδΈζθ² |
| CN_4 | ε€§ε¦ |
| CN_5 | η‘士 |
| CN_6 | ε士 |
| CZ_0 | Unknown |
| CZ_1 | ZΓ‘kladnΓ Ε‘kola |
| CZ_2 | SOU |
| CZ_3 | GymnΓ‘zium |
| CZ_4 | DiS / Vos |
| CZ_5 | BakalΓ‘Ε |
| CZ_6 | Magistr |
| CZ_7 | Doctorat |
| DE_0 | Unbekannt |
| DE_1 | Grundschule |
| DE_2 | Hauptschule |
| DE_3 | Realschule |
| DE_4 | Gymnasium |
| DE_5 | Fachschule/Berufsausbildung |
| DE_6 | Meister |
| DE_7 | Bachelor |
| DE_8 | Master |
| DE_9 | Dissertation |
| DK_0 | Unknown |
| DK_1 | Folkeskole |
| DK_2 | Gymnasie |
| DK_3 | Professional Higher |
| DK_4 | Bachelor |
| DK_5 | Candidatus / Master |
| DK_6 | Ph.D. |
| DK_7 | Universitet |
| ES_0 | Desconocido |
| ES_1 | Bachillerato |
| ES_2 | FormaciΓ³n Profesional |
| ES_3 | Grado |
| ES_4 | Licenciatura |
| ES_5 | Doctorado |
| FI_0 | No Degree |
| FI_1 | Basic Education |
| FI_10 | PhD |
| FI_2 | Vocational Upper Secondary |
| FI_3 | Upper Secondary School |
| FI_4 | University Degree |
| FI_5 | Bachelor Polytechnic |
| FI_6 | Bachelor |
| FI_7 | Engineer |
| FI_8 | Master |
| FI_9 | Pre-doctoral Degree |
| FR_0 | Unknown |
| FR_1 | Elementary |
| FR_10 | Bac+3/+4 |
| FR_11 | Bac+3/+5 |
| FR_12 | Bac+4 |
| FR_13 | Bac+4/+5 |
| FR_14 | Bac+5 |
| FR_15 | Bac+8 |
| FR_2 | BEP/CAP |
| FR_3 | Bac Pro |
| FR_4 | Bac |
| FR_5 | Bac+2 |
| FR_6 | Bac+2/+3 |
| FR_7 | Bac+2/+4 |
| FR_8 | Bac+2/+5 |
| FR_9 | Bac+3 |
| GB_0 | Unknown |
| GB_1 | Post-Graduate qualification |
| GB_2 | Master's degree |
| GB_3 | Bachelor's degree |
| GB_4 | Professional qualification |
| GB_5 | HND/HNC or equivalent |
| GB_6 | Vocational qualification (NVQ/VRQ/QCF) |
| GB_7 | 'A' Level or equivalent |
| GB_8 | GCSE or equivalent |
| GB_9 | Other |
| GR_0 | Unknown |
| GR_1 | Primary School |
| GR_2 | Lower Secondary School |
| GR_3 | Upper Secondary School |
| GR_4 | Bachelor |
| GR_5 | Master |
| GR_6 | Doctorate |
| HR_0 | Bez diplome |
| HR_1 | Osnovna Ε‘kola |
| HR_2 | Srednja struΔna sprema |
| HR_3 | ViΕ‘a struΔna sprema |
| HR_4 | Visoka struΔna sprema |
| HR_5 | Poslijediplomski znanstveni magistarski studiji |
| HR_6 | Doktor znanosti |
| HU_0 | Unknown |
| HU_1 | ΓltalΓ‘nos Iskola |
| HU_2 | Szakiskola |
| HU_3 | GimnΓ‘zium |
| HU_4 | FΕiskola |
| HU_5 | Egyetem- BSc, BA |
| HU_6 | Egyetem- MSc, MA, osztatlan |
| HU_7 | PosztgraduΓ‘lis kΓ©pzΓ©s |
| HU_8 | PhD |
| IT_0 | Corsi |
| IT_1 | Scuola della infanzia |
| IT_2 | Scuola elementare |
| IT_3 | Scuola secondaria di primo grado |
| IT_4 | Scuola secondaria di secondo grado |
| IT_5 | Laurea triennale |
| IT_6 | Master I livello |
| IT_7 | Laurea specialistica |
| IT_8 | Master II livello |
| IT_9 | Dottorato di ricerca |
| JP_0 | γͺγ―γ¨γΉγγͺγ |
| JP_1 | ε°ε¦ζ ‘ |
| JP_2 | δΈηε¦ζ ‘ |
| JP_3 | θ·ζ₯ζθ² |
| JP_4 | ε€§ε¦ |
| JP_5 | γγΉγΏγΌ |
| JP_6 | εε£«ε· |
| NL_0 | Onbekend |
| NL_1 | Elementair |
| NL_10 | MBO/HBO |
| NL_11 | HBO |
| NL_12 | HBO/WO |
| NL_13 | WO |
| NL_14 | Post WO |
| NL_2 | VMBO |
| NL_3 | VMBO/MBO |
| NL_4 | Mavo/VMBO |
| NL_5 | VMBO/Havo |
| NL_6 | HAVO |
| NL_7 | HAVO/VWO |
| NL_8 | Vwo |
| NL_9 | MBO |
| NO_0 | Unknown |
| NO_1 | Primary School |
| NO_2 | Lower Secondary School |
| NO_3 | Upper Secondary School |
| NO_4 | Vocational Education |
| NO_5 | Bachelor |
| NO_6 | Master |
| NO_7 | Doctorate |
| NO_8 | University |
| PL_0 | Unknown |
| PL_1 | Szkola Podstawowa |
| PL_2 | Gimnazjum |
| PL_3 | Liceum |
| PL_4 | Bachelor |
| PL_5 | Magister |
| PL_6 | Doktor |
| PT_0 | Desconocido |
| PT_1 | Ensino fundamentele |
| PT_2 | Ensino medio |
| PT_3 | Licenciatura |
| PT_4 | Mestre |
| PT_5 | Doutor |
| RO_0 | Unknown |
| RO_1 | Scoala Primara |
| RO_2 | Gimnaziu |
| RO_3 | Liceu |
| RO_4 | Scoala Postliceala |
| RO_5 | DiplomΔ de LicenΕ£Δ |
| RO_6 | Master |
| RO_7 | PhD |
| RU_0 | Unknown |
| RU_1 | Primary school |
| RU_2 | Secondary school |
| RU_3 | Prof. Qualification |
| RU_4 | Bachelor |
| RU_5 | Master |
| RU_6 | PhD |
| SE_0 | Unknown |
| SE_1 | Grundskola |
| SE_2 | Gymnasieskola |
| SE_3 | HΓΆgskolexamen |
| SE_4 | Kandidat |
| SE_5 | Master |
| SE_6 | Universitet-Licenciat-PhD |
| SI_0 | Brez stopnje |
| SI_1 | OsnovnoΕ‘olska izobrazba |
| SI_2 | SrednjeΕ‘olska izobrazba |
| SI_3 | Dodiplomski Ε‘tudij |
| SI_4 | Magister |
| SI_5 | Magisterij znanosti |
| SI_6 | Doktor znanosti |
| SK_0 | Unknown |
| SK_1 | ZΓ‘kladnΓ© Vzdelanie |
| SK_2 | StredoΕ‘kolskΓ© Vzdelanie Alebo OdbornΓ© VyuΔenie |
| SK_3 | VysokoΕ‘kolskΓ©/UniverzitnΓ© Vzdelanie |
| SK_4 | PostgraduΓ‘lne Ε tΓΊdium |
| TR_0 | DiΔer/Bilinmiyor |
| TR_1 | Δ°lkΓΆΔretim |
| TR_2 | Lise |
| TR_3 | Γnlisans |
| TR_4 | Lisans |
| TR_5 | YΓΌksek Lisans |
| TR_6 | Doktora |
| TR_7 | Doktora sonrasΔ± |
| US_1 | Post-Doctorate Qualification |
| US_2 | PhD |
| US_3 | Master |
| US_4 | Bachelor |
| US_5 | Associate Degree |
| US_6 | Vocational Certificate |
| US_7 | College |
| US_8 | High School |
| US_9 | Unknown |
CertificationsAndLicenses π︎ string[]
CertificationsAndLicensesπ︎
Any certifications/licenses listed in the job. Used by Textkernel for Search & Match.
Skills π︎ object
Skillsπ︎
Skills output when version 2 of the taxonomy is utilized.
Skills properties
Raw π︎ object[]
Rawπ︎
Array of skills exactly as found in the plain text of the document.
Raw properties
Normalized π︎ object
Normalizedπ︎
Normalized skills output when version 2 of the taxonomy is utilized and SkillsSettings.Normalize is set to true.
Normalized properties
RelatedProfessionClasses π︎ object
RelatedProfessionClassesπ︎
Professions most related to the document. Only output if version 2 of the skills taxonomy is utilized and SkillsSettings.Normalize is set to true.
RelatedProfessionClasses properties
LanguageCodes π︎ string[]
LanguageCodesπ︎
Any languages listed in the job. Used by Textkernel for Search & Match.
CurrentLocation π︎ object
CurrentLocationπ︎
The location of the job, if listed. If no job location is found, this is the location of the company, if listed.
CurrentLocation properties
ApplicationDetails π︎ object
ApplicationDetailsπ︎
Information about the application process.
ApplicationDetails properties
ApplicationDescription π︎ string
ApplicationDescriptionπ︎
Full text description of the application process.
ContactPerson π︎ string
ContactPersonπ︎
Full name of the main contact person for the application.
ContactPhone π︎ string
ContactPhoneπ︎
Normalized phone of the organization with international calling prefix. Can contain multiple values (concatenated by comma).
ContactEmail π︎ string
ContactEmailπ︎
Displayable email of the organization. Can contain multiple values (concatenated by comma).
Salary π︎ object
Salaryπ︎
The salary found for the position.
Salary properties
RawMinimum π︎ string
RawMinimumπ︎
The raw, un-normalized, minimum value. This is returned as is in the text, so there is no guarantee that it will evaluate to a valid number and not a string.
RawMaximum π︎ string
RawMaximumπ︎
The raw, un-normalized, maximum value. This is returned as is in the text, so there is no guarantee that it will evaluate to a valid number and not a string.
TimeScale π︎ string
TimeScaleπ︎
Time Scale applied to the raw values to get the minimum and maximum annual salary. Possible values are Hourly, Daily, Weekly, Monthly, or Annually
If no lexical cues are available from the vacancy, the time scale is guessed based on predefined salary ranges. Here are some rough salary ranges (note: country-specific conditions may apply):
- 1 or 2 digits salary (9, 12): hourly
- 3 or 4 digits salary (3800, 5000): monthly
- 5 digit salary (38000, 50000): annually
If a monthly salary is extracted, to get the annual salary it is multiplied by 14 (if country = AT) or 12 (all other countries).
MinimumWorkingHours π︎ object
MinimumWorkingHoursπ︎
The minimum number of working hours per week, or null.
MinimumWorkingHours properties
MaximumWorkingHours π︎ object
MaximumWorkingHoursπ︎
The maximum number of working hours per week, or null.
MaximumWorkingHours properties
IsRemote π︎ bool
IsRemoteπ︎
Whether or not the position is remote. Includes fulltime, partial and temporary remote working opportunities.
EmploymentType π︎ string
EmploymentTypeπ︎
The type of employment. One of:
- unspecified
- fulltime
- parttime
- fulltime/parttime
ContractType π︎ string
ContractTypeπ︎
The contract type. One of:
- unspecified
- permanent
- temporary
- possibly_permanent
- interim
- franchise
- side
- internship
- voluntary
- freelance
- apprenticeship
- assisted
SkillsData π︎ object[] Deprecated
SkillsDataπ︎
Deprecated. Use v2 skills taxonomy and its associated Skills output.
JobMetadata π︎ object
JobMetadataπ︎
Metadata about the parsed job
JobMetadata properties
DocumentLanguage π︎ string
DocumentLanguageπ︎
The two-letter ISO 639-1 code for the language the document was written in.
DocumentCulture π︎ string
DocumentCultureπ︎
The xx-XX language/culture value for the parsed document.
UserDefinedTags π︎ string[]
UserDefinedTagsπ︎
A list of User-Defined Tags that are assigned to this resume. These are used to filter search/match queries in the Search & Match Engine.
NOTE: you may add/remove these prior to indexing. This is the only property you may modify prior to indexing.
Sample JSON
json
{
"Info": {
"Code": "string",
"Message": "string",
"TransactionId": "string",
"EngineVersion": "string",
"ApiVersion": "string",
"TotalElapsedMilliseconds": 0,
"TransactionCost": 0,
"CustomerDetails": {
"AccountId": "string",
"Name": "string",
"IPAddress": "string",
"Region": "string",
"CreditsRemaining": 0,
"CreditsUsed": 0,
"ExpirationDate": "2021-12-31",
"MaximumConcurrentRequests": 0
}
},
"Value": {
"JobData": {
"CurrentJobIsManagement": true,
"HighestManagementScore": {
"Value": 0
},
"ManagementLevel": "string",
"ExecutiveType": "string",
"MinimumYears": {
"Value": 0
},
"MaximumYears": {
"Value": 0
},
"MinimumYearsManagement": {
"Value": 0
},
"MaximumYearsManagement": {
"Value": 0
},
"RequiredDegree": "string",
"JobDescription": "string",
"JobRequirements": "string",
"Benefits": "string",
"EmployerDescription": "string",
"StartDate": {
"Value": "2020-11-02"
},
"JobTitles": {
"MainJobTitle": "string",
"JobTitle": [
"string"
],
"NormalizedProfession": {
"Profession": {
"CodeId": 0,
"Description": ""
},
"Group": {
"CodeId": 0,
"Description": ""
},
"Class": {
"CodeId": 0,
"Description": ""
},
"ISCO": {
"Version": "",
"CodeId": 0,
"Description": ""
},
"ONET": {
"Version": "",
"CodeId": "",
"Description": ""
},
"Confidence": 0.0
}
},
"EmployerNames": {
"MainEmployerName": "string",
"EmployerName": [
"string"
]
},
"Degrees": [
{
"Name": "string",
"Type": "string",
"LocalEducationLevel": "string"
}
],
"SchoolNames": [
"string"
],
"CertificationsAndLicenses": [
"string"
],
"Skills": {
"Raw": [
{
"Name": "",
"Required": false
}
],
"Normalized": [
{
"Name": "",
"Type": "",
"Id": "",
"Required": false,
"RawSkills": [
""
]
}
],
"RelatedProfessionClasses": [
{
"Name": "",
"Id": "",
"Percent": 0,
"Groups": [
{
"Name": "",
"Id": "",
"Percent": 0,
"NormalizedSkills": [
""
]
}
]
}
]
},
"LanguageCodes": [
"string"
],
"CurrentLocation": {
"CountryCode": "string",
"PostalCode": "string",
"Regions": [
"string"
],
"Municipality": "string",
"StreetAddressLines": [
"string"
],
"GeoCoordinates": {
"Latitude": 0,
"Longitude": 0,
"Source": "string"
}
},
"ApplicationDetails": {
"ApplicationDescription": "string",
"ContactPerson": "string",
"ContactPhone": "string",
"ContactEmail": "string",
"Website": "string",
"ApplicationDeadline": {
"Value": "2020-11-02"
},
"PostedDate": {
"Value": "2020-11-02"
},
"ReferenceNumber": "string"
},
"Salary": {
"Minimum": {
"Value": 0
},
"Maximum": {
"Value": 0
},
"RawMinimum": "string",
"RawMaximum": "string",
"Currency": "string"
},
"MinimumWorkingHours": {
"Value": 0
},
"MaximumWorkingHours": {
"Value": 0
},
"WorkingHours": "string",
"IsRemote": true,
"DriversLicenses": [
"string"
],
"EmploymentType": "string",
"ContractType": "string",
"TermsOfInterest": [
"string"
],
"Owners": [
"string"
],
"SkillsData": [
{
"Root": "string",
"Taxonomies": [
{
"Id": "string",
"Name": "string",
"PercentOfOverall": 0,
"SubTaxonomies": [
{
"PercentOfOverall": 0,
"PercentOfParent": 0,
"SubTaxonomyId": "string",
"SubTaxonomyName": "string",
"Skills": [
{
"Id": "string",
"Name": "string",
"ExistsInText": true,
"Required": true,
"Variations": [
{
"Id": "string",
"Name": "string",
"ExistsInText": true,
"Required": true
}
]
}
]
}
]
}
]
}
],
"JobMetadata": {
"PlainText": "string",
"DocumentLanguage": "string",
"DocumentCulture": "string",
"ParserSettings": "string",
"DocumentLastModified": "2020-11-02"
},
"UserDefinedTags": [
"string"
]
}
}
}