{ "type": "object", "properties": { "Type": { "allOf": [ { "$ref": "#/components/schemas/AdditionalResourceType" }, { "description": "Type of additional resource for a custom lens." } ] }, "Content": { "allOf": [ { "$ref": "#/components/schemas/Urls" }, { "description": "The URLs for additional resources, either helpful resources or improvement plans, for a custom lens. Up to five additional URLs can be specified." } ] } }, "description": "
The choice level additional resources for a custom lens.
This field does not apply to Amazon Web Services official lenses.
", "$schema": "https://json-structure.org/meta/core/v0/#", "name": "AdditionalResources", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-additional-resources-structure.json" }