{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-project-project-token-create-request-structure.json", "name": "projectProjectTokenCreateRequest", "description": "ProjectTokenCreateRequest defines project token creation parameters.", "type": "object", "properties": { "description": { "type": "string" }, "expiresIn": { "type": "int64", "name": "expiresIn represents a duration in seconds" }, "id": { "type": "string" }, "project": { "type": "string" }, "role": { "type": "string" } } }