{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "OrgActionsSecret", "type": "object", "properties": { "name": { "type": "string" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" }, "visibility": { "type": "string" }, "selected_repositories_url": { "type": "string" } } }