{
	"SchemaVersion": 1,
	"FaqDocuments": [{
			"Question": "What is the email id for help line?",
			"Answer": "All inquiries must be sent to  marketing-helpdesk@anycorp.com",
			"Attributes": {
				"_category": "page_marketing",
				"department": "marketing"
			},
			"AccessControlList": [{
				"Name": "associate",
				"Type": "GROUP",
				"Access": "ALLOW"
			}, {
				"Name": "manager",
				"Type": "GROUP",
				"Access": "ALLOW"
			}]
		},
		{
			"Question": "What is the email id for help line?",
			"Answer": "All inquiries must be sent to  legal-helpdesk@anycorp.com",
			"Attributes": {
				"_category": "page_legal",
				"department": "legal"
			},
			"AccessControlList": [{
				"Name": "associate",
				"Type": "GROUP",
				"Access": "ALLOW"
			}, {
				"Name": "manager",
				"Type": "GROUP",
				"Access": "ALLOW"
			}]
		},
		{
			"Question": "What is the email id for help line?",
			"Answer": "All inquiries must be sent to  helpdesk@anycorp.com",
			"Attributes": {
				"_category": "page_public",
				"department": "public"
			},
			"AccessControlList": [{
				"Name": "associate",
				"Type": "GROUP",
				"Access": "ALLOW"
			}, {
				"Name": "manager",
				"Type": "GROUP",
				"Access": "ALLOW"
			}]
		},
		{
			"Question": "What are the financial targets for the next quarter?",
			"Answer": "The  plan is achieve 2x the sales in the next quarter.",
			"Attributes": {
				"_category": "page_marketing",
				"department": "marketing"
			},
			"AccessControlList": [{
				"Name": "manager",
				"Type": "GROUP",
				"Access": "ALLOW"
			}]
		},
		{
			"Question": "What are the financial targets for the next quarter?",
			"Answer": "Please work with your manager to understand the goals for your department.",
			"Attributes": {
				"_category": "page_marketing",
				"department": "marketing"
			},
			"AccessControlList": [{
				"Name": "associate",
				"Type": "GROUP",
				"Access": "ALLOW"
			}]
		},
		{
			"Question": "What are the goals for the next quarter?",
			"Answer": "The  plan is to reduce costs by 50% in the next quarter",
			"Attributes": {
				"_category": "page_legal",
				"department": "legal"
			},
			"AccessControlList": [{
				"Name": "manager",
				"Type": "GROUP",
				"Access": "ALLOW"
			}]
		},
		{
			"Question": "What are the goals for the next quarter?",
			"Answer": "Please work with your manager to understand the goals for your department.",
			"Attributes": {
				"_category": "page_legal",
				"department": "legal"
			},
			"AccessControlList": [{
				"Name": "associate",
				"Type": "GROUP",
				"Access": "ALLOW"
			}]
		},
		{
			"Question": "What is the vacation policy?",
			"Answer": "All employees get 4 weeks of paid leave. For more information refer to the vacation policy on the HR web page.",
			"Attributes": {
				"_category": "page_public",
				"department": "public"
			},
			"AccessControlList": [{
				"Name": "associate",
				"Type": "GROUP",
				"Access": "ALLOW"
			}, {
				"Name": "manager",
				"Type": "GROUP",
				"Access": "ALLOW"
			}]
		}
	]
}