Skip to content

Commit 745bead

Browse files
author
github-actions
committed

File tree

3 files changed

+196
-2
lines changed

3 files changed

+196
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mirror of ProfileManifests in JSON Format for Jamf
22

33
[![Build Status Badge](https://github.com/Jamf-Custom-Profile-Schemas/ProfileManifestsMirror/actions/workflows/build.yml/badge.svg)](https://github.com/Jamf-Custom-Profile-Schemas/ProfileManifestsMirror/actions/workflows/build.yml)
4-
![Manifest Count](https://img.shields.io/badge/manifests-267-blue)
4+
![Manifest Count](https://img.shields.io/badge/manifests-268-blue)
55

66
This repository contains Jamf JSON schema manifests automatically generated from the repository of [ProfileManifests](https://github.com/ProfileManifests/ProfileManifests).
77

last_build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "hash": "fa7e5325b7624a71d0c85e0825bc7b9c2863cbc3", "date": "2025-07-15 15:53:00" }
1+
{ "hash": "8676324c3930926cf93889c30415ac860cfffa3f", "date": "2025-07-17 15:54:21" }
Lines changed: 194 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,194 @@
1+
{
2+
"title": "Outset (io.macadmins.Outset)",
3+
"description": "Outset settings",
4+
"properties": {
5+
"ignored_users": {
6+
"type": "array",
7+
"items": {
8+
"type": "string",
9+
"title": "Username"
10+
},
11+
"title": "Ignored Users",
12+
"description": "An array of usernames to add to the ignored users list",
13+
"property_order": 5
14+
},
15+
"wait_for_network": {
16+
"type": "boolean",
17+
"title": "Wait for network",
18+
"default": false,
19+
"description": "Enable or disable wait for network",
20+
"property_order": 10
21+
},
22+
"network_timeout": {
23+
"type": "integer",
24+
"title": "Network Timeout",
25+
"default": 180,
26+
"description": "Specify how long Outset waits for network activity",
27+
"property_order": 15
28+
},
29+
"sha256sum": {
30+
"type": "object",
31+
"title": "SHA256 Sum",
32+
"description": "Manage file verification checksums",
33+
"properties": {
34+
"{{key}}": {
35+
"type": "string",
36+
"title": "Script Path"
37+
},
38+
"{{value}}": {
39+
"type": "string",
40+
"title": "SHA256"
41+
}
42+
},
43+
"property_order": 20
44+
},
45+
"verbose_logging": {
46+
"type": "boolean",
47+
"title": "Verbose Logging",
48+
"default": false,
49+
"description": "Enable or disable verbose logging",
50+
"property_order": 25
51+
},
52+
"script_payloads": {
53+
"type": "object",
54+
"title": "Script Payloads",
55+
"links": [
56+
{
57+
"rel": "More information",
58+
"href": "https://github.com/macadmins/outset/wiki/Payloads"
59+
}
60+
],
61+
"properties": {
62+
"boot-every": {
63+
"type": "object",
64+
"title": "Boot-Every Action Scripts",
65+
"links": [
66+
{
67+
"rel": "More information",
68+
"href": "https://github.com/macadmins/outset/wiki/Payloads"
69+
}
70+
],
71+
"properties": {
72+
"{{key}}": {
73+
"type": "string",
74+
"title": "Script Name"
75+
}
76+
}
77+
},
78+
"boot-once": {
79+
"type": "object",
80+
"title": "Boot-Once Action Scripts",
81+
"links": [
82+
{
83+
"rel": "More information",
84+
"href": "https://github.com/macadmins/outset/wiki/Payloads"
85+
}
86+
],
87+
"properties": {
88+
"{{key}}": {
89+
"type": "string",
90+
"title": "Script Name"
91+
}
92+
}
93+
},
94+
"login-every": {
95+
"type": "object",
96+
"title": "Login-Every Action Scripts",
97+
"links": [
98+
{
99+
"rel": "More information",
100+
"href": "https://github.com/macadmins/outset/wiki/Payloads"
101+
}
102+
],
103+
"properties": {
104+
"{{key}}": {
105+
"type": "string",
106+
"title": "Script Name"
107+
}
108+
}
109+
},
110+
"login-once": {
111+
"type": "object",
112+
"title": "Login-Once Action Scripts",
113+
"links": [
114+
{
115+
"rel": "More information",
116+
"href": "https://github.com/macadmins/outset/wiki/Payloads"
117+
}
118+
],
119+
"properties": {
120+
"{{key}}": {
121+
"type": "string",
122+
"title": "Script Name"
123+
}
124+
}
125+
},
126+
"login-privileged-every": {
127+
"type": "object",
128+
"title": "Login-Privileged-Every Action Scripts",
129+
"links": [
130+
{
131+
"rel": "More information",
132+
"href": "https://github.com/macadmins/outset/wiki/Payloads"
133+
}
134+
],
135+
"properties": {
136+
"{{key}}": {
137+
"type": "string",
138+
"title": "Script Name"
139+
}
140+
}
141+
},
142+
"login-privileged-once": {
143+
"type": "object",
144+
"title": "Login-Privileged-Once Action Scripts",
145+
"links": [
146+
{
147+
"rel": "More information",
148+
"href": "https://github.com/macadmins/outset/wiki/Payloads"
149+
}
150+
],
151+
"properties": {
152+
"{{key}}": {
153+
"type": "string",
154+
"title": "Script Name"
155+
}
156+
}
157+
},
158+
"login-window": {
159+
"type": "object",
160+
"title": "Login-Window Action Scripts",
161+
"links": [
162+
{
163+
"rel": "More information",
164+
"href": "https://github.com/macadmins/outset/wiki/Payloads"
165+
}
166+
],
167+
"properties": {
168+
"{{key}}": {
169+
"type": "string",
170+
"title": "Script Name"
171+
}
172+
}
173+
},
174+
"on-demand": {
175+
"type": "object",
176+
"title": "On-Demand Action Scripts",
177+
"links": [
178+
{
179+
"rel": "More information",
180+
"href": "https://github.com/macadmins/outset/wiki/Payloads"
181+
}
182+
],
183+
"properties": {
184+
"{{key}}": {
185+
"type": "string",
186+
"title": "Script Name"
187+
}
188+
}
189+
}
190+
},
191+
"property_order": 30
192+
}
193+
}
194+
}

0 commit comments

Comments
 (0)