{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codecatalyst/refs/heads/main/json-schema/amazon-codecatalyst-ide-configuration-schema.json", "title": "IdeConfiguration", "description": "Information about the configuration of an integrated development environment (IDE) for a Dev Environment.", "type": "object", "properties": { "runtime": { "allOf": [ { "$ref": "#/components/schemas/IdeConfigurationRuntimeString" }, { "description": "
A link to the IDE runtime image.
This parameter is not required for VSCode.
Cloud9, IntelliJ, PyCharm, GoLand, and VSCode."
}
]
}
}
}