Make model more permissive to match reality #62

Merged
mih merged 1 commit from flatentry into main 2025-05-11 19:12:10 +00:00
2 changed files with 11 additions and 11 deletions

View file

@ -237,11 +237,11 @@ classes:
- user_classifications - user_classifications
slot_usage: slot_usage:
family_name: family_name:
required: true recommended: true
annotations: annotations:
sh:order: 1 sh:order: 1
given_name: given_name:
required: true recommended: true
annotations: annotations:
sh:order: 2 sh:order: 2
additional_names: additional_names:
@ -254,18 +254,18 @@ classes:
annotations: annotations:
sh:order: 5 sh:order: 5
start_date: start_date:
required: true recommended: true
description: When this person starts being a user. description: When this person starts being a user.
annotations: annotations:
sh:order: 6 sh:order: 6
end_date: end_date:
required: true recommended: true
title: (Expected) End date title: (Expected) End date
description: When this person is expected to stop being a user. description: When this person is expected to stop being a user.
annotations: annotations:
sh:order: 7 sh:order: 7
user_classifications: user_classifications:
required: true recommended: true
annotations: annotations:
sh:order: 8 sh:order: 8
member_of: member_of:

View file

@ -17,15 +17,10 @@
"curation_comments": [ "curation_comments": [
"This is a fictional user, based on a fictional persona. Do not deploy!" "This is a fictional user, based on a fictional persona. Do not deploy!"
], ],
"end_date": "2073-12-31",
"start_date": "2019-04-01",
"user_classifications": [
"inm7_fzj_employee",
"inm7_hhu_employee"
],
"allocated_software_licenses": [ "allocated_software_licenses": [
"forklift" "forklift"
], ],
"end_date": "2073-12-31",
"juseless_account": "inm7:juseless-account/zorro", "juseless_account": "inm7:juseless-account/zorro",
"requested_accessories": [ "requested_accessories": [
"headset_std", "headset_std",
@ -37,5 +32,10 @@
"inm7:juseless-group/dressedinblack" "inm7:juseless-group/dressedinblack"
], ],
"requested_laptop": "lenovolinux_new_querty", "requested_laptop": "lenovolinux_new_querty",
"start_date": "2019-04-01",
"user_classifications": [
"inm7_fzj_employee",
"inm7_hhu_employee"
],
"@type": "User" "@type": "User"
} }