MetadataTaxonomyAttribute
Object
Fields
attribute TaxonomyConcept! Non-Null
Extracted attribute.
key ID! Non-Null
Short unique ID (SUID) of the taxonomy concept. Primary key.
uuid ID! Non-Null
Universal unique ID (UUID) of the taxonomy concept. Prefer key instead.
mobileLabel String! Non-Null
Display label for the concept.
definitions [String!]! Non-Null
Definitions for the concept.
pathToRoot [TaxonomyConcept!]! Non-Null
Path from this concept to the taxonomy root.
key ID! Non-Null
Short unique ID (SUID) of the taxonomy concept. Primary key.
uuid ID! Non-Null
Universal unique ID (UUID) of the taxonomy concept. Prefer key instead.
mobileLabel String! Non-Null
Display label for the concept.
definitions [String!]! Non-Null
Definitions for the concept.
pathToRoot [TaxonomyConcept!]! Non-Null
Path from this concept to the taxonomy root.
children [TaxonomyConcept!]! Non-Null
Direct children of this concept in the taxonomy tree.
customClasses [CustomTaxonomyClass!]! Non-Null
Custom classes the concept belongs to.
Example: "Cross-Occupational Cluster"
taxonomyConceptType TaxonomyConceptType! Non-Null
Concept type.
isVerifiedJobAttribute Boolean! Non-Null
Whether the concept is a verified job attribute. Applies only when taxonomyConceptType is ATTRIBUTE.
isVerifiedResumeAttribute Boolean! Non-Null
Whether the concept is a verified resume attribute. Applies only when taxonomyConceptType is ATTRIBUTE.
children [TaxonomyConcept!]! Non-Null
Direct children of this concept in the taxonomy tree.
key ID! Non-Null
Short unique ID (SUID) of the taxonomy concept. Primary key.
uuid ID! Non-Null
Universal unique ID (UUID) of the taxonomy concept. Prefer key instead.
mobileLabel String! Non-Null
Display label for the concept.
definitions [String!]! Non-Null
Definitions for the concept.
pathToRoot [TaxonomyConcept!]! Non-Null
Path from this concept to the taxonomy root.
children [TaxonomyConcept!]! Non-Null
Direct children of this concept in the taxonomy tree.
customClasses [CustomTaxonomyClass!]! Non-Null
Custom classes the concept belongs to.
Example: "Cross-Occupational Cluster"
taxonomyConceptType TaxonomyConceptType! Non-Null
Concept type.
isVerifiedJobAttribute Boolean! Non-Null
Whether the concept is a verified job attribute. Applies only when taxonomyConceptType is ATTRIBUTE.
isVerifiedResumeAttribute Boolean! Non-Null
Whether the concept is a verified resume attribute. Applies only when taxonomyConceptType is ATTRIBUTE.
customClasses [CustomTaxonomyClass!]! Non-Null
Custom classes the concept belongs to.
Example: "Cross-Occupational Cluster"
taxonomyConceptType TaxonomyConceptType! Non-Null
Concept type.
isVerifiedJobAttribute Boolean! Non-Null
Whether the concept is a verified job attribute. Applies only when taxonomyConceptType is ATTRIBUTE.
isVerifiedResumeAttribute Boolean! Non-Null
Whether the concept is a verified resume attribute. Applies only when taxonomyConceptType is ATTRIBUTE.
extractedLocation MetadataTaxonomyExtractedLocation! Non-Null
Location where the attribute was found.
documentSectionType MetadataTaxonomyDocumentSectionType! Non-Null
Job posting section where the text was extracted.
begin Int! Non-Null
Start offset where the metadata was extracted.
end Int! Non-Null
End offset where the metadata was extracted.
Example
{ "attribute": TaxonomyConcept, "extractedLocation": MetadataTaxonomyExtractedLocation}