DocLink#
- pydantic model phalanx.models.applications.DocLink#
A documentation link for an application.
This represents an individual array item in the
phalanx.lsst.io/docs
Helm chart annotation inChart.yaml
.- Parameters:
data (
Any
) –
Show JSON schema
{ "title": "DocLink", "description": "A documentation link for an application.\n\nThis represents an individual array item in the ``phalanx.lsst.io/docs``\nHelm chart annotation in :file:`Chart.yaml`.", "type": "object", "properties": { "url": { "title": "Url", "type": "string" }, "title": { "title": "Title", "type": "string" }, "id": { "title": "Id", "type": "string" } }, "required": [ "url", "title" ] }
- Fields: