You've already forked HR-atlase-vertesana
Import UAPF package
Import UAPF package: HR-atlase-vertesana-ProcessGit-v0.1.1.uapf
This commit is contained in:
37
schemas/vacancy-profile.schema.json
Normal file
37
schemas/vacancy-profile.schema.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "https://processgit.org/schemas/openhr/vacancy-profile.schema.json",
|
||||
"title": "OpenHR vacancy profile",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"roleTitle",
|
||||
"mandatoryRequirements",
|
||||
"profileDimensions"
|
||||
],
|
||||
"properties": {
|
||||
"roleTitle": {
|
||||
"type": "string"
|
||||
},
|
||||
"mandatoryRequirements": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"profileDimensions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "number",
|
||||
"minimum": 0,
|
||||
"maximum": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
Reference in New Issue
Block a user