Resource Types | Yext Hitchhikers Platform
What You’ll Learn
In this section, you will learn:
- What is a resource type?
- What are the different resource types?
Resource Types
There are many different types of things that you can manage via Configuration as Code in Yext. We give the name resources to the core unit of configuration and the name resource types to the different types of resources. Let’s illustrate by using our Price example from Unit 1.
Once again, our Price custom field can be represented like this in Configuration as Code.
{
"$id": "c_price",
"$schema": "https://schema.yext.com/config/km/custom-field/v1",
"displayName": "Price",
"typeId": "type.decimal",
"type": {
"decimalType": {}
},
"localization": "PRIMARY_ONLY",
"group": "NONE"
}
The Price custom field is a resource. Its resource type is Custom Field.
There are resource types that span across all different parts of a Yext account, from Content to Search. Below is a list of the resource types that are currently available for Configuration as Code, as well as links to their documentation to learn more.
Content
- Connector
- Entity
- Entity Folder
- Entity Label
- Entity Template
- Entity Type
- Entity Type Extension
- Entity Upload Config
- Custom Field
- Field Presentation
- Field Type
- Saved Filter
- Settings
Crawler
Search
Pages
Analytics
Platform
unit Quiz
+20 points
Daily Quiz Streak: 0
Quiz Accuracy Streak: 0
Question 1 of 2
True or False: A resource is the core unit of configuration in a Yext account.
Question 2 of 2
Which of the following is not a resource type that can be managed in Configuration as Code?
High five! ✋
You've already completed this quiz, so you can't earn more points.You completed this quiz in 1 attempt and earned 0 points! Feel free to review your answers and move on when you're ready.
1st attempt
0 incorrect
Sign up for Hitchhikers to start earning points!
If you're already a Hitchhiker, log in to access this content.
Feedback
<% elem.innerText %>