All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 28s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m24s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 2m37s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s
26 lines
413 B
JSON
26 lines
413 B
JSON
{
|
|
"title": "Example entry",
|
|
"description": "This is the description",
|
|
"enabled": false,
|
|
"icon": "fa-star-of-life",
|
|
"rdn": "o",
|
|
"regexp": "/^$/",
|
|
|
|
"objectclasses": [
|
|
"organization"
|
|
],
|
|
|
|
"attributes": {
|
|
"attribute1": {
|
|
"display": "Attribute 1",
|
|
"hint": "This is an example",
|
|
"order": 1
|
|
},
|
|
"attribute2": {
|
|
"display": "Attribute 2",
|
|
"hint": "This is an example",
|
|
"order": 2
|
|
}
|
|
}
|
|
}
|