← All types
JSON-LD Output
{
"@context": "https://schema.org/",
"@type": [
"MathSolver",
"LearningResource"
],
"url": "https://math.example.com/solver",
"usageInfo": "https://math.example.com/terms",
"potentialAction": [
{
"@type": "SolveMathAction",
"target": "https://math.example.com/solve-algebra",
"eduQuestionType": [
"Polynomial",
"Linear Equation"
],
"mathExpression-input": "text"
},
{
"@type": "SolveMathAction",
"target": "https://math.example.com/solve-calculus",
"eduQuestionType": "Integral",
"mathExpression-input": "latex"
}
],
"name": "MathWay Solver",
"inLanguage": "en",
"learningResourceType": "Math Solver",
"assesses": [
"Algebra",
"Calculus"
]
}