{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PlannerPlanContainer",
"title": "PlannerPlanContainer",
"type": "object",
"description": "Represents the container for a plannerPlan. The container is a resource that specifies authorization rules and the lifecycle of the plan.",
"required": [
"url"
],
"properties": {
"containerId": {
"type": "string",
"description": "The identifier of the resource that contains the plan",
"readOnly": true,
"example": "500123"
},
"type": {
"type": "string",
"description": "The type of the container",
"enum": [
"group",
"unknownFutureValue",
"roster"
],
"readOnly": true,
"example": "group"
},
"url": {
"type": "string",
"format": "uri",
"description": "The full canonical URL of the container",
"example": "https://www.example.com"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.