From d8c5988bec7e50c02aa803959f4e350cfcc3e569 Mon Sep 17 00:00:00 2001 From: marcus-bcl Date: Tue, 24 Dec 2024 05:39:26 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20ministry?= =?UTF-8?q?ofjustice/hmpps-probation-integration-services@8a7252d6ac2a6df7?= =?UTF-8?q?e33979a912bc696e3ab30f01=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projects/hmpps-auth-and-delius/api-docs.json | 2 +- .../projects/hmpps-auth-and-delius/api-docs.yaml | 8 ++++---- .../hmpps-auth-and-delius/api-reference.html | 8 ++++---- tech-docs/projects/hmpps-auth-and-delius/search.json | 2 +- tech-docs/projects/tier-to-delius/api-docs.json | 2 +- tech-docs/projects/tier-to-delius/api-docs.yaml | 6 +++--- tech-docs/projects/tier-to-delius/api-reference.html | 12 ++++++------ tech-docs/projects/tier-to-delius/search.json | 2 +- .../workforce-allocations-to-delius/api-docs.json | 2 +- .../workforce-allocations-to-delius/api-docs.yaml | 8 +++----- .../api-reference.html | 8 ++++---- .../workforce-allocations-to-delius/search.json | 2 +- 12 files changed, 30 insertions(+), 32 deletions(-) diff --git a/tech-docs/projects/hmpps-auth-and-delius/api-docs.json b/tech-docs/projects/hmpps-auth-and-delius/api-docs.json index 78d5306cce..24bb7e2e43 100644 --- a/tech-docs/projects/hmpps-auth-and-delius/api-docs.json +++ b/tech-docs/projects/hmpps-auth-and-delius/api-docs.json @@ -1 +1 @@ -{"openapi":"3.0.1","info":{"title":"API Reference","contact":{"name":"Probation Integration Team","url":"https://mojdt.slack.com/archives/C02HQ4M2YQN","email":"probation-integration-team@digital.justice.gov.uk"},"license":{"name":"MIT","url":"https://github.com/ministryofjustice/hmpps-probation-integration-services/blob/main/LICENSE"},"version":"1.0"},"servers":[{"url":"/"}],"security":[{"hmpps-auth-token":[]}],"paths":{"/user/{username}/password":{"post":{"tags":["User details"],"description":"Change a Delius user's password. Requires `PROBATION_API__HMPPS_AUTH__PASSWORD__RW`.","operationId":"changePassword","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PasswordChangeRequest"}}},"required":true},"responses":{"200":{"description":"Password changed successfully"},"404":{"description":"User not found"}}}},"/authenticate":{"post":{"tags":["Authentication"],"description":"Authenticate a Delius username and password. Requires `PROBATION_API__HMPPS_AUTH__AUTHENTICATE`.","operationId":"authenticate","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthenticationRequest"}}},"required":true},"responses":{"200":{"description":"User authenticated","content":{"text/plain":{}}},"401":{"description":"Authentication failure","content":{"text/plain":{}}},"403":{"description":"Client role required: `DELIUS_USER_AUTH`","content":{"text/plain":{}}}}}},"/user":{"get":{"tags":["User details"],"description":"Get users by email. Requires `PROBATION_API__HMPPS_AUTH__USER_DETAILS`.","operationId":"getUsersByEmail","parameters":[{"name":"email","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/UserDetails"}}}}}}}},"/user/{username}":{"get":{"tags":["User details"],"description":"Get user details. Requires `PROBATION_API__HMPPS_AUTH__USER_DETAILS`.","operationId":"getUserDetails","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserDetails"}}}}}}},"/user/details/{userId}":{"get":{"tags":["User details"],"description":"Get user details by Id. Requires `PROBATION_API__HMPPS_AUTH__USER_DETAILS`.","operationId":"getUserDetailsById","parameters":[{"name":"userId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserDetails"}}}}}}}},"components":{"schemas":{"PasswordChangeRequest":{"required":["password"],"type":"object","properties":{"password":{"type":"string"}}},"AuthenticationRequest":{"required":["password","username"],"type":"object","properties":{"username":{"type":"string"},"password":{"type":"string"}}},"UserDetails":{"required":["enabled","firstName","roles","surname","userId","username"],"type":"object","properties":{"userId":{"type":"integer","format":"int64"},"username":{"type":"string"},"firstName":{"type":"string"},"surname":{"type":"string"},"email":{"type":"string"},"enabled":{"type":"boolean"},"roles":{"type":"array","items":{"type":"string"}}}}},"securitySchemes":{"hmpps-auth-token":{"type":"http","name":"Authorization","in":"header","scheme":"bearer","bearerFormat":"JWT"}}}} \ No newline at end of file +{"openapi":"3.0.1","info":{"title":"API Reference","contact":{"name":"Probation Integration Team","url":"https://mojdt.slack.com/archives/C02HQ4M2YQN","email":"probation-integration-team@digital.justice.gov.uk"},"license":{"name":"MIT","url":"https://github.com/ministryofjustice/hmpps-probation-integration-services/blob/main/LICENSE"},"version":"1.0"},"servers":[{"url":"/"}],"security":[{"hmpps-auth-token":[]}],"paths":{"/user/{username}/password":{"post":{"tags":["User details"],"description":"Change a Delius user's password. Requires `PROBATION_API__HMPPS_AUTH__PASSWORD__RW`.","operationId":"changePassword","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PasswordChangeRequest"}}},"required":true},"responses":{"200":{"description":"Password changed successfully"},"404":{"description":"User not found"}}}},"/authenticate":{"post":{"tags":["Authentication"],"description":"Authenticate a Delius username and password. Requires `PROBATION_API__HMPPS_AUTH__AUTHENTICATE`.","operationId":"authenticate","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthenticationRequest"}}},"required":true},"responses":{"401":{"description":"Authentication failure","content":{"text/plain":{}}},"200":{"description":"User authenticated","content":{"text/plain":{}}},"403":{"description":"Client role required: `DELIUS_USER_AUTH`","content":{"text/plain":{}}}}}},"/user":{"get":{"tags":["User details"],"description":"Get users by email. Requires `PROBATION_API__HMPPS_AUTH__USER_DETAILS`.","operationId":"getUsersByEmail","parameters":[{"name":"email","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/UserDetails"}}}}}}}},"/user/{username}":{"get":{"tags":["User details"],"description":"Get user details. Requires `PROBATION_API__HMPPS_AUTH__USER_DETAILS`.","operationId":"getUserDetails","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserDetails"}}}}}}},"/user/details/{userId}":{"get":{"tags":["User details"],"description":"Get user details by Id. Requires `PROBATION_API__HMPPS_AUTH__USER_DETAILS`.","operationId":"getUserDetailsById","parameters":[{"name":"userId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserDetails"}}}}}}}},"components":{"schemas":{"PasswordChangeRequest":{"required":["password"],"type":"object","properties":{"password":{"type":"string"}}},"AuthenticationRequest":{"required":["password","username"],"type":"object","properties":{"username":{"type":"string"},"password":{"type":"string"}}},"UserDetails":{"required":["enabled","firstName","roles","surname","userId","username"],"type":"object","properties":{"userId":{"type":"integer","format":"int64"},"username":{"type":"string"},"firstName":{"type":"string"},"surname":{"type":"string"},"email":{"type":"string"},"enabled":{"type":"boolean"},"roles":{"type":"array","items":{"type":"string"}}}}},"securitySchemes":{"hmpps-auth-token":{"type":"http","name":"Authorization","in":"header","scheme":"bearer","bearerFormat":"JWT"}}}} \ No newline at end of file diff --git a/tech-docs/projects/hmpps-auth-and-delius/api-docs.yaml b/tech-docs/projects/hmpps-auth-and-delius/api-docs.yaml index 6b7bb0564d..42cdf00a45 100644 --- a/tech-docs/projects/hmpps-auth-and-delius/api-docs.yaml +++ b/tech-docs/projects/hmpps-auth-and-delius/api-docs.yaml @@ -50,14 +50,14 @@ paths: $ref: "#/components/schemas/AuthenticationRequest" required: true responses: - "200": - description: User authenticated - content: - text/plain: {} "401": description: Authentication failure content: text/plain: {} + "200": + description: User authenticated + content: + text/plain: {} "403": description: "Client role required: `DELIUS_USER_AUTH`" content: diff --git a/tech-docs/projects/hmpps-auth-and-delius/api-reference.html b/tech-docs/projects/hmpps-auth-and-delius/api-reference.html index 102f4a9414..22bbcea238 100644 --- a/tech-docs/projects/hmpps-auth-and-delius/api-reference.html +++ b/tech-docs/projects/hmpps-auth-and-delius/api-reference.html @@ -239,9 +239,9 @@

Responses

-200 +401 -

User authenticated

+

Authentication failure

@@ -252,9 +252,9 @@

Responses

-401 +200 -

Authentication failure

+

User authenticated

diff --git a/tech-docs/projects/hmpps-auth-and-delius/search.json b/tech-docs/projects/hmpps-auth-and-delius/search.json index ce03d090f6..e1f12b7874 100644 --- a/tech-docs/projects/hmpps-auth-and-delius/search.json +++ b/tech-docs/projects/hmpps-auth-and-delius/search.json @@ -1 +1 @@ -{"index": {"version":"0.7.0","fields":[{"name":"title","boost":100},{"name":"content","boost":50}],"ref":"id","tokenizer":"default","documentStore":{"store":{"11":["about","and","auth","delius","describe","hmpps","service","the","todo"],"12":["200","401","403","404","a","also","and","api","array","authenticate","authenticated","authentication","authenticationrequest","available","boolean","by","change","changed","client","delius","delius_user_auth","details","display","documentation","email","enabled","failure","false","firstname","following","formats","found","get","h1","id","important","in","integer","is","json","nametyperequireddescriptionschema","none","not","ok","openapi","parameterintyperequireddescription","parameters","password","passwordchangerequest","path","post","probation_api__hmpps_auth__authenticate","probation_api__hmpps_auth__password__rw","probation_api__hmpps_auth__user_details","query","reference","required","requires","responses","role","roles","schemas","statusdescriptionschema","string","successfully","surname","swagger","technical","the","these","true","ui","user","userdetails","userid","username","users","user’s","v1.0","yaml"]},"length":2},"tokenStore":{"root":{"2":{"0":{"0":{"docs":{"12":{"ref":12,"tf":1.2626262626262625}}},"docs":{}},"docs":{}},"4":{"0":{"1":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"3":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"4":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"docs":{}},"docs":{}},"docs":{},"a":{"docs":{"12":{"ref":12,"tf":0.5050505050505051}},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":100}}}}}},"n":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":6.25},"12":{"ref":12,"tf":0.25252525252525254}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{"11":{"ref":11,"tf":6.25}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.5050505050505051}},"d":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"s":{"docs":{},"o":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}},"p":{"docs":{},"i":{"docs":{"12":{"ref":12,"tf":50.505050505050505}}}},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"u":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":6.25},"12":{"ref":12,"tf":0.5050505050505051}},"_":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":6.25}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}}},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.5050505050505051}}}}}}}}}}}}}}},"h":{"1":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"docs":{},"m":{"docs":{},"p":{"docs":{},"p":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":6.25}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":6.25}}}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"12":{"ref":12,"tf":1.2626262626262625}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":4.545454545454546}}}}}}},"u":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}}}},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":6.25},"12":{"ref":12,"tf":0.25252525252525254}},"s":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}},"o":{"docs":{},"d":{"docs":{},"o":{"docs":{"11":{"ref":11,"tf":6.25}}}}},"e":{"docs":{},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":3.2828282828282833}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}}},"y":{"docs":{"12":{"ref":12,"tf":0.5050505050505051}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}},"d":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":1.2626262626262625}}}}}},"n":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":1.5151515151515151}}}}},"i":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}},"n":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":1.0101010101010102}}}}}}}},"s":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}},"t":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}},"o":{"docs":{},"k":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"12":{"ref":12,"tf":0.5050505050505051}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":1.0101010101010102}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{"12":{"ref":12,"tf":1.0101010101010102}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":1.5151515151515151}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.5050505050505051}}}}},"r":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"_":{"docs":{},"_":{"docs":{},"h":{"docs":{},"m":{"docs":{},"p":{"docs":{},"p":{"docs":{},"s":{"docs":{},"_":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"_":{"docs":{},"_":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},"r":{"docs":{},"w":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":50.505050505050505}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"s":{"docs":{"12":{"ref":12,"tf":1.2626262626262625}}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":1.2626262626262625}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}},"s":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}},"u":{"docs":{},"i":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":2.0202020202020203}},"d":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}}}},"i":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":1.2626262626262625}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":2.272727272727273}}}}}},"s":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"’":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}},"v":{"1":{"docs":{},".":{"0":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"docs":{}}},"docs":{}},"y":{"docs":{},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}},"length":89},"corpusTokens":["200","401","403","404","a","about","also","and","api","array","auth","authenticate","authenticated","authentication","authenticationrequest","available","boolean","by","change","changed","client","delius","delius_user_auth","describe","details","display","documentation","email","enabled","failure","false","firstname","following","formats","found","get","h1","hmpps","id","important","in","integer","is","json","nametyperequireddescriptionschema","none","not","ok","openapi","parameterintyperequireddescription","parameters","password","passwordchangerequest","path","post","probation_api__hmpps_auth__authenticate","probation_api__hmpps_auth__password__rw","probation_api__hmpps_auth__user_details","query","reference","required","requires","responses","role","roles","schemas","service","statusdescriptionschema","string","successfully","surname","swagger","technical","the","these","todo","true","ui","user","userdetails","userid","username","users","user’s","v1.0","yaml"],"pipeline":["trimmer"]}, "docs": {"11":{"title":"About","content":"hmpps-auth-and-delius\n// TODO Describe the service\n","url":"/"},"12":{"title":"API Reference","content":"\n \n API Reference\n\n\n.technical-documentation \u003e h1 { display: none !important }\nThe following documentation is also available in these formats:\n\n\nOpenAPI JSON\nOpenAPI YAML\nSwagger UI\n\nAPI Reference v1.0\n\n\n\n\n\n\n/user/{username}/password\n\npost\n\n\n Change a Delius user’s password. Requires PROBATION_API__HMPPS_AUTH__PASSWORD__RW.\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\nusername\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nPassword changed successfully\n\n\n\n\n\n\n\n\n\n\n404\n\nUser not found\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/authenticate\n\npost\n\n\n Authenticate a Delius username and password. Requires PROBATION_API__HMPPS_AUTH__AUTHENTICATE.\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nUser authenticated\n\n\n\n\n\n\n\n\n\n\n401\n\nAuthentication failure\n\n\n\n\n\n\n\n\n\n\n403\n\nClient role required: DELIUS_USER_AUTH\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/user\n\nget\n\n\n Get users by email. Requires PROBATION_API__HMPPS_AUTH__USER_DETAILS.\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\nemail\nquery\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n/user/{username}\n\nget\n\n\n Get user details. Requires PROBATION_API__HMPPS_AUTH__USER_DETAILS.\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\nusername\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"userId\": \"integer\",\n \"username\": \"string\",\n \"firstName\": \"string\",\n \"surname\": \"string\",\n \"email\": \"string\",\n \"enabled\": \"boolean\",\n \"roles\": [\n {\n }\n ]\n}\n\n\n\nUserDetails\n\n\n\n\n\n\n\n\n\n/user/details/{userId}\n\nget\n\n\n Get user details by Id. Requires PROBATION_API__HMPPS_AUTH__USER_DETAILS.\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\nuserId\npath\ninteger\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"userId\": \"integer\",\n \"username\": \"string\",\n \"firstName\": \"string\",\n \"surname\": \"string\",\n \"email\": \"string\",\n \"enabled\": \"boolean\",\n \"roles\": [\n {\n }\n ]\n}\n\n\n\nUserDetails\n\n\n\n\n\n\n\n\n\n\nSchemas\nPasswordChangeRequest\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\npassword\nstring\ntrue\n\n\n \n\n\n\n\n\n\nAuthenticationRequest\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nusername\nstring\ntrue\n\n\n \n\n\n\n\npassword\nstring\ntrue\n\n\n \n\n\n\n\n\n\nUserDetails\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nuserId\ninteger\ntrue\n\n\n \n\n\n\n\nusername\nstring\ntrue\n\n\n \n\n\n\n\nfirstName\nstring\ntrue\n\n\n \n\n\n\n\nsurname\nstring\ntrue\n\n\n \n\n\n\n\nemail\nstring\nfalse\n\n\n \n\n\n\n\nenabled\nboolean\ntrue\n\n\n \n\n\n\n\nroles\narray\ntrue\n\n\n \n\n\n\n\n\n\n\n","url":"/api-reference.html"}}} \ No newline at end of file +{"index": {"version":"0.7.0","fields":[{"name":"title","boost":100},{"name":"content","boost":50}],"ref":"id","tokenizer":"default","documentStore":{"store":{"11":["about","and","auth","delius","describe","hmpps","service","the","todo"],"12":["200","401","403","404","a","also","and","api","array","authenticate","authenticated","authentication","authenticationrequest","available","boolean","by","change","changed","client","delius","delius_user_auth","details","display","documentation","email","enabled","failure","false","firstname","following","formats","found","get","h1","id","important","in","integer","is","json","nametyperequireddescriptionschema","none","not","ok","openapi","parameterintyperequireddescription","parameters","password","passwordchangerequest","path","post","probation_api__hmpps_auth__authenticate","probation_api__hmpps_auth__password__rw","probation_api__hmpps_auth__user_details","query","reference","required","requires","responses","role","roles","schemas","statusdescriptionschema","string","successfully","surname","swagger","technical","the","these","true","ui","user","userdetails","userid","username","users","user’s","v1.0","yaml"]},"length":2},"tokenStore":{"root":{"2":{"0":{"0":{"docs":{"12":{"ref":12,"tf":1.2626262626262625}}},"docs":{}},"docs":{}},"4":{"0":{"1":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"3":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"4":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"docs":{}},"docs":{}},"docs":{},"a":{"docs":{"12":{"ref":12,"tf":0.5050505050505051}},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":100}}}}}},"n":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":6.25},"12":{"ref":12,"tf":0.25252525252525254}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{"11":{"ref":11,"tf":6.25}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.5050505050505051}},"d":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"s":{"docs":{},"o":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}},"p":{"docs":{},"i":{"docs":{"12":{"ref":12,"tf":50.505050505050505}}}},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"u":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":6.25},"12":{"ref":12,"tf":0.5050505050505051}},"_":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":6.25}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}}},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.5050505050505051}}}}}}}}}}}}}}},"h":{"1":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"docs":{},"m":{"docs":{},"p":{"docs":{},"p":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":6.25}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":6.25}}}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"12":{"ref":12,"tf":1.2626262626262625}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":4.545454545454546}}}}}}},"u":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}}}},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":6.25},"12":{"ref":12,"tf":0.25252525252525254}},"s":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}},"o":{"docs":{},"d":{"docs":{},"o":{"docs":{"11":{"ref":11,"tf":6.25}}}}},"e":{"docs":{},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":3.2828282828282833}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}}},"y":{"docs":{"12":{"ref":12,"tf":0.5050505050505051}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}},"d":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":1.2626262626262625}}}}}},"n":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":1.5151515151515151}}}}},"i":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}},"n":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":1.0101010101010102}}}}}}}},"s":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}},"t":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}},"o":{"docs":{},"k":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"12":{"ref":12,"tf":0.5050505050505051}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":1.0101010101010102}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{"12":{"ref":12,"tf":1.0101010101010102}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":1.5151515151515151}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.5050505050505051}}}}},"r":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"_":{"docs":{},"_":{"docs":{},"h":{"docs":{},"m":{"docs":{},"p":{"docs":{},"p":{"docs":{},"s":{"docs":{},"_":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"_":{"docs":{},"_":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},"r":{"docs":{},"w":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":50.505050505050505}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"s":{"docs":{"12":{"ref":12,"tf":1.2626262626262625}}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":1.2626262626262625}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}},"s":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}},"u":{"docs":{},"i":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":2.0202020202020203}},"d":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.7575757575757576}}}}}}}}},"i":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":1.2626262626262625}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":2.272727272727273}}}}}},"s":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"’":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}}},"v":{"1":{"docs":{},".":{"0":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}},"docs":{}}},"docs":{}},"y":{"docs":{},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.25252525252525254}}}}}}},"length":89},"corpusTokens":["200","401","403","404","a","about","also","and","api","array","auth","authenticate","authenticated","authentication","authenticationrequest","available","boolean","by","change","changed","client","delius","delius_user_auth","describe","details","display","documentation","email","enabled","failure","false","firstname","following","formats","found","get","h1","hmpps","id","important","in","integer","is","json","nametyperequireddescriptionschema","none","not","ok","openapi","parameterintyperequireddescription","parameters","password","passwordchangerequest","path","post","probation_api__hmpps_auth__authenticate","probation_api__hmpps_auth__password__rw","probation_api__hmpps_auth__user_details","query","reference","required","requires","responses","role","roles","schemas","service","statusdescriptionschema","string","successfully","surname","swagger","technical","the","these","todo","true","ui","user","userdetails","userid","username","users","user’s","v1.0","yaml"],"pipeline":["trimmer"]}, "docs": {"11":{"title":"About","content":"hmpps-auth-and-delius\n// TODO Describe the service\n","url":"/"},"12":{"title":"API Reference","content":"\n \n API Reference\n\n\n.technical-documentation \u003e h1 { display: none !important }\nThe following documentation is also available in these formats:\n\n\nOpenAPI JSON\nOpenAPI YAML\nSwagger UI\n\nAPI Reference v1.0\n\n\n\n\n\n\n/user/{username}/password\n\npost\n\n\n Change a Delius user’s password. Requires PROBATION_API__HMPPS_AUTH__PASSWORD__RW.\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\nusername\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nPassword changed successfully\n\n\n\n\n\n\n\n\n\n\n404\n\nUser not found\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/authenticate\n\npost\n\n\n Authenticate a Delius username and password. Requires PROBATION_API__HMPPS_AUTH__AUTHENTICATE.\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n401\n\nAuthentication failure\n\n\n\n\n\n\n\n\n\n\n200\n\nUser authenticated\n\n\n\n\n\n\n\n\n\n\n403\n\nClient role required: DELIUS_USER_AUTH\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/user\n\nget\n\n\n Get users by email. Requires PROBATION_API__HMPPS_AUTH__USER_DETAILS.\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\nemail\nquery\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n/user/{username}\n\nget\n\n\n Get user details. Requires PROBATION_API__HMPPS_AUTH__USER_DETAILS.\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\nusername\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"userId\": \"integer\",\n \"username\": \"string\",\n \"firstName\": \"string\",\n \"surname\": \"string\",\n \"email\": \"string\",\n \"enabled\": \"boolean\",\n \"roles\": [\n {\n }\n ]\n}\n\n\n\nUserDetails\n\n\n\n\n\n\n\n\n\n/user/details/{userId}\n\nget\n\n\n Get user details by Id. Requires PROBATION_API__HMPPS_AUTH__USER_DETAILS.\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\nuserId\npath\ninteger\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"userId\": \"integer\",\n \"username\": \"string\",\n \"firstName\": \"string\",\n \"surname\": \"string\",\n \"email\": \"string\",\n \"enabled\": \"boolean\",\n \"roles\": [\n {\n }\n ]\n}\n\n\n\nUserDetails\n\n\n\n\n\n\n\n\n\n\nSchemas\nPasswordChangeRequest\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\npassword\nstring\ntrue\n\n\n \n\n\n\n\n\n\nAuthenticationRequest\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nusername\nstring\ntrue\n\n\n \n\n\n\n\npassword\nstring\ntrue\n\n\n \n\n\n\n\n\n\nUserDetails\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nuserId\ninteger\ntrue\n\n\n \n\n\n\n\nusername\nstring\ntrue\n\n\n \n\n\n\n\nfirstName\nstring\ntrue\n\n\n \n\n\n\n\nsurname\nstring\ntrue\n\n\n \n\n\n\n\nemail\nstring\nfalse\n\n\n \n\n\n\n\nenabled\nboolean\ntrue\n\n\n \n\n\n\n\nroles\narray\ntrue\n\n\n \n\n\n\n\n\n\n\n","url":"/api-reference.html"}}} \ No newline at end of file diff --git a/tech-docs/projects/tier-to-delius/api-docs.json b/tech-docs/projects/tier-to-delius/api-docs.json index 7e6a134f8e..fbc30b057c 100644 --- a/tech-docs/projects/tier-to-delius/api-docs.json +++ b/tech-docs/projects/tier-to-delius/api-docs.json @@ -1 +1 @@ -{"openapi":"3.0.1","info":{"title":"API Reference","contact":{"name":"Probation Integration Team","url":"https://mojdt.slack.com/archives/C02HQ4M2YQN","email":"probation-integration-team@digital.justice.gov.uk"},"license":{"name":"MIT","url":"https://github.com/ministryofjustice/hmpps-probation-integration-services/blob/main/LICENSE"},"version":"1.0"},"servers":[{"url":"/"}],"security":[{"hmpps-auth-token":[]}],"paths":{"/users/{username}/access/{crn}":{"get":{"tags":["user-controller"],"operationId":"userAccessCheck","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}},{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CaseAccess"}}}}}}},"/tier-details/{crn}":{"get":{"tags":["tier-context-controller"],"operationId":"tierContext","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TierDetails"}}}}}}},"/probation-cases":{"get":{"tags":["crn-resource"],"operationId":"findAllActiveCrns","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/person/{crn}":{"get":{"tags":["person-controller"],"operationId":"personDetails","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonDetails"}}}}}}},"/docs/asyncapi":{"get":{"tags":["async-api-controller"],"operationId":"asyncApi","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"string"}}}}}}}},"components":{"schemas":{"CaseAccess":{"required":["crn","userExcluded","userRestricted"],"type":"object","properties":{"crn":{"type":"string"},"userExcluded":{"type":"boolean"},"userRestricted":{"type":"boolean"},"exclusionMessage":{"type":"string"},"restrictionMessage":{"type":"string"}}},"Conviction":{"required":["breached","requirements"],"type":"object","properties":{"terminationDate":{"type":"string","format":"date"},"sentenceTypeCode":{"type":"string"},"breached":{"type":"boolean"},"requirements":{"type":"array","items":{"$ref":"#/components/schemas/Requirement"}}}},"Registration":{"required":["code","date","description"],"type":"object","properties":{"code":{"type":"string"},"description":{"type":"string"},"level":{"type":"string"},"date":{"type":"string","format":"date"}}},"Requirement":{"required":["mainCategoryTypeCode","restrictive"],"type":"object","properties":{"mainCategoryTypeCode":{"type":"string"},"restrictive":{"type":"boolean"}}},"TierDetails":{"required":["convictions","gender","previousEnforcementActivity","registrations"],"type":"object","properties":{"gender":{"type":"string"},"currentTier":{"type":"string"},"oGRSScore":{"type":"integer","format":"int64","writeOnly":true},"rSRScore":{"type":"number","format":"double","writeOnly":true},"registrations":{"type":"array","items":{"$ref":"#/components/schemas/Registration"}},"convictions":{"type":"array","items":{"$ref":"#/components/schemas/Conviction"}},"previousEnforcementActivity":{"type":"boolean"},"ogrsscore":{"type":"integer","format":"int64"},"rsrscore":{"type":"number","format":"double"}}},"Name":{"required":["forenames","surname"],"type":"object","properties":{"forenames":{"type":"string"},"surname":{"type":"string"}}},"PersonDetails":{"required":["crn","name"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"}}}},"securitySchemes":{"hmpps-auth-token":{"type":"http","name":"Authorization","in":"header","scheme":"bearer","bearerFormat":"JWT"}}}} \ No newline at end of file +{"openapi":"3.0.1","info":{"title":"API Reference","contact":{"name":"Probation Integration Team","url":"https://mojdt.slack.com/archives/C02HQ4M2YQN","email":"probation-integration-team@digital.justice.gov.uk"},"license":{"name":"MIT","url":"https://github.com/ministryofjustice/hmpps-probation-integration-services/blob/main/LICENSE"},"version":"1.0"},"servers":[{"url":"/"}],"security":[{"hmpps-auth-token":[]}],"paths":{"/users/{username}/access/{crn}":{"get":{"tags":["user-controller"],"operationId":"userAccessCheck","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}},{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CaseAccess"}}}}}}},"/tier-details/{crn}":{"get":{"tags":["tier-context-controller"],"operationId":"tierContext","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TierDetails"}}}}}}},"/probation-cases":{"get":{"tags":["crn-resource"],"operationId":"findAllActiveCrns","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/person/{crn}":{"get":{"tags":["person-controller"],"operationId":"personDetails","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonDetails"}}}}}}},"/docs/asyncapi":{"get":{"tags":["async-api-controller"],"operationId":"asyncApi","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"string"}}}}}}}},"components":{"schemas":{"CaseAccess":{"required":["crn","userExcluded","userRestricted"],"type":"object","properties":{"crn":{"type":"string"},"userExcluded":{"type":"boolean"},"userRestricted":{"type":"boolean"},"exclusionMessage":{"type":"string"},"restrictionMessage":{"type":"string"}}},"Conviction":{"required":["breached","requirements"],"type":"object","properties":{"terminationDate":{"type":"string","format":"date"},"sentenceTypeCode":{"type":"string"},"breached":{"type":"boolean"},"requirements":{"type":"array","items":{"$ref":"#/components/schemas/Requirement"}}}},"Registration":{"required":["code","date","description"],"type":"object","properties":{"code":{"type":"string"},"description":{"type":"string"},"level":{"type":"string"},"date":{"type":"string","format":"date"}}},"Requirement":{"required":["mainCategoryTypeCode","restrictive"],"type":"object","properties":{"mainCategoryTypeCode":{"type":"string"},"restrictive":{"type":"boolean"}}},"TierDetails":{"required":["convictions","gender","previousEnforcementActivity","registrations"],"type":"object","properties":{"gender":{"type":"string"},"currentTier":{"type":"string"},"oGRSScore":{"type":"integer","format":"int64","writeOnly":true},"rSRScore":{"type":"number","format":"double","writeOnly":true},"registrations":{"type":"array","items":{"$ref":"#/components/schemas/Registration"}},"convictions":{"type":"array","items":{"$ref":"#/components/schemas/Conviction"}},"previousEnforcementActivity":{"type":"boolean"},"rsrscore":{"type":"number","format":"double"},"ogrsscore":{"type":"integer","format":"int64"}}},"Name":{"required":["forenames","surname"],"type":"object","properties":{"forenames":{"type":"string"},"surname":{"type":"string"}}},"PersonDetails":{"required":["crn","name"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"}}}},"securitySchemes":{"hmpps-auth-token":{"type":"http","name":"Authorization","in":"header","scheme":"bearer","bearerFormat":"JWT"}}}} \ No newline at end of file diff --git a/tech-docs/projects/tier-to-delius/api-docs.yaml b/tech-docs/projects/tier-to-delius/api-docs.yaml index 625d073ab3..cb1030df78 100644 --- a/tech-docs/projects/tier-to-delius/api-docs.yaml +++ b/tech-docs/projects/tier-to-delius/api-docs.yaml @@ -191,12 +191,12 @@ components: $ref: "#/components/schemas/Conviction" previousEnforcementActivity: type: boolean - ogrsscore: - type: integer - format: int64 rsrscore: type: number format: double + ogrsscore: + type: integer + format: int64 Name: required: - forenames diff --git a/tech-docs/projects/tier-to-delius/api-reference.html b/tech-docs/projects/tier-to-delius/api-reference.html index 650ab0eb06..456ca675bd 100644 --- a/tech-docs/projects/tier-to-delius/api-reference.html +++ b/tech-docs/projects/tier-to-delius/api-reference.html @@ -308,8 +308,8 @@

Responses

} ], "previousEnforcementActivity": "boolean", - "ogrsscore": "integer", - "rsrscore": "number" + "rsrscore": "number", + "ogrsscore": "integer" } @@ -746,8 +746,8 @@

TierDetails

-ogrsscore -integer +rsrscore +number false @@ -756,8 +756,8 @@

TierDetails

-rsrscore -number +ogrsscore +integer false diff --git a/tech-docs/projects/tier-to-delius/search.json b/tech-docs/projects/tier-to-delius/search.json index 27c99f3519..40ed9f00a9 100644 --- a/tech-docs/projects/tier-to-delius/search.json +++ b/tech-docs/projects/tier-to-delius/search.json @@ -1 +1 @@ -{"index": {"version":"0.7.0","fields":[{"name":"title","boost":100},{"name":"content","boost":50}],"ref":"id","tokenizer":"default","documentStore":{"store":{"11":["a","about","access","algorithm","allocation","also","an","and","api","are","as","auth","authorisation","been","broadcast","business","but","by","calculating","calculation","case","change","class","client","completed","complexity","consumer","consumes","crn","current","database","decisions","delius","details","development","domain","endpoint","endpoints","event","events","eventtype","example","factors","filter","filtered","for","formats","give","has","held","hmpps","in","incoming","indicating","input","integration","interactions","interfaces","is","it","load","made","management","many","measure","message","messages","need","of","on","policy","practitioners","probation","provided","provides","purposes","queue","raised","requests","required","responds","result","resulting","role","role_tier_details","roles","run","secured","service","source","sqs","subsequently","supplied","the","these","tier","tier.calculation.complete","to","tracking","tree","triggers","type","updated","updates","used","value","various","via","written"],"12":["200","access","also","api","array","asyncapi","available","boolean","breached","caseaccess","cases","code","conviction","convictions","crn","currenttier","date","description","details","display","docs","documentation","exclusionmessage","false","following","forenames","formats","gender","get","h1","important","in","integer","is","json","level","maincategorytypecode","name","nametyperequireddescriptionschema","none","number","object","ogrsscore","ok","openapi","parameterintyperequireddescription","parameters","path","person","persondetails","previousenforcementactivity","probation","reference","registration","registrations","requirement","requirements","responses","restrictionmessage","restrictive","rsrscore","schemas","sentencetypecode","statusdescriptionschema","string","surname","swagger","technical","terminationdate","the","these","tier","tierdetails","true","ui","userexcluded","username","userrestricted","users","v1.0","yaml"],"13":["app","asyncapi","document.queryselector('main').parentelement.appendchild(document.queryselector('main","iframe","pane__content","position","reference","relative"]},"length":3},"tokenStore":{"root":{"2":{"0":{"0":{"docs":{"12":{"ref":12,"tf":1.0245901639344261}}},"docs":{}},"docs":{}},"docs":{},"a":{"docs":{"11":{"ref":11,"tf":0.8583690987124464}},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":100}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.4291845493562232},"12":{"ref":12,"tf":0.20491803278688525}}}}}}},"l":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"m":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}},"s":{"docs":{},"o":{"docs":{"11":{"ref":11,"tf":0.2145922746781116},"12":{"ref":12,"tf":0.20491803278688525}}}}},"n":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}},"d":{"docs":{"11":{"ref":11,"tf":1.0729613733905579}}}},"p":{"docs":{},"i":{"docs":{"11":{"ref":11,"tf":0.6437768240343348},"12":{"ref":12,"tf":50.40983606557377}}},"p":{"docs":{"13":{"ref":13,"tf":6.25}}}},"r":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":1.0729613733905579}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.6147540983606558}}}}}},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"12":{"ref":12,"tf":0.20491803278688525},"13":{"ref":13,"tf":56.25}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"s":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"r":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}}}}}}},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"y":{"docs":{"11":{"ref":11,"tf":1.2875536480686696}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":2.0491803278688523}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"o":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":1.2875536480686696}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":1.0729613733905579}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}},"s":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"x":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}},"n":{"docs":{},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}},"s":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}},"r":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.2145922746781116},"12":{"ref":12,"tf":2.0491803278688523}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"u":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":1.2875536480686696}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116},"12":{"ref":12,"tf":0.20491803278688525}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.6437768240343348}}}}}},"c":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":6.25}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":1.2875536480686696}},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.8583690987124464}}}}}}},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":2.0491803278688523}}}}}},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}},"o":{"docs":{},"r":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116},"12":{"ref":12,"tf":0.20491803278688525}}}}}},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}},"t":{"docs":{"12":{"ref":12,"tf":1.0245901639344261}}}}},"h":{"1":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}},"docs":{},"a":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"m":{"docs":{},"p":{"docs":{},"p":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":1.2875536480686696}}}}}}},"i":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":1.0729613733905579},"12":{"ref":12,"tf":0.20491803278688525}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}}}}}}},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.819672131147541}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}}},"s":{"docs":{"11":{"ref":11,"tf":1.2875536480686696},"12":{"ref":12,"tf":0.20491803278688525}}},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}}}}},"f":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":6.25}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}},"m":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":0.8583690987124464}}}}}}}}},"y":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.6437768240343348}},"s":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.819672131147541}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"12":{"ref":12,"tf":1.4344262295081966}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.819672131147541}}}}}}}},"o":{"docs":{},"f":{"docs":{"11":{"ref":11,"tf":1.0729613733905579}}},"n":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}},"g":{"docs":{},"r":{"docs":{},"s":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.819672131147541}}}}}}}}}},"k":{"docs":{"12":{"ref":12,"tf":1.0245901639344261}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"y":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":6.25}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.8583690987124464},"12":{"ref":12,"tf":0.20491803278688525}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}},"s":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}}}}}}},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.6147540983606558}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{"12":{"ref":12,"tf":0.6147540983606558}}}}}}}}}},"t":{"docs":{},"h":{"docs":{"12":{"ref":12,"tf":0.819672131147541}}}},"n":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":6.25}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}},"d":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"u":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}},"s":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":1.0245901639344261}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":50.40983606557377},"13":{"ref":13,"tf":56.25}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}},"s":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":6.25}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}},"_":{"docs":{},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}}}}}}},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}},"u":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"s":{"docs":{},"r":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.819672131147541}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":1.2875536480686696}}}}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"q":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"y":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}}}},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"12":{"ref":12,"tf":1.0245901639344261}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":6.967213114754098}}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":4.935622317596566},"12":{"ref":12,"tf":0.20491803278688525}},"s":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.4291845493562232},"12":{"ref":12,"tf":0.20491803278688525}}}}}},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"11":{"ref":11,"tf":2.3605150214592276},"12":{"ref":12,"tf":0.20491803278688525}},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}},"o":{"docs":{"11":{"ref":11,"tf":1.7167381974248928}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}},"e":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"i":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}},"u":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":4.508196721311475}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"e":{"docs":{},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}},"s":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}},"r":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}},"s":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}},"i":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}},"v":{"1":{"docs":{},".":{"0":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}},"docs":{}}},"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}},"i":{"docs":{},"a":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}},"y":{"docs":{},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}},"length":198},"corpusTokens":["200","a","about","access","algorithm","allocation","also","an","and","api","app","are","array","as","asyncapi","auth","authorisation","available","been","boolean","breached","broadcast","business","but","by","calculating","calculation","case","caseaccess","cases","change","class","client","code","completed","complexity","consumer","consumes","conviction","convictions","crn","current","currenttier","database","date","decisions","delius","description","details","development","display","docs","document.queryselector('main').parentelement.appendchild(document.queryselector('main","documentation","domain","endpoint","endpoints","event","events","eventtype","example","exclusionmessage","factors","false","filter","filtered","following","for","forenames","formats","gender","get","give","h1","has","held","hmpps","iframe","important","in","incoming","indicating","input","integer","integration","interactions","interfaces","is","it","json","level","load","made","maincategorytypecode","management","many","measure","message","messages","name","nametyperequireddescriptionschema","need","none","number","object","of","ogrsscore","ok","on","openapi","pane__content","parameterintyperequireddescription","parameters","path","person","persondetails","policy","position","practitioners","previousenforcementactivity","probation","provided","provides","purposes","queue","raised","reference","registration","registrations","relative","requests","required","requirement","requirements","responds","responses","restrictionmessage","restrictive","result","resulting","role","role_tier_details","roles","rsrscore","run","schemas","secured","sentencetypecode","service","source","sqs","statusdescriptionschema","string","subsequently","supplied","surname","swagger","technical","terminationdate","the","these","tier","tier.calculation.complete","tierdetails","to","tracking","tree","triggers","true","type","ui","updated","updates","used","userexcluded","username","userrestricted","users","v1.0","value","various","via","written","yaml"],"pipeline":["trimmer"]}, "docs": {"11":{"title":"About","content":"Tier to Delius\nProvides Delius interactions to the HMPPS Tier service for the purposes of calculating a management tier for the case. The resulting management tier is broadcast via a domain event and subsequently written to the Delius database by a consumer provided by the integration service.\nProbation Business Need\nThe management tier calculation is an measure of complexity algorithm of the probation case. It is used in case allocation decisions and case load tracking. The calculation is made on various factors of the probation case and is updated as these factors change. The calculation algorithm is run in the HMPPS Tier service but many of the input factors are held in Delius. The integration service provides API access to these factors and also consumes the calculation result and updates Delius to give probation practitioners access to the current value.\nInterfaces\nMessage Formats\nThe service responds to an HMPPS Domain Event indicating a tier calculation has been completed.\nTier to Delius Queue.\nThe events are raised by the HMPPS Tier service\nExample messages are in the development source tree.\nIncoming messages are filtered on eventType by the SQS queue policy\nEvent Triggers\n\n \n \nBusiness Event\nMessage Class\nMessage Event Type / Filter\n\nUpdated Management Tier Calculation\nHMPPS Domain Event\ntier.calculation.complete\n\n \n Authorisation\nAPI endpoints are secured by roles supplied by the HMPPS Auth client used in the requests\n\n \n \nAPI Endpoint\nRequired Role\n\n/tier-details/{crn}\nROLE_TIER_DETAILS\n\n \n ","url":"/"},"12":{"title":"API Reference","content":"\n \n API Reference\n\n\n.technical-documentation \u003e h1 { display: none !important }\nThe following documentation is also available in these formats:\n\n\nOpenAPI JSON\nOpenAPI YAML\nSwagger UI\n\nAPI Reference v1.0\n\n\n\n\n\n\n/users/{username}/access/{crn}\n\nget\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\nusername\npath\nstring\ntrue\n\n\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"userExcluded\": \"boolean\",\n \"userRestricted\": \"boolean\",\n \"exclusionMessage\": \"string\",\n \"restrictionMessage\": \"string\"\n}\n\n\n\nCaseAccess\n\n\n\n\n\n\n\n\n\n/tier-details/{crn}\n\nget\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"gender\": \"string\",\n \"currentTier\": \"string\",\n \"oGRSScore\": \"integer\",\n \"rSRScore\": \"number\",\n \"registrations\": [\n {\n \"code\": \"string\",\n \"description\": \"string\",\n \"level\": \"string\",\n \"date\": \"string\"\n }\n ],\n \"convictions\": [\n {\n \"terminationDate\": \"string\",\n \"sentenceTypeCode\": \"string\",\n \"breached\": \"boolean\",\n \"requirements\": [\n {\n \"mainCategoryTypeCode\": \"string\",\n \"restrictive\": \"boolean\"\n }\n ]\n }\n ],\n \"previousEnforcementActivity\": \"boolean\",\n \"ogrsscore\": \"integer\",\n \"rsrscore\": \"number\"\n}\n\n\n\nTierDetails\n\n\n\n\n\n\n\n\n\n/probation-cases\n\nget\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n/person/{crn}\n\nget\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forenames\": \"string\",\n \"surname\": \"string\"\n }\n}\n\n\n\nPersonDetails\n\n\n\n\n\n\n\n\n\n/docs/asyncapi\n\nget\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nSchemas\nCaseAccess\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nuserExcluded\nboolean\ntrue\n\n\n \n\n\n\n\nuserRestricted\nboolean\ntrue\n\n\n \n\n\n\n\nexclusionMessage\nstring\nfalse\n\n\n \n\n\n\n\nrestrictionMessage\nstring\nfalse\n\n\n \n\n\n\n\n\n\nConviction\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nterminationDate\nstring\nfalse\n\n\n \n\n\n\n\nsentenceTypeCode\nstring\nfalse\n\n\n \n\n\n\n\nbreached\nboolean\ntrue\n\n\n \n\n\n\n\nrequirements\narray\ntrue\n\n\n Requirement\n\n\n\n\n\n\nRegistration\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncode\nstring\ntrue\n\n\n \n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\nlevel\nstring\nfalse\n\n\n \n\n\n\n\ndate\nstring\ntrue\n\n\n \n\n\n\n\n\n\nRequirement\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nmainCategoryTypeCode\nstring\ntrue\n\n\n \n\n\n\n\nrestrictive\nboolean\ntrue\n\n\n \n\n\n\n\n\n\nTierDetails\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ngender\nstring\ntrue\n\n\n \n\n\n\n\ncurrentTier\nstring\nfalse\n\n\n \n\n\n\n\noGRSScore\ninteger\nfalse\n\n\n \n\n\n\n\nrSRScore\nnumber\nfalse\n\n\n \n\n\n\n\nregistrations\narray\ntrue\n\n\n Registration\n\n\n\n\nconvictions\narray\ntrue\n\n\n Conviction\n\n\n\n\npreviousEnforcementActivity\nboolean\ntrue\n\n\n \n\n\n\n\nogrsscore\ninteger\nfalse\n\n\n \n\n\n\n\nrsrscore\nnumber\nfalse\n\n\n \n\n\n\n\n\n\nName\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nforenames\nstring\ntrue\n\n\n \n\n\n\n\nsurname\nstring\ntrue\n\n\n \n\n\n\n\n\n\nPersonDetails\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\n\n\n\n","url":"/api-reference.html"},"13":{"title":"AsyncAPI Reference","content":"AsyncAPI Reference\n\n\n\n.app-pane__content { position: relative }\n\ndocument.querySelector('main').parentElement.appendChild(document.querySelector('main \u003e iframe'))\n","url":"/asyncapi-reference.html"}}} \ No newline at end of file +{"index": {"version":"0.7.0","fields":[{"name":"title","boost":100},{"name":"content","boost":50}],"ref":"id","tokenizer":"default","documentStore":{"store":{"11":["a","about","access","algorithm","allocation","also","an","and","api","are","as","auth","authorisation","been","broadcast","business","but","by","calculating","calculation","case","change","class","client","completed","complexity","consumer","consumes","crn","current","database","decisions","delius","details","development","domain","endpoint","endpoints","event","events","eventtype","example","factors","filter","filtered","for","formats","give","has","held","hmpps","in","incoming","indicating","input","integration","interactions","interfaces","is","it","load","made","management","many","measure","message","messages","need","of","on","policy","practitioners","probation","provided","provides","purposes","queue","raised","requests","required","responds","result","resulting","role","role_tier_details","roles","run","secured","service","source","sqs","subsequently","supplied","the","these","tier","tier.calculation.complete","to","tracking","tree","triggers","type","updated","updates","used","value","various","via","written"],"12":["200","access","also","api","array","asyncapi","available","boolean","breached","caseaccess","cases","code","conviction","convictions","crn","currenttier","date","description","details","display","docs","documentation","exclusionmessage","false","following","forenames","formats","gender","get","h1","important","in","integer","is","json","level","maincategorytypecode","name","nametyperequireddescriptionschema","none","number","object","ogrsscore","ok","openapi","parameterintyperequireddescription","parameters","path","person","persondetails","previousenforcementactivity","probation","reference","registration","registrations","requirement","requirements","responses","restrictionmessage","restrictive","rsrscore","schemas","sentencetypecode","statusdescriptionschema","string","surname","swagger","technical","terminationdate","the","these","tier","tierdetails","true","ui","userexcluded","username","userrestricted","users","v1.0","yaml"],"13":["app","asyncapi","document.queryselector('main').parentelement.appendchild(document.queryselector('main","iframe","pane__content","position","reference","relative"]},"length":3},"tokenStore":{"root":{"2":{"0":{"0":{"docs":{"12":{"ref":12,"tf":1.0245901639344261}}},"docs":{}},"docs":{}},"docs":{},"a":{"docs":{"11":{"ref":11,"tf":0.8583690987124464}},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":100}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.4291845493562232},"12":{"ref":12,"tf":0.20491803278688525}}}}}}},"l":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"m":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}},"s":{"docs":{},"o":{"docs":{"11":{"ref":11,"tf":0.2145922746781116},"12":{"ref":12,"tf":0.20491803278688525}}}}},"n":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}},"d":{"docs":{"11":{"ref":11,"tf":1.0729613733905579}}}},"p":{"docs":{},"i":{"docs":{"11":{"ref":11,"tf":0.6437768240343348},"12":{"ref":12,"tf":50.40983606557377}}},"p":{"docs":{"13":{"ref":13,"tf":6.25}}}},"r":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":1.0729613733905579}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.6147540983606558}}}}}},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"12":{"ref":12,"tf":0.20491803278688525},"13":{"ref":13,"tf":56.25}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"s":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"r":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}}}}}}},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"y":{"docs":{"11":{"ref":11,"tf":1.2875536480686696}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":2.0491803278688523}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"o":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":1.2875536480686696}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":1.0729613733905579}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}},"s":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"x":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}},"n":{"docs":{},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}},"s":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}},"r":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.2145922746781116},"12":{"ref":12,"tf":2.0491803278688523}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"u":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":1.2875536480686696}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116},"12":{"ref":12,"tf":0.20491803278688525}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.6437768240343348}}}}}},"c":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":6.25}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":1.2875536480686696}},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.8583690987124464}}}}}}},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":2.0491803278688523}}}}}},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}},"o":{"docs":{},"r":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116},"12":{"ref":12,"tf":0.20491803278688525}}}}}},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}},"t":{"docs":{"12":{"ref":12,"tf":1.0245901639344261}}}}},"h":{"1":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}},"docs":{},"a":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"m":{"docs":{},"p":{"docs":{},"p":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":1.2875536480686696}}}}}}},"i":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":1.0729613733905579},"12":{"ref":12,"tf":0.20491803278688525}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}}}}}}},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.819672131147541}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}}},"s":{"docs":{"11":{"ref":11,"tf":1.2875536480686696},"12":{"ref":12,"tf":0.20491803278688525}}},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}}}}},"f":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":6.25}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}},"m":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":0.8583690987124464}}}}}}}}},"y":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.6437768240343348}},"s":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.819672131147541}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"12":{"ref":12,"tf":1.4344262295081966}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.819672131147541}}}}}}}},"o":{"docs":{},"f":{"docs":{"11":{"ref":11,"tf":1.0729613733905579}}},"n":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}},"g":{"docs":{},"r":{"docs":{},"s":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.819672131147541}}}}}}}}}},"k":{"docs":{"12":{"ref":12,"tf":1.0245901639344261}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"y":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":6.25}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.8583690987124464},"12":{"ref":12,"tf":0.20491803278688525}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}},"s":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}}}}}}},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.6147540983606558}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{"12":{"ref":12,"tf":0.6147540983606558}}}}}}}}}},"t":{"docs":{},"h":{"docs":{"12":{"ref":12,"tf":0.819672131147541}}}},"n":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":6.25}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}},"d":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"u":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}},"s":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":1.0245901639344261}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":50.40983606557377},"13":{"ref":13,"tf":56.25}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}},"s":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":6.25}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}},"_":{"docs":{},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}}}}}}},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}},"u":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"s":{"docs":{},"r":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.819672131147541}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":1.2875536480686696}}}}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}},"q":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"y":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}}}},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"12":{"ref":12,"tf":1.0245901639344261}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":6.967213114754098}}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":4.935622317596566},"12":{"ref":12,"tf":0.20491803278688525}},"s":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.4291845493562232},"12":{"ref":12,"tf":0.20491803278688525}}}}}},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"11":{"ref":11,"tf":2.3605150214592276},"12":{"ref":12,"tf":0.20491803278688525}},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}},"o":{"docs":{"11":{"ref":11,"tf":1.7167381974248928}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}},"e":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}},"i":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}},"u":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":4.508196721311475}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"e":{"docs":{},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}},"s":{"docs":{},"e":{"docs":{},"d":{"docs":{"11":{"ref":11,"tf":0.4291845493562232}}},"r":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.4098360655737705}}}}}}}}}}}},"s":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}},"i":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}},"v":{"1":{"docs":{},".":{"0":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}},"docs":{}}},"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}},"i":{"docs":{},"a":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"11":{"ref":11,"tf":0.2145922746781116}}}}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}},"y":{"docs":{},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.20491803278688525}}}}}}},"length":198},"corpusTokens":["200","a","about","access","algorithm","allocation","also","an","and","api","app","are","array","as","asyncapi","auth","authorisation","available","been","boolean","breached","broadcast","business","but","by","calculating","calculation","case","caseaccess","cases","change","class","client","code","completed","complexity","consumer","consumes","conviction","convictions","crn","current","currenttier","database","date","decisions","delius","description","details","development","display","docs","document.queryselector('main').parentelement.appendchild(document.queryselector('main","documentation","domain","endpoint","endpoints","event","events","eventtype","example","exclusionmessage","factors","false","filter","filtered","following","for","forenames","formats","gender","get","give","h1","has","held","hmpps","iframe","important","in","incoming","indicating","input","integer","integration","interactions","interfaces","is","it","json","level","load","made","maincategorytypecode","management","many","measure","message","messages","name","nametyperequireddescriptionschema","need","none","number","object","of","ogrsscore","ok","on","openapi","pane__content","parameterintyperequireddescription","parameters","path","person","persondetails","policy","position","practitioners","previousenforcementactivity","probation","provided","provides","purposes","queue","raised","reference","registration","registrations","relative","requests","required","requirement","requirements","responds","responses","restrictionmessage","restrictive","result","resulting","role","role_tier_details","roles","rsrscore","run","schemas","secured","sentencetypecode","service","source","sqs","statusdescriptionschema","string","subsequently","supplied","surname","swagger","technical","terminationdate","the","these","tier","tier.calculation.complete","tierdetails","to","tracking","tree","triggers","true","type","ui","updated","updates","used","userexcluded","username","userrestricted","users","v1.0","value","various","via","written","yaml"],"pipeline":["trimmer"]}, "docs": {"11":{"title":"About","content":"Tier to Delius\nProvides Delius interactions to the HMPPS Tier service for the purposes of calculating a management tier for the case. The resulting management tier is broadcast via a domain event and subsequently written to the Delius database by a consumer provided by the integration service.\nProbation Business Need\nThe management tier calculation is an measure of complexity algorithm of the probation case. It is used in case allocation decisions and case load tracking. The calculation is made on various factors of the probation case and is updated as these factors change. The calculation algorithm is run in the HMPPS Tier service but many of the input factors are held in Delius. The integration service provides API access to these factors and also consumes the calculation result and updates Delius to give probation practitioners access to the current value.\nInterfaces\nMessage Formats\nThe service responds to an HMPPS Domain Event indicating a tier calculation has been completed.\nTier to Delius Queue.\nThe events are raised by the HMPPS Tier service\nExample messages are in the development source tree.\nIncoming messages are filtered on eventType by the SQS queue policy\nEvent Triggers\n\n \n \nBusiness Event\nMessage Class\nMessage Event Type / Filter\n\nUpdated Management Tier Calculation\nHMPPS Domain Event\ntier.calculation.complete\n\n \n Authorisation\nAPI endpoints are secured by roles supplied by the HMPPS Auth client used in the requests\n\n \n \nAPI Endpoint\nRequired Role\n\n/tier-details/{crn}\nROLE_TIER_DETAILS\n\n \n ","url":"/"},"12":{"title":"API Reference","content":"\n \n API Reference\n\n\n.technical-documentation \u003e h1 { display: none !important }\nThe following documentation is also available in these formats:\n\n\nOpenAPI JSON\nOpenAPI YAML\nSwagger UI\n\nAPI Reference v1.0\n\n\n\n\n\n\n/users/{username}/access/{crn}\n\nget\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\nusername\npath\nstring\ntrue\n\n\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"userExcluded\": \"boolean\",\n \"userRestricted\": \"boolean\",\n \"exclusionMessage\": \"string\",\n \"restrictionMessage\": \"string\"\n}\n\n\n\nCaseAccess\n\n\n\n\n\n\n\n\n\n/tier-details/{crn}\n\nget\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"gender\": \"string\",\n \"currentTier\": \"string\",\n \"oGRSScore\": \"integer\",\n \"rSRScore\": \"number\",\n \"registrations\": [\n {\n \"code\": \"string\",\n \"description\": \"string\",\n \"level\": \"string\",\n \"date\": \"string\"\n }\n ],\n \"convictions\": [\n {\n \"terminationDate\": \"string\",\n \"sentenceTypeCode\": \"string\",\n \"breached\": \"boolean\",\n \"requirements\": [\n {\n \"mainCategoryTypeCode\": \"string\",\n \"restrictive\": \"boolean\"\n }\n ]\n }\n ],\n \"previousEnforcementActivity\": \"boolean\",\n \"rsrscore\": \"number\",\n \"ogrsscore\": \"integer\"\n}\n\n\n\nTierDetails\n\n\n\n\n\n\n\n\n\n/probation-cases\n\nget\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n/person/{crn}\n\nget\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forenames\": \"string\",\n \"surname\": \"string\"\n }\n}\n\n\n\nPersonDetails\n\n\n\n\n\n\n\n\n\n/docs/asyncapi\n\nget\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nSchemas\nCaseAccess\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nuserExcluded\nboolean\ntrue\n\n\n \n\n\n\n\nuserRestricted\nboolean\ntrue\n\n\n \n\n\n\n\nexclusionMessage\nstring\nfalse\n\n\n \n\n\n\n\nrestrictionMessage\nstring\nfalse\n\n\n \n\n\n\n\n\n\nConviction\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nterminationDate\nstring\nfalse\n\n\n \n\n\n\n\nsentenceTypeCode\nstring\nfalse\n\n\n \n\n\n\n\nbreached\nboolean\ntrue\n\n\n \n\n\n\n\nrequirements\narray\ntrue\n\n\n Requirement\n\n\n\n\n\n\nRegistration\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncode\nstring\ntrue\n\n\n \n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\nlevel\nstring\nfalse\n\n\n \n\n\n\n\ndate\nstring\ntrue\n\n\n \n\n\n\n\n\n\nRequirement\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nmainCategoryTypeCode\nstring\ntrue\n\n\n \n\n\n\n\nrestrictive\nboolean\ntrue\n\n\n \n\n\n\n\n\n\nTierDetails\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ngender\nstring\ntrue\n\n\n \n\n\n\n\ncurrentTier\nstring\nfalse\n\n\n \n\n\n\n\noGRSScore\ninteger\nfalse\n\n\n \n\n\n\n\nrSRScore\nnumber\nfalse\n\n\n \n\n\n\n\nregistrations\narray\ntrue\n\n\n Registration\n\n\n\n\nconvictions\narray\ntrue\n\n\n Conviction\n\n\n\n\npreviousEnforcementActivity\nboolean\ntrue\n\n\n \n\n\n\n\nrsrscore\nnumber\nfalse\n\n\n \n\n\n\n\nogrsscore\ninteger\nfalse\n\n\n \n\n\n\n\n\n\nName\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nforenames\nstring\ntrue\n\n\n \n\n\n\n\nsurname\nstring\ntrue\n\n\n \n\n\n\n\n\n\nPersonDetails\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\n\n\n\n","url":"/api-reference.html"},"13":{"title":"AsyncAPI Reference","content":"AsyncAPI Reference\n\n\n\n.app-pane__content { position: relative }\n\ndocument.querySelector('main').parentElement.appendChild(document.querySelector('main \u003e iframe'))\n","url":"/asyncapi-reference.html"}}} \ No newline at end of file diff --git a/tech-docs/projects/workforce-allocations-to-delius/api-docs.json b/tech-docs/projects/workforce-allocations-to-delius/api-docs.json index d8e84e2e97..c0ec257924 100644 --- a/tech-docs/projects/workforce-allocations-to-delius/api-docs.json +++ b/tech-docs/projects/workforce-allocations-to-delius/api-docs.json @@ -1 +1 @@ -{"openapi":"3.0.1","info":{"title":"API Reference","contact":{"name":"Probation Integration Team","url":"https://mojdt.slack.com/archives/C02HQ4M2YQN","email":"probation-integration-team@digital.justice.gov.uk"},"license":{"name":"MIT","url":"https://github.com/ministryofjustice/hmpps-probation-integration-services/blob/main/LICENSE"},"version":"1.0"},"servers":[{"url":"/"}],"security":[{"hmpps-auth-token":[]}],"paths":{"/users/limited-access":{"get":{"tags":["user-resource"],"summary":"Data access restriction information for the combination of the Delius\n user and the supplied list of CRNs","description":"Probation case records in Delius may have access restrictions\n defined for particular Delius users. This restrictions may be in place to stop\n identified users accessing information on specific people or they may restrict\n access to all users other than those named. The restrictions may be in place\n for a number of reasons related to the case supervision and clients should use\n the restriction information to mask data access from any identified user that\n has a restriction in place\n ","operationId":"limitedAccessCheck","parameters":[{"name":"crns","in":"query","required":true,"schema":{"maxItems":500,"minItems":1,"type":"array","items":{"type":"string"}}},{"name":"username","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserAccess"}}}}}},"post":{"tags":["user-resource"],"summary":"Data access restriction information for the combination of the Delius\n user and the supplied list of CRNs","description":"Probation case records in Delius may have access restrictions\n defined for particular Delius users. This restrictions may be in place to stop\n identified users accessing information on specific people or they may restrict\n access to all users other than those named. The restrictions may be in place\n for a number of reasons related to the case supervision and clients should use\n the restriction information to mask data access from any identified user that\n has a restriction in place\n ","operationId":"limitedAccessCheck_1","parameters":[{"name":"username","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"maxItems":500,"minItems":1,"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserAccess"}}}}}}},"/staff/{code}/active-cases":{"post":{"tags":["staff-resource"],"summary":"Personal information along with a list of active\n cases for the identified probation practitioner","description":"Summary information on the full case list of\n of the probation practitioner identified in the request.\n Used to support the 'Case Details' capability of the HMPPS\n Workload service, which show details of the current case load\n of the staff member for capacity planning\n ","operationId":"activeCases","parameters":[{"name":"code","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ActiveCasesResponse"}}}}}}},"/person/{crn}/limited-access":{"post":{"tags":["user-resource"],"summary":"Returns limited access information (restrictions and exclusions) for a Delius CRN, given a list of staff codes","operationId":"allAccessLimitationsForCrnAndUserList","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"maxItems":500,"minItems":0,"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CaseAccessList"}}}}}}},"/allocation/details":{"post":{"tags":["allocation-detail-resource"],"summary":"Summary information on the person on probation and probation practitioner","description":"Summary information on the person on probation and probation practitioner\n identified by the list of CRNs and staff codes provided in the request. Used to support\n showing the impact of case allocations in the HMPPS Workforce service\n ","operationId":"getDetails","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AllocationDetailRequests"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AllocationDetails"}}}}}}},"/allocation-demand":{"post":{"tags":["allocation-demand-resource"],"summary":"List of summary probation case details for cases that require allocation","description":"Summary information on the probation case list provided in the request.\n Used to support the list of 'Unallocated Community Cases' in the HMPPS Workforce\n service which shows the list of cases that require allocation to a probation\n practitioner\n ","operationId":"findUnallocatedForTeam","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AllocationDemandRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AllocationDemandResponse"}}}}}}},"/users":{"get":{"tags":["user-resource"],"summary":"Returns all users with the Delius `MAABT001` role","operationId":"allUsers","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/User"}}}}}}}},"/staff/{code}/officer-view":{"get":{"tags":["staff-resource"],"summary":"Personal and and summary caseload information for\n the identified probation officer","description":"Summary information on the probation caseload\n for the probation officer identified in the request. Used\n to support the 'Officer View' capability of the HMPPS\n Workload service which shows statistics on the staff members\n caseload\n ","operationId":"officerView","parameters":[{"name":"code","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OfficerView"}}}}}}},"/registrations/{crn}/flags":{"get":{"tags":["registration-resource"],"operationId":"getRiskFlagsByCrn","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RiskSummary"}}}}}}},"/person/{value}":{"get":{"tags":["person-resource"],"summary":"Basic information on the person on probation","description":"Basic information on the person on probation as held in Delius,\n identified by either the CRN or NOMS number provided in the request. Supports\n display of the overview person information in the HMPPS Workload service\n ","operationId":"findPerson","parameters":[{"name":"value","in":"path","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","required":false,"schema":{"type":"string","default":"CRN","enum":["CRN","NOMS"]}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Person"}}}}}}},"/person/{crn}/limited-access/all":{"get":{"tags":["user-resource"],"summary":"Returns all limited access information (restrictions and exclusions) for a Delius CRN","operationId":"allAccessLimitationsForCrn","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CaseAccessList"}}}}}}},"/offenders/{crn}/documents":{"get":{"tags":["document-resource"],"summary":"List of documents held in Delius for the probation case","description":"List of documents available in Delius for the probation\n case identified by the CRN provided in the request. Document list\n includes summary information on the type and purpose of document held.\n Used to support the 'Document List' view of the HMPPS Workforce service\n which is used to give detailed information on the case when allocating\n to a probation practitioner\n ","operationId":"findDocuments","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonDocument"}}}}}}}},"/offenders/{crn}/documents/{id}":{"get":{"tags":["document-resource"],"summary":"Fetch a complete document from Delius/Alfresco","description":"Returns the full document identified by the CRN and\n document id provided in the request. Document is returned in the\n format stored in Alfresco. Used to support downloading documents\n from the document list in the HMPPS Workload service\n ","operationId":"getDocument","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}}}},"/initial-allocations.csv":{"get":{"tags":["initial-allocation-resource"],"summary":"A report of all allocations created by either the Manage a Workforce Allocation tool or Delius, since the start of 2024.","operationId":"getInitialAllocations","responses":{"200":{"description":"OK","content":{"text/csv":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}}}},"/docs/asyncapi":{"get":{"tags":["async-api-controller"],"operationId":"asyncApi","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/allocation-demand/{crn}/{eventNumber}/probation-record":{"get":{"tags":["allocation-demand-resource"],"summary":"Detailed information on the probation supervision history","description":"Detailed information on all current and previous cases, offences, sentences\n and management by probation practitioners for the person identified by the CRN and event\n provided in the request. Supports the 'Probation Record' screen of case allocation in\n the HMPPS Workforce service which is part of the case allocation workflow\n ","operationId":"getProbationRecord","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}},{"name":"eventNumber","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProbationRecord"}}}}}}},"/allocation-demand/{crn}/{eventNumber}/case-view":{"get":{"tags":["case-view-resource"],"summary":"Detailed information on the probation case","description":"Detailed information on the probation case identified\n by the CRN and event number provided in the request. Returns information\n on the person on probation, offences, sentence, requirements and case\n documents held in Delius. Used to support the 'Case View' screen of the\n HMPPS Workforce service which provides a detailed overview of the case\n when allocating to a probation practitioner\n ","operationId":"caseView","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}},{"name":"eventNumber","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CaseView"}}}}}}},"/allocation-demand/{crn}/{eventNumber}/allocation":{"get":{"tags":["allocation-demand-resource"],"summary":"Detailed information on the case allocation","description":"Detailed information on the probation case, event and probation practitioners\n identified in the request. Used to display a summary page after case allocation has been\n completed in the HMPPS Workforce service\n ","operationId":"getAllocationDemandStaff","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}},{"name":"eventNumber","in":"path","required":true,"schema":{"type":"string"}},{"name":"staff","in":"query","required":true,"schema":{"type":"string"}},{"name":"allocatingStaffUsername","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AllocationDemandStaffResponse"}}}}}}},"/allocation-demand/{crn}/unallocated-events":{"get":{"tags":["allocation-demand-resource"],"summary":"Summary information on all Delius events without a case allocation for a person\n on probation","description":"Summary information on the person on probation identified by the CRN provided\n in the request with a list of all active Delius events for that person that do not currently\n have a case allocation. Used to support choosing the event to allocate in the case allocation\n workflow of the HMPPS Workforce service\n ","operationId":"getUnallocatedEvents","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnallocatedEventsResponse"}}}}}}},"/allocation-demand/{crn}/risk":{"get":{"tags":["allocation-demand-resource"],"summary":"Detailed information on the risk information held in Delius","description":"Detailed information on the risk factors held and managed in Delius for the\n person on probation identified by the CRN provided in the request. Supports the 'Risk'\n section of the 'Case View' within the HMPPS Workload service which is part of the case\n allocation workflow\n ","operationId":"getRisk","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RiskRecord"}}}}}}},"/allocation-demand/impact":{"get":{"tags":["allocation-demand-resource"],"summary":"Summary information on the person on probation and probation practitioner","description":"Summary information on the person on probation and probation practitioner\n identified by the CRN and staff code provided in the request. Used to support the\n post-allocation 'Impact' screen of the HMPPS Workforce service\n ","operationId":"getImpact","parameters":[{"name":"crn","in":"query","required":true,"schema":{"type":"string"}},{"name":"staff","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AllocationImpact"}}}}}}},"/allocation-demand/choose-practitioner":{"get":{"tags":["allocation-demand-resource"],"summary":"List of summary probation case details with probation practioner details","description":"Summary information on the probation case provided in the request along\n with a list of probation practitioners associated with the teams provided in the\n request. Used to support the 'Choose Practitioner' screen of the HMPPS Workforce\n service which is part of the case allocation workflow\n ","operationId":"choosePractitioner","parameters":[{"name":"crn","in":"query","required":true,"schema":{"type":"string"}},{"name":"teamCode","in":"query","required":false,"schema":{"type":"array","items":{"type":"string"},"default":[]}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChoosePractitionerResponse"}}}}}}},"/allocation-completed/order-manager":{"get":{"tags":["allocation-completed-resource"],"summary":"Team allocation code for Persons PO","operationId":"getAllocatedManager","parameters":[{"name":"crn","in":"query","required":true,"schema":{"type":"string"}},{"name":"eventNumber","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Manager"}}}}}}},"/allocation-completed/details":{"get":{"tags":["allocation-completed-resource"],"summary":"Summary case allocation information as currently held in Delius","description":"Summary case allocation information for the probation case\n identified by the CRN and Event Number in the request. Also provided\n information on the probation practitioner identified by the staff code\n in the request. Used to support the post-allocation information page of\n the HMPPS Workforce service\n ","operationId":"details","parameters":[{"name":"crn","in":"query","required":true,"schema":{"type":"string"}},{"name":"eventNumber","in":"query","required":true,"schema":{"type":"string"}},{"name":"staffCode","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AllocationCompletedResponse"}}}}}}}},"components":{"schemas":{"CaseAccess":{"required":["crn","userExcluded","userRestricted"],"type":"object","properties":{"crn":{"type":"string"},"userExcluded":{"type":"boolean"},"userRestricted":{"type":"boolean"},"exclusionMessage":{"type":"string"},"restrictionMessage":{"type":"string"}}},"UserAccess":{"required":["access"],"type":"object","properties":{"access":{"type":"array","items":{"$ref":"#/components/schemas/CaseAccess"}}}},"ActiveCasesResponse":{"required":["cases","code","name"],"type":"object","properties":{"code":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"grade":{"type":"string"},"email":{"type":"string"},"cases":{"type":"array","items":{"$ref":"#/components/schemas/Case"}}}},"Case":{"required":["crn","name","type"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"type":{"type":"string"}}},"Name":{"required":["forename","surname"],"type":"object","properties":{"forename":{"type":"string"},"middleName":{"type":"string"},"surname":{"type":"string"}}},"CaseAccessList":{"required":["crn","excludedFrom","restrictedTo"],"type":"object","properties":{"crn":{"type":"string"},"excludedFrom":{"type":"array","items":{"$ref":"#/components/schemas/User"}},"restrictedTo":{"type":"array","items":{"$ref":"#/components/schemas/User"}},"exclusionMessage":{"type":"string"},"restrictionMessage":{"type":"string"}}},"User":{"required":["username"],"type":"object","properties":{"username":{"type":"string"},"staffCode":{"type":"string"}}},"AllocationDetailRequest":{"required":["crn","staffCode"],"type":"object","properties":{"crn":{"type":"string"},"staffCode":{"type":"string"}}},"AllocationDetailRequests":{"required":["cases"],"type":"object","properties":{"cases":{"type":"array","items":{"$ref":"#/components/schemas/AllocationDetailRequest"}}}},"AllocationDetails":{"required":["cases"],"type":"object","properties":{"cases":{"type":"array","items":{"$ref":"#/components/schemas/AllocationImpact"}}}},"AllocationImpact":{"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"staff":{"$ref":"#/components/schemas/StaffMember"}}},"StaffMember":{"required":["code","name"],"type":"object","properties":{"code":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"email":{"type":"string"},"grade":{"type":"string"}}},"AllocationDemandRequest":{"required":["cases"],"type":"object","properties":{"cases":{"maxItems":500,"minItems":0,"type":"array","items":{"$ref":"#/components/schemas/AllocationRequest"}}}},"AllocationRequest":{"required":["crn","eventNumber"],"type":"object","properties":{"crn":{"pattern":"^[a-zA-Z]\\d{6}$","type":"string"},"eventNumber":{"pattern":"^\\d{1,4}$","type":"string"}}},"AllocationDemandResponse":{"required":["cases"],"type":"object","properties":{"cases":{"type":"array","items":{"$ref":"#/components/schemas/AllocationResponse"}}}},"AllocationResponse":{"required":["court","crn","event","name","probationStatus","type"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"event":{"$ref":"#/components/schemas/Event"},"sentence":{"$ref":"#/components/schemas/Sentence"},"initialAppointment":{"$ref":"#/components/schemas/InitialAppointment"},"court":{"$ref":"#/components/schemas/NamedCourt"},"type":{"type":"string","enum":["LICENSE","CUSTODY","COMMUNITY","UNKNOWN"]},"probationStatus":{"$ref":"#/components/schemas/ProbationStatus"},"communityPersonManager":{"$ref":"#/components/schemas/Manager"},"handoverDate":{"type":"string","format":"date"}}},"Event":{"required":["number"],"type":"object","properties":{"number":{"type":"string"},"manager":{"$ref":"#/components/schemas/Manager"}}},"InitialAppointment":{"required":["date","staff"],"type":"object","properties":{"date":{"type":"string","format":"date"},"staff":{"$ref":"#/components/schemas/StaffMember"}}},"Manager":{"required":["allocated","code","name","teamCode"],"type":"object","properties":{"code":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"teamCode":{"type":"string"},"grade":{"type":"string"},"allocated":{"type":"boolean"}}},"NamedCourt":{"required":["name"],"type":"object","properties":{"name":{"type":"string"}}},"ProbationStatus":{"required":["description","status"],"type":"object","properties":{"status":{"type":"string","enum":["CURRENTLY_MANAGED","PREVIOUSLY_MANAGED","NEW_TO_PROBATION","UNKNOWN"]},"description":{"type":"string"}}},"Sentence":{"required":["date","length","type"],"type":"object","properties":{"type":{"type":"string"},"date":{"type":"string","format":"date"},"length":{"type":"string"}}},"OfficerView":{"required":["casesDueToEndInNext4Weeks","code","name","paroleReportsToCompleteInNext4Weeks","releasesWithinNext4Weeks"],"type":"object","properties":{"code":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"grade":{"type":"string"},"email":{"type":"string"},"casesDueToEndInNext4Weeks":{"type":"integer","description":"The number of sentenced events with an end date in the next four weeks on cases managed by the officer.","format":"int64"},"releasesWithinNext4Weeks":{"type":"integer","description":"The number of sentenced custodial events with an \"Expected Release Date\" key date in the next four weeks on cases managed by the officer.","format":"int64"},"paroleReportsToCompleteInNext4Weeks":{"type":"integer","description":"The number of parole reports required in the next four weeks on cases managed by the officer.","format":"int64"}}},"RiskItem":{"required":["colour","description"],"type":"object","properties":{"description":{"type":"string"},"colour":{"type":"string","enum":["RED","AMBER","GREEN","WHITE"]}}},"RiskSummary":{"type":"object","properties":{"selfHarm":{"$ref":"#/components/schemas/RiskItem"},"alerts":{"$ref":"#/components/schemas/RiskItem"},"safeguarding":{"$ref":"#/components/schemas/RiskItem"},"information":{"$ref":"#/components/schemas/RiskItem"},"publicProtection":{"$ref":"#/components/schemas/RiskItem"}}},"Person":{"required":["crn","name","type"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"type":{"type":"string","enum":["LICENSE","CUSTODY","COMMUNITY","UNKNOWN"]}}},"DocumentEvent":{"required":["eventNumber","eventType","mainOffence"],"type":"object","properties":{"eventType":{"type":"string","enum":["CURRENT","PREVIOUS"]},"eventNumber":{"type":"string"},"mainOffence":{"type":"string"}}},"PersonDocument":{"required":["name","relatedTo","sensitive"],"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"relatedTo":{"$ref":"#/components/schemas/RelatedTo"},"dateSaved":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"sensitive":{"type":"boolean"}}},"RelatedTo":{"required":["description","name","type"],"type":"object","properties":{"type":{"type":"string","enum":["ADDRESS_ASSESSMENT","APPROVED_PREMISES_REFERRAL","ASSESSMENT","CASE_ALLOCATION","CONTACT","COURT_REPORT","CPSPACK","DRUGS_TEST","PRECONS","EVENT","EQUALITY","INSTITUTIONAL_REPORT","NSI","PERSON","OFFENDER_ADDRESS","PERSONAL_CONTACT","PERSONAL_CIRCUMSTANCE","REFERRAL","REGISTRATION","UPW_APPOINTMENT"]},"name":{"type":"string"},"event":{"$ref":"#/components/schemas/DocumentEvent"},"description":{"type":"string"}}},"StreamingResponseBody":{"type":"object"},"PrEvent":{"required":["offences","sentence"],"type":"object","properties":{"sentence":{"$ref":"#/components/schemas/PrSentence"},"offences":{"type":"array","items":{"$ref":"#/components/schemas/PrOffence"}},"manager":{"$ref":"#/components/schemas/StaffMember"}}},"PrOffence":{"required":["description","main"],"type":"object","properties":{"description":{"type":"string"},"main":{"type":"boolean"}}},"PrSentence":{"required":["description","length","startDate"],"type":"object","properties":{"description":{"type":"string"},"length":{"type":"string"},"startDate":{"type":"string","format":"date"},"terminationDate":{"type":"string","format":"date"}}},"ProbationRecord":{"required":["activeEvents","crn","event","inactiveEvents","name"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"event":{"$ref":"#/components/schemas/Event"},"activeEvents":{"type":"array","items":{"$ref":"#/components/schemas/PrEvent"}},"inactiveEvents":{"type":"array","items":{"$ref":"#/components/schemas/PrEvent"}}}},"CaseView":{"required":["age","dateOfBirth","name","offences","requirements","sentence"],"type":"object","properties":{"name":{"$ref":"#/components/schemas/Name"},"dateOfBirth":{"type":"string","format":"date"},"gender":{"type":"string"},"pncNumber":{"type":"string"},"mainAddress":{"$ref":"#/components/schemas/CvAddress"},"sentence":{"$ref":"#/components/schemas/CvSentence"},"offences":{"type":"array","items":{"$ref":"#/components/schemas/CvOffence"}},"requirements":{"type":"array","items":{"$ref":"#/components/schemas/CvRequirement"}},"cpsPack":{"$ref":"#/components/schemas/CvDocument"},"preConvictionDocument":{"$ref":"#/components/schemas/CvDocument"},"courtReport":{"$ref":"#/components/schemas/CvDocument"},"age":{"type":"integer","format":"int32"}}},"CvAddress":{"required":["noFixedAbode","startDate","typeVerified"],"type":"object","properties":{"buildingName":{"type":"string"},"addressNumber":{"type":"string"},"streetName":{"type":"string"},"town":{"type":"string"},"county":{"type":"string"},"postcode":{"type":"string"},"noFixedAbode":{"type":"boolean"},"typeVerified":{"type":"boolean"},"typeDescription":{"type":"string"},"startDate":{"type":"string","format":"date"}}},"CvDocument":{"required":["dateCreated","documentId","documentName"],"type":"object","properties":{"documentId":{"type":"string"},"documentName":{"type":"string"},"dateCreated":{"type":"string","format":"date"},"description":{"type":"string"}}},"CvOffence":{"required":["mainCategory","mainOffence","subCategory"],"type":"object","properties":{"mainCategory":{"type":"string"},"subCategory":{"type":"string"},"mainOffence":{"type":"boolean"}}},"CvRequirement":{"required":["length","mainCategory"],"type":"object","properties":{"mainCategory":{"type":"string"},"subCategory":{"type":"string"},"length":{"type":"string"}}},"CvSentence":{"required":["description","endDate","length","startDate"],"type":"object","properties":{"description":{"type":"string"},"startDate":{"type":"string","format":"date"},"length":{"type":"string"},"endDate":{"type":"string","format":"date"}}},"AllocationDemandSentence":{"required":["code","date","description","length"],"type":"object","properties":{"description":{"type":"string"},"code":{"type":"string"},"date":{"type":"string","format":"date-time"},"lengthValue":{"type":"integer","format":"int64","writeOnly":true},"lengthDescription":{"type":"string","writeOnly":true},"length":{"type":"string"}}},"AllocationDemandStaffResponse":{"required":["activeRequirements","crn","name","offences"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"staff":{"$ref":"#/components/schemas/StaffMember"},"allocatingStaff":{"$ref":"#/components/schemas/StaffMember"},"initialAppointment":{"$ref":"#/components/schemas/InitialAppointment"},"ogrs":{"$ref":"#/components/schemas/RiskOGRS"},"sentence":{"$ref":"#/components/schemas/AllocationDemandSentence"},"court":{"$ref":"#/components/schemas/Court"},"offences":{"type":"array","items":{"$ref":"#/components/schemas/Offence"}},"activeRequirements":{"type":"array","items":{"$ref":"#/components/schemas/Requirement"}}}},"Court":{"required":["appearanceDate","name"],"type":"object","properties":{"name":{"type":"string"},"appearanceDate":{"type":"string","format":"date"}}},"Offence":{"required":["mainCategory","mainOffence"],"type":"object","properties":{"mainCategory":{"type":"string"},"mainOffence":{"type":"boolean"}}},"Requirement":{"required":["id","isUnpaidWork","length","mainCategory","manager"],"type":"object","properties":{"mainCategory":{"type":"string"},"subCategory":{"type":"string"},"length":{"type":"string"},"id":{"type":"integer","format":"int64"},"manager":{"$ref":"#/components/schemas/Manager"},"isUnpaidWork":{"type":"boolean"}}},"RiskOGRS":{"required":["lastUpdatedDate","score"],"type":"object","properties":{"lastUpdatedDate":{"type":"string","format":"date"},"score":{"type":"integer","format":"int64"}}},"ActiveEvent":{"required":["eventNumber","providerCode","teamCode"],"type":"object","properties":{"eventNumber":{"type":"string"},"teamCode":{"type":"string"},"providerCode":{"type":"string"}}},"UnallocatedEventsResponse":{"required":["activeEvents","crn","name"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"activeEvents":{"type":"array","items":{"$ref":"#/components/schemas/ActiveEvent"}}}},"RegistrationFlag":{"required":["description"],"type":"object","properties":{"description":{"type":"string"}}},"RiskRecord":{"required":["activeRegistrations","crn","inactiveRegistrations","name"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"activeRegistrations":{"type":"array","items":{"$ref":"#/components/schemas/RiskRegistration"}},"inactiveRegistrations":{"type":"array","items":{"$ref":"#/components/schemas/RiskRegistration"}},"ogrs":{"$ref":"#/components/schemas/RiskOGRS"}}},"RiskRegistration":{"required":["description","startDate"],"type":"object","properties":{"description":{"type":"string"},"startDate":{"type":"string","format":"date"},"endDate":{"type":"string","format":"date"},"notes":{"type":"string"},"flag":{"$ref":"#/components/schemas/RegistrationFlag"}}},"ChoosePractitionerResponse":{"required":["crn","name","probationStatus","teams"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"probationStatus":{"$ref":"#/components/schemas/ProbationStatus"},"communityPersonManager":{"$ref":"#/components/schemas/Manager"},"teams":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StaffMember"}}}}},"AllocationCompletedResponse":{"required":["crn","event","name","type"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"event":{"$ref":"#/components/schemas/Event"},"type":{"type":"string","enum":["LICENSE","CUSTODY","COMMUNITY","UNKNOWN"]},"initialAppointment":{"$ref":"#/components/schemas/InitialAppointment"},"staff":{"$ref":"#/components/schemas/StaffMember"}}}},"securitySchemes":{"hmpps-auth-token":{"type":"http","name":"Authorization","in":"header","scheme":"bearer","bearerFormat":"JWT"}}}} \ No newline at end of file +{"openapi":"3.0.1","info":{"title":"API Reference","contact":{"name":"Probation Integration Team","url":"https://mojdt.slack.com/archives/C02HQ4M2YQN","email":"probation-integration-team@digital.justice.gov.uk"},"license":{"name":"MIT","url":"https://github.com/ministryofjustice/hmpps-probation-integration-services/blob/main/LICENSE"},"version":"1.0"},"servers":[{"url":"/"}],"security":[{"hmpps-auth-token":[]}],"paths":{"/users/limited-access":{"get":{"tags":["user-resource"],"summary":"Data access restriction information for the combination of the Delius\n user and the supplied list of CRNs","description":"Probation case records in Delius may have access restrictions\n defined for particular Delius users. This restrictions may be in place to stop\n identified users accessing information on specific people or they may restrict\n access to all users other than those named. The restrictions may be in place\n for a number of reasons related to the case supervision and clients should use\n the restriction information to mask data access from any identified user that\n has a restriction in place\n ","operationId":"limitedAccessCheck","parameters":[{"name":"crns","in":"query","required":true,"schema":{"maxItems":500,"minItems":1,"type":"array","items":{"type":"string"}}},{"name":"username","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserAccess"}}}}}},"post":{"tags":["user-resource"],"summary":"Data access restriction information for the combination of the Delius\n user and the supplied list of CRNs","description":"Probation case records in Delius may have access restrictions\n defined for particular Delius users. This restrictions may be in place to stop\n identified users accessing information on specific people or they may restrict\n access to all users other than those named. The restrictions may be in place\n for a number of reasons related to the case supervision and clients should use\n the restriction information to mask data access from any identified user that\n has a restriction in place\n ","operationId":"limitedAccessCheck_1","parameters":[{"name":"username","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"maxItems":500,"minItems":1,"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserAccess"}}}}}}},"/staff/{code}/active-cases":{"post":{"tags":["staff-resource"],"summary":"Personal information along with a list of active\n cases for the identified probation practitioner","description":"Summary information on the full case list of\n of the probation practitioner identified in the request.\n Used to support the 'Case Details' capability of the HMPPS\n Workload service, which show details of the current case load\n of the staff member for capacity planning\n ","operationId":"activeCases","parameters":[{"name":"code","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ActiveCasesResponse"}}}}}}},"/person/{crn}/limited-access":{"post":{"tags":["user-resource"],"summary":"Returns limited access information (restrictions and exclusions) for a Delius CRN, given a list of staff codes","operationId":"allAccessLimitationsForCrnAndUserList","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"maxItems":500,"minItems":0,"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CaseAccessList"}}}}}}},"/allocation/details":{"post":{"tags":["allocation-detail-resource"],"summary":"Summary information on the person on probation and probation practitioner","description":"Summary information on the person on probation and probation practitioner\n identified by the list of CRNs and staff codes provided in the request. Used to support\n showing the impact of case allocations in the HMPPS Workforce service\n ","operationId":"getDetails","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AllocationDetailRequests"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AllocationDetails"}}}}}}},"/allocation-demand":{"post":{"tags":["allocation-demand-resource"],"summary":"List of summary probation case details for cases that require allocation","description":"Summary information on the probation case list provided in the request.\n Used to support the list of 'Unallocated Community Cases' in the HMPPS Workforce\n service which shows the list of cases that require allocation to a probation\n practitioner\n ","operationId":"findUnallocatedForTeam","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AllocationDemandRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AllocationDemandResponse"}}}}}}},"/users":{"get":{"tags":["user-resource"],"summary":"Returns all users with the Delius `MAABT001` role","operationId":"allUsers","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}}}},"/staff/{code}/officer-view":{"get":{"tags":["staff-resource"],"summary":"Personal and and summary caseload information for\n the identified probation officer","description":"Summary information on the probation caseload\n for the probation officer identified in the request. Used\n to support the 'Officer View' capability of the HMPPS\n Workload service which shows statistics on the staff members\n caseload\n ","operationId":"officerView","parameters":[{"name":"code","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OfficerView"}}}}}}},"/registrations/{crn}/flags":{"get":{"tags":["registration-resource"],"operationId":"getRiskFlagsByCrn","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RiskSummary"}}}}}}},"/person/{value}":{"get":{"tags":["person-resource"],"summary":"Basic information on the person on probation","description":"Basic information on the person on probation as held in Delius,\n identified by either the CRN or NOMS number provided in the request. Supports\n display of the overview person information in the HMPPS Workload service\n ","operationId":"findPerson","parameters":[{"name":"value","in":"path","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","required":false,"schema":{"type":"string","default":"CRN","enum":["CRN","NOMS"]}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Person"}}}}}}},"/person/{crn}/limited-access/all":{"get":{"tags":["user-resource"],"summary":"Returns all limited access information (restrictions and exclusions) for a Delius CRN","operationId":"allAccessLimitationsForCrn","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CaseAccessList"}}}}}}},"/offenders/{crn}/documents":{"get":{"tags":["document-resource"],"summary":"List of documents held in Delius for the probation case","description":"List of documents available in Delius for the probation\n case identified by the CRN provided in the request. Document list\n includes summary information on the type and purpose of document held.\n Used to support the 'Document List' view of the HMPPS Workforce service\n which is used to give detailed information on the case when allocating\n to a probation practitioner\n ","operationId":"findDocuments","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonDocument"}}}}}}}},"/offenders/{crn}/documents/{id}":{"get":{"tags":["document-resource"],"summary":"Fetch a complete document from Delius/Alfresco","description":"Returns the full document identified by the CRN and\n document id provided in the request. Document is returned in the\n format stored in Alfresco. Used to support downloading documents\n from the document list in the HMPPS Workload service\n ","operationId":"getDocument","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}}}},"/initial-allocations.csv":{"get":{"tags":["initial-allocation-resource"],"summary":"A report of all allocations created by either the Manage a Workforce Allocation tool or Delius, since the start of 2024.","operationId":"getInitialAllocations","responses":{"200":{"description":"OK","content":{"text/csv":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}}}},"/docs/asyncapi":{"get":{"tags":["async-api-controller"],"operationId":"asyncApi","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/allocation-demand/{crn}/{eventNumber}/probation-record":{"get":{"tags":["allocation-demand-resource"],"summary":"Detailed information on the probation supervision history","description":"Detailed information on all current and previous cases, offences, sentences\n and management by probation practitioners for the person identified by the CRN and event\n provided in the request. Supports the 'Probation Record' screen of case allocation in\n the HMPPS Workforce service which is part of the case allocation workflow\n ","operationId":"getProbationRecord","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}},{"name":"eventNumber","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProbationRecord"}}}}}}},"/allocation-demand/{crn}/{eventNumber}/case-view":{"get":{"tags":["case-view-resource"],"summary":"Detailed information on the probation case","description":"Detailed information on the probation case identified\n by the CRN and event number provided in the request. Returns information\n on the person on probation, offences, sentence, requirements and case\n documents held in Delius. Used to support the 'Case View' screen of the\n HMPPS Workforce service which provides a detailed overview of the case\n when allocating to a probation practitioner\n ","operationId":"caseView","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}},{"name":"eventNumber","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CaseView"}}}}}}},"/allocation-demand/{crn}/{eventNumber}/allocation":{"get":{"tags":["allocation-demand-resource"],"summary":"Detailed information on the case allocation","description":"Detailed information on the probation case, event and probation practitioners\n identified in the request. Used to display a summary page after case allocation has been\n completed in the HMPPS Workforce service\n ","operationId":"getAllocationDemandStaff","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}},{"name":"eventNumber","in":"path","required":true,"schema":{"type":"string"}},{"name":"staff","in":"query","required":true,"schema":{"type":"string"}},{"name":"allocatingStaffUsername","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AllocationDemandStaffResponse"}}}}}}},"/allocation-demand/{crn}/unallocated-events":{"get":{"tags":["allocation-demand-resource"],"summary":"Summary information on all Delius events without a case allocation for a person\n on probation","description":"Summary information on the person on probation identified by the CRN provided\n in the request with a list of all active Delius events for that person that do not currently\n have a case allocation. Used to support choosing the event to allocate in the case allocation\n workflow of the HMPPS Workforce service\n ","operationId":"getUnallocatedEvents","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnallocatedEventsResponse"}}}}}}},"/allocation-demand/{crn}/risk":{"get":{"tags":["allocation-demand-resource"],"summary":"Detailed information on the risk information held in Delius","description":"Detailed information on the risk factors held and managed in Delius for the\n person on probation identified by the CRN provided in the request. Supports the 'Risk'\n section of the 'Case View' within the HMPPS Workload service which is part of the case\n allocation workflow\n ","operationId":"getRisk","parameters":[{"name":"crn","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RiskRecord"}}}}}}},"/allocation-demand/impact":{"get":{"tags":["allocation-demand-resource"],"summary":"Summary information on the person on probation and probation practitioner","description":"Summary information on the person on probation and probation practitioner\n identified by the CRN and staff code provided in the request. Used to support the\n post-allocation 'Impact' screen of the HMPPS Workforce service\n ","operationId":"getImpact","parameters":[{"name":"crn","in":"query","required":true,"schema":{"type":"string"}},{"name":"staff","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AllocationImpact"}}}}}}},"/allocation-demand/choose-practitioner":{"get":{"tags":["allocation-demand-resource"],"summary":"List of summary probation case details with probation practioner details","description":"Summary information on the probation case provided in the request along\n with a list of probation practitioners associated with the teams provided in the\n request. Used to support the 'Choose Practitioner' screen of the HMPPS Workforce\n service which is part of the case allocation workflow\n ","operationId":"choosePractitioner","parameters":[{"name":"crn","in":"query","required":true,"schema":{"type":"string"}},{"name":"teamCode","in":"query","required":false,"schema":{"type":"array","items":{"type":"string"},"default":[]}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChoosePractitionerResponse"}}}}}}},"/allocation-completed/order-manager":{"get":{"tags":["allocation-completed-resource"],"summary":"Team allocation code for Persons PO","operationId":"getAllocatedManager","parameters":[{"name":"crn","in":"query","required":true,"schema":{"type":"string"}},{"name":"eventNumber","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Manager"}}}}}}},"/allocation-completed/details":{"get":{"tags":["allocation-completed-resource"],"summary":"Summary case allocation information as currently held in Delius","description":"Summary case allocation information for the probation case\n identified by the CRN and Event Number in the request. Also provided\n information on the probation practitioner identified by the staff code\n in the request. Used to support the post-allocation information page of\n the HMPPS Workforce service\n ","operationId":"details","parameters":[{"name":"crn","in":"query","required":true,"schema":{"type":"string"}},{"name":"eventNumber","in":"query","required":true,"schema":{"type":"string"}},{"name":"staffCode","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AllocationCompletedResponse"}}}}}}}},"components":{"schemas":{"CaseAccess":{"required":["crn","userExcluded","userRestricted"],"type":"object","properties":{"crn":{"type":"string"},"userExcluded":{"type":"boolean"},"userRestricted":{"type":"boolean"},"exclusionMessage":{"type":"string"},"restrictionMessage":{"type":"string"}}},"UserAccess":{"required":["access"],"type":"object","properties":{"access":{"type":"array","items":{"$ref":"#/components/schemas/CaseAccess"}}}},"ActiveCasesResponse":{"required":["cases","code","name"],"type":"object","properties":{"code":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"grade":{"type":"string"},"email":{"type":"string"},"cases":{"type":"array","items":{"$ref":"#/components/schemas/Case"}}}},"Case":{"required":["crn","name","type"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"type":{"type":"string"}}},"Name":{"required":["forename","surname"],"type":"object","properties":{"forename":{"type":"string"},"middleName":{"type":"string"},"surname":{"type":"string"}}},"CaseAccessList":{"required":["crn","excludedFrom","restrictedTo"],"type":"object","properties":{"crn":{"type":"string"},"excludedFrom":{"type":"array","items":{"$ref":"#/components/schemas/User"}},"restrictedTo":{"type":"array","items":{"$ref":"#/components/schemas/User"}},"exclusionMessage":{"type":"string"},"restrictionMessage":{"type":"string"}}},"User":{"required":["username"],"type":"object","properties":{"username":{"type":"string"},"staffCode":{"type":"string"}}},"AllocationDetailRequest":{"required":["crn","staffCode"],"type":"object","properties":{"crn":{"type":"string"},"staffCode":{"type":"string"}}},"AllocationDetailRequests":{"required":["cases"],"type":"object","properties":{"cases":{"type":"array","items":{"$ref":"#/components/schemas/AllocationDetailRequest"}}}},"AllocationDetails":{"required":["cases"],"type":"object","properties":{"cases":{"type":"array","items":{"$ref":"#/components/schemas/AllocationImpact"}}}},"AllocationImpact":{"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"staff":{"$ref":"#/components/schemas/StaffMember"}}},"StaffMember":{"required":["code","name"],"type":"object","properties":{"code":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"email":{"type":"string"},"grade":{"type":"string"}}},"AllocationDemandRequest":{"required":["cases"],"type":"object","properties":{"cases":{"maxItems":500,"minItems":0,"type":"array","items":{"$ref":"#/components/schemas/AllocationRequest"}}}},"AllocationRequest":{"required":["crn","eventNumber"],"type":"object","properties":{"crn":{"pattern":"^[a-zA-Z]\\d{6}$","type":"string"},"eventNumber":{"pattern":"^\\d{1,4}$","type":"string"}}},"AllocationDemandResponse":{"required":["cases"],"type":"object","properties":{"cases":{"type":"array","items":{"$ref":"#/components/schemas/AllocationResponse"}}}},"AllocationResponse":{"required":["court","crn","event","name","probationStatus","type"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"event":{"$ref":"#/components/schemas/Event"},"sentence":{"$ref":"#/components/schemas/Sentence"},"initialAppointment":{"$ref":"#/components/schemas/InitialAppointment"},"court":{"$ref":"#/components/schemas/NamedCourt"},"type":{"type":"string","enum":["LICENSE","CUSTODY","COMMUNITY","UNKNOWN"]},"probationStatus":{"$ref":"#/components/schemas/ProbationStatus"},"communityPersonManager":{"$ref":"#/components/schemas/Manager"},"handoverDate":{"type":"string","format":"date"}}},"Event":{"required":["number"],"type":"object","properties":{"number":{"type":"string"},"manager":{"$ref":"#/components/schemas/Manager"}}},"InitialAppointment":{"required":["date","staff"],"type":"object","properties":{"date":{"type":"string","format":"date"},"staff":{"$ref":"#/components/schemas/StaffMember"}}},"Manager":{"required":["allocated","code","name","teamCode"],"type":"object","properties":{"code":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"teamCode":{"type":"string"},"grade":{"type":"string"},"allocated":{"type":"boolean"}}},"NamedCourt":{"required":["name"],"type":"object","properties":{"name":{"type":"string"}}},"ProbationStatus":{"required":["description","status"],"type":"object","properties":{"status":{"type":"string","enum":["CURRENTLY_MANAGED","PREVIOUSLY_MANAGED","NEW_TO_PROBATION","UNKNOWN"]},"description":{"type":"string"}}},"Sentence":{"required":["date","length","type"],"type":"object","properties":{"type":{"type":"string"},"date":{"type":"string","format":"date"},"length":{"type":"string"}}},"StreamingResponseBody":{"type":"object"},"OfficerView":{"required":["casesDueToEndInNext4Weeks","code","name","paroleReportsToCompleteInNext4Weeks","releasesWithinNext4Weeks"],"type":"object","properties":{"code":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"grade":{"type":"string"},"email":{"type":"string"},"casesDueToEndInNext4Weeks":{"type":"integer","description":"The number of sentenced events with an end date in the next four weeks on cases managed by the officer.","format":"int64"},"releasesWithinNext4Weeks":{"type":"integer","description":"The number of sentenced custodial events with an \"Expected Release Date\" key date in the next four weeks on cases managed by the officer.","format":"int64"},"paroleReportsToCompleteInNext4Weeks":{"type":"integer","description":"The number of parole reports required in the next four weeks on cases managed by the officer.","format":"int64"}}},"RiskItem":{"required":["colour","description"],"type":"object","properties":{"description":{"type":"string"},"colour":{"type":"string","enum":["RED","AMBER","GREEN","WHITE"]}}},"RiskSummary":{"type":"object","properties":{"selfHarm":{"$ref":"#/components/schemas/RiskItem"},"alerts":{"$ref":"#/components/schemas/RiskItem"},"safeguarding":{"$ref":"#/components/schemas/RiskItem"},"information":{"$ref":"#/components/schemas/RiskItem"},"publicProtection":{"$ref":"#/components/schemas/RiskItem"}}},"Person":{"required":["crn","name","type"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"type":{"type":"string","enum":["LICENSE","CUSTODY","COMMUNITY","UNKNOWN"]}}},"DocumentEvent":{"required":["eventNumber","eventType","mainOffence"],"type":"object","properties":{"eventType":{"type":"string","enum":["CURRENT","PREVIOUS"]},"eventNumber":{"type":"string"},"mainOffence":{"type":"string"}}},"PersonDocument":{"required":["name","relatedTo","sensitive"],"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"relatedTo":{"$ref":"#/components/schemas/RelatedTo"},"dateSaved":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"sensitive":{"type":"boolean"}}},"RelatedTo":{"required":["description","name","type"],"type":"object","properties":{"type":{"type":"string","enum":["ADDRESS_ASSESSMENT","APPROVED_PREMISES_REFERRAL","ASSESSMENT","CASE_ALLOCATION","CONTACT","COURT_REPORT","CPSPACK","DRUGS_TEST","PRECONS","EVENT","EQUALITY","INSTITUTIONAL_REPORT","NSI","PERSON","OFFENDER_ADDRESS","PERSONAL_CONTACT","PERSONAL_CIRCUMSTANCE","REFERRAL","REGISTRATION","UPW_APPOINTMENT"]},"name":{"type":"string"},"event":{"$ref":"#/components/schemas/DocumentEvent"},"description":{"type":"string"}}},"PrEvent":{"required":["offences","sentence"],"type":"object","properties":{"sentence":{"$ref":"#/components/schemas/PrSentence"},"offences":{"type":"array","items":{"$ref":"#/components/schemas/PrOffence"}},"manager":{"$ref":"#/components/schemas/StaffMember"}}},"PrOffence":{"required":["description","main"],"type":"object","properties":{"description":{"type":"string"},"main":{"type":"boolean"}}},"PrSentence":{"required":["description","length","startDate"],"type":"object","properties":{"description":{"type":"string"},"length":{"type":"string"},"startDate":{"type":"string","format":"date"},"terminationDate":{"type":"string","format":"date"}}},"ProbationRecord":{"required":["activeEvents","crn","event","inactiveEvents","name"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"event":{"$ref":"#/components/schemas/Event"},"activeEvents":{"type":"array","items":{"$ref":"#/components/schemas/PrEvent"}},"inactiveEvents":{"type":"array","items":{"$ref":"#/components/schemas/PrEvent"}}}},"CaseView":{"required":["age","dateOfBirth","name","offences","requirements","sentence"],"type":"object","properties":{"name":{"$ref":"#/components/schemas/Name"},"dateOfBirth":{"type":"string","format":"date"},"gender":{"type":"string"},"pncNumber":{"type":"string"},"mainAddress":{"$ref":"#/components/schemas/CvAddress"},"sentence":{"$ref":"#/components/schemas/CvSentence"},"offences":{"type":"array","items":{"$ref":"#/components/schemas/CvOffence"}},"requirements":{"type":"array","items":{"$ref":"#/components/schemas/CvRequirement"}},"cpsPack":{"$ref":"#/components/schemas/CvDocument"},"preConvictionDocument":{"$ref":"#/components/schemas/CvDocument"},"courtReport":{"$ref":"#/components/schemas/CvDocument"},"age":{"type":"integer","format":"int32"}}},"CvAddress":{"required":["noFixedAbode","startDate","typeVerified"],"type":"object","properties":{"buildingName":{"type":"string"},"addressNumber":{"type":"string"},"streetName":{"type":"string"},"town":{"type":"string"},"county":{"type":"string"},"postcode":{"type":"string"},"noFixedAbode":{"type":"boolean"},"typeVerified":{"type":"boolean"},"typeDescription":{"type":"string"},"startDate":{"type":"string","format":"date"}}},"CvDocument":{"required":["dateCreated","documentId","documentName"],"type":"object","properties":{"documentId":{"type":"string"},"documentName":{"type":"string"},"dateCreated":{"type":"string","format":"date"},"description":{"type":"string"}}},"CvOffence":{"required":["mainCategory","mainOffence","subCategory"],"type":"object","properties":{"mainCategory":{"type":"string"},"subCategory":{"type":"string"},"mainOffence":{"type":"boolean"}}},"CvRequirement":{"required":["length","mainCategory"],"type":"object","properties":{"mainCategory":{"type":"string"},"subCategory":{"type":"string"},"length":{"type":"string"}}},"CvSentence":{"required":["description","endDate","length","startDate"],"type":"object","properties":{"description":{"type":"string"},"startDate":{"type":"string","format":"date"},"length":{"type":"string"},"endDate":{"type":"string","format":"date"}}},"AllocationDemandSentence":{"required":["code","date","description","length"],"type":"object","properties":{"description":{"type":"string"},"code":{"type":"string"},"date":{"type":"string","format":"date-time"},"lengthValue":{"type":"integer","format":"int64","writeOnly":true},"lengthDescription":{"type":"string","writeOnly":true},"length":{"type":"string"}}},"AllocationDemandStaffResponse":{"required":["activeRequirements","crn","name","offences"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"staff":{"$ref":"#/components/schemas/StaffMember"},"allocatingStaff":{"$ref":"#/components/schemas/StaffMember"},"initialAppointment":{"$ref":"#/components/schemas/InitialAppointment"},"ogrs":{"$ref":"#/components/schemas/RiskOGRS"},"sentence":{"$ref":"#/components/schemas/AllocationDemandSentence"},"court":{"$ref":"#/components/schemas/Court"},"offences":{"type":"array","items":{"$ref":"#/components/schemas/Offence"}},"activeRequirements":{"type":"array","items":{"$ref":"#/components/schemas/Requirement"}}}},"Court":{"required":["appearanceDate","name"],"type":"object","properties":{"name":{"type":"string"},"appearanceDate":{"type":"string","format":"date"}}},"Offence":{"required":["mainCategory","mainOffence"],"type":"object","properties":{"mainCategory":{"type":"string"},"mainOffence":{"type":"boolean"}}},"Requirement":{"required":["id","isUnpaidWork","length","mainCategory","manager"],"type":"object","properties":{"mainCategory":{"type":"string"},"subCategory":{"type":"string"},"length":{"type":"string"},"id":{"type":"integer","format":"int64"},"manager":{"$ref":"#/components/schemas/Manager"},"isUnpaidWork":{"type":"boolean"}}},"RiskOGRS":{"required":["lastUpdatedDate","score"],"type":"object","properties":{"lastUpdatedDate":{"type":"string","format":"date"},"score":{"type":"integer","format":"int64"}}},"ActiveEvent":{"required":["eventNumber","providerCode","teamCode"],"type":"object","properties":{"eventNumber":{"type":"string"},"teamCode":{"type":"string"},"providerCode":{"type":"string"}}},"UnallocatedEventsResponse":{"required":["activeEvents","crn","name"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"activeEvents":{"type":"array","items":{"$ref":"#/components/schemas/ActiveEvent"}}}},"RegistrationFlag":{"required":["description"],"type":"object","properties":{"description":{"type":"string"}}},"RiskRecord":{"required":["activeRegistrations","crn","inactiveRegistrations","name"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"activeRegistrations":{"type":"array","items":{"$ref":"#/components/schemas/RiskRegistration"}},"inactiveRegistrations":{"type":"array","items":{"$ref":"#/components/schemas/RiskRegistration"}},"ogrs":{"$ref":"#/components/schemas/RiskOGRS"}}},"RiskRegistration":{"required":["description","startDate"],"type":"object","properties":{"description":{"type":"string"},"startDate":{"type":"string","format":"date"},"endDate":{"type":"string","format":"date"},"notes":{"type":"string"},"flag":{"$ref":"#/components/schemas/RegistrationFlag"}}},"ChoosePractitionerResponse":{"required":["crn","name","probationStatus","teams"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"probationStatus":{"$ref":"#/components/schemas/ProbationStatus"},"communityPersonManager":{"$ref":"#/components/schemas/Manager"},"teams":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StaffMember"}}}}},"AllocationCompletedResponse":{"required":["crn","event","name","type"],"type":"object","properties":{"crn":{"type":"string"},"name":{"$ref":"#/components/schemas/Name"},"event":{"$ref":"#/components/schemas/Event"},"type":{"type":"string","enum":["LICENSE","CUSTODY","COMMUNITY","UNKNOWN"]},"initialAppointment":{"$ref":"#/components/schemas/InitialAppointment"},"staff":{"$ref":"#/components/schemas/StaffMember"}}}},"securitySchemes":{"hmpps-auth-token":{"type":"http","name":"Authorization","in":"header","scheme":"bearer","bearerFormat":"JWT"}}}} \ No newline at end of file diff --git a/tech-docs/projects/workforce-allocations-to-delius/api-docs.yaml b/tech-docs/projects/workforce-allocations-to-delius/api-docs.yaml index 039dcbab60..29d90f7004 100644 --- a/tech-docs/projects/workforce-allocations-to-delius/api-docs.yaml +++ b/tech-docs/projects/workforce-allocations-to-delius/api-docs.yaml @@ -212,9 +212,7 @@ paths: content: application/json: schema: - type: array - items: - $ref: "#/components/schemas/User" + $ref: "#/components/schemas/StreamingResponseBody" /staff/{code}/officer-view: get: tags: @@ -956,6 +954,8 @@ components: format: date length: type: string + StreamingResponseBody: + type: object OfficerView: required: - casesDueToEndInNext4Weeks @@ -1108,8 +1108,6 @@ components: $ref: "#/components/schemas/DocumentEvent" description: type: string - StreamingResponseBody: - type: object PrEvent: required: - offences diff --git a/tech-docs/projects/workforce-allocations-to-delius/api-reference.html b/tech-docs/projects/workforce-allocations-to-delius/api-reference.html index 8165a4924d..547709da04 100644 --- a/tech-docs/projects/workforce-allocations-to-delius/api-reference.html +++ b/tech-docs/projects/workforce-allocations-to-delius/api-reference.html @@ -756,7 +756,7 @@

Responses

- +StreamingResponseBody @@ -3270,6 +3270,9 @@

Sentence

+

StreamingResponseBody

+ +

OfficerView

@@ -3657,9 +3660,6 @@

RelatedTo

-

StreamingResponseBody

- -

PrEvent

diff --git a/tech-docs/projects/workforce-allocations-to-delius/search.json b/tech-docs/projects/workforce-allocations-to-delius/search.json index 5b55cc3d86..a8e431ff14 100644 --- a/tech-docs/projects/workforce-allocations-to-delius/search.json +++ b/tech-docs/projects/workforce-allocations-to-delius/search.json @@ -1 +1 @@ -{"index": {"version":"0.7.0","fields":[{"name":"title","boost":100},{"name":"content","boost":50}],"ref":"id","tokenizer":"default","documentStore":{"store":{"12":["a","about","actioned","activity","add","added","adds","allocated","allocating","allocation","allocations","also","an","and","are","as","audit","be","been","business","but","by","calls","case","cases","class","contact","contacts","contained","containing","context","current","date","delius","details","detailurl","determine","development","domain","elements","event","event.manager.allocated","events","eventtype","example","filter","filtered","for","format","formats","has","historic","history","hmpps","iaps","if","in","inbound","incoming","indicate","individual","instance","interfaces","is","latest","log","logs","management","map","message","messages","moving","must","necessary","need","of","on","or","person","person.community.manager.allocated","place","policy","practitioner","practitioners","prior","probation","proceed","process","provides","queue","raised","real","record","records","reference","reflected","remain","request","requirement","requirement.manager.allocated","responds","response","same","separate","service","should","source","sqs","status","that","the","then","these","they","this","time","to","transfer","tree","triggers","type","url","uses","various","via","we","when","will","workforce","workload"],"13":["200","2024","a","access","accessing","active","activecasesresponse","activeevent","activeevents","activeregistrations","activerequirements","addressnumber","after","age","alerts","alfresco","all","allocate","allocated","allocating","allocatingstaff","allocatingstaffusername","allocation","allocationcompletedresponse","allocationdemandrequest","allocationdemandresponse","allocationdemandsentence","allocationdemandstaffresponse","allocationdetailrequest","allocationdetailrequests","allocationdetails","allocationimpact","allocationrequest","allocationresponse","allocations","allocations.csv","along","also","an","and","any","api","appearancedate","array","as","associated","asyncapi","available","basic","be","been","boolean","buildingname","by","capability","capacity","case","caseaccess","caseaccesslist","caseload","cases","casesduetoendinnext4weeks","caseview","choose","choosepractitionerresponse","choosing","clients","code","codes","colour","combination","community","communitypersonmanager","complete","completed","county","court","courtreport","cpspack","created","crn","crns","current","currently","custodial","cvaddress","cvdocument","cvoffence","cvrequirement","cvsentence","data","date","datecreated","dateofbirth","datesaved","defined","delius","demand","description","detailed","details","display","do","docs","document","documentation","documentevent","documentid","documentname","documents","downloading","either","email","end","enddate","event","eventnumber","events","eventtype","excludedfrom","exclusionmessage","exclusions","expected","factors","false","fetch","flag","flags","following","for","forename","format","formats","four","from","full","gender","get","give","given","grade","h1","handoverdate","has","have","held","history","hmpps","id","identified","impact","important","in","inactiveevents","inactiveregistrations","includes","information","initial","initialappointment","integer","is","isunpaidwork","items","json","key","lastupdateddate","length","lengthdescription","lengthvalue","limited","list","load","maabt001","main","mainaddress","maincategory","mainoffence","manage","managed","management","manager","mask","may","member","members","middlename","name","named","namedcourt","nametyperequireddescriptionschema","next","nofixedabode","noms","none","not","notes","number","object","of","offence","offences","offenders","officer","officerview","ogrs","ok","on","openapi","or","order","other","overview","page","parameterintyperequireddescription","parameters","parole","parolereportstocompleteinnext4weeks","part","particular","path","people","person","personal","persondocument","persons","place","planning","pncnumber","po","post","postcode","practioner","practitioner","practitioners","preconvictiondocument","prevent","previous","probation","probationrecord","probationstatus","proffence","provided","providercode","provides","prsentence","publicprotection","purpose","query","reasons","record","records","reference","registrationflag","registrations","related","relatedto","release","releaseswithinnext4weeks","report","reports","request","require","required","requirement","requirements","responses","restrict","restrictedto","restriction","restrictionmessage","restrictions","returned","returns","risk","riskitem","riskogrs","riskrecord","riskregistration","risksummary","role","safeguarding","schemas","score","screen","section","selfharm","sensitive","sentence","sentenced","sentences","service","should","show","showing","shows","since","specific","staff","staffcode","staffmember","start","startdate","statistics","status","statusdescriptionschema","stop","stored","streamingresponsebody","streetname","string","subcategory","summary","supervision","supplied","support","supports","surname","swagger","team","teamcode","teams","technical","terminationdate","than","that","the","these","they","this","those","to","tool","town","true","type","typedescription","typeverified","ui","unallocated","unallocatedeventsresponse","use","used","user","useraccess","userexcluded","username","userrestricted","users","v1.0","value","view","weeks","when","which","with","within","without","workflow","workforce","workload","yaml"],"14":["app","asyncapi","document.queryselector('main').parentelement.appendchild(document.queryselector('main","iframe","pane__content","position","reference","relative"]},"length":3},"tokenStore":{"root":{"2":{"0":{"0":{"docs":{"13":{"ref":13,"tf":0.4}}},"2":{"4":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"a":{"docs":{"12":{"ref":12,"tf":0.8333333333333334},"13":{"ref":13,"tf":0.35000000000000003}},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":100}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}},"e":{"docs":{"13":{"ref":13,"tf":0.05}},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}}}},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}},"s":{"docs":{"13":{"ref":13,"tf":0.06666666666666667}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.26666666666666666}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}},"d":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.33333333333333337}},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.15}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}},"d":{"docs":{"12":{"ref":12,"tf":1},"13":{"ref":13,"tf":0.13333333333333333}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03333333333333333}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"f":{"docs":{},"f":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":1.3333333333333335},"13":{"ref":13,"tf":0.48333333333333334}},"s":{"docs":{"12":{"ref":12,"tf":1},"13":{"ref":13,"tf":0.03333333333333333}},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"v":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"f":{"docs":{},"f":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}},"s":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.05}}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03333333333333333}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}},"f":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}},"n":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03333333333333333}},"d":{"docs":{"12":{"ref":12,"tf":1.1666666666666667},"13":{"ref":13,"tf":0.4}}},"y":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}},"r":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":1.1666666666666667}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.33333333333333337}}}}}},"s":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.03333333333333333}},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"13":{"ref":13,"tf":0.016666666666666666},"14":{"ref":14,"tf":56.25}}}}}}}}},"u":{"docs":{},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}},"g":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}},"p":{"docs":{},"i":{"docs":{"13":{"ref":13,"tf":50.03333333333333}}},"p":{"docs":{"14":{"ref":14,"tf":6.25}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.05}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.5},"13":{"ref":13,"tf":0.06666666666666667}},"e":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.016666666666666666}}}}},"u":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.33333333333333337}}}}}}}},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}},"y":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.26666666666666666}}},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.46666666666666673}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}},"s":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":1.3333333333333335},"13":{"ref":13,"tf":0.6166666666666667}},"s":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.2833333333333333}},"d":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"4":{"docs":{},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}},"docs":{}}}}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.05}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.05}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}},"p":{"docs":{},"a":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}},"d":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.5333333333333333}},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}},"l":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.1}}}}}},"m":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}},"m":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.06666666666666667}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}},"d":{"docs":{"13":{"ref":13,"tf":0.05}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}},"r":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.1}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03333333333333333}},"l":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}},"p":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}},"p":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}},"n":{"docs":{"13":{"ref":13,"tf":1.0833333333333335}},"s":{"docs":{"13":{"ref":13,"tf":0.06666666666666667}}}}},"v":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.06666666666666667}}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.18333333333333332}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.08333333333333334}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"b":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}},"a":{"docs":{"13":{"ref":13,"tf":0.06666666666666667}}}}},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"u":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.6666666666666667},"13":{"ref":13,"tf":0.33333333333333337}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.6666666666666667},"13":{"ref":13,"tf":0.11666666666666668}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.16666666666666669}}}}}}},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.13333333333333333}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.5}}}}}}}}}}}},"o":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.8333333333333334}}}}}},"c":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.13333333333333333}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}},"i":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.06666666666666667}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.06666666666666667}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.1}}},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"14":{"ref":14,"tf":6.25}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.05}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":1.5},"13":{"ref":13,"tf":0.26666666666666666}},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}}}}}}}}}}}}},"s":{"docs":{"12":{"ref":12,"tf":0.8333333333333334},"13":{"ref":13,"tf":0.08333333333333334}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.016666666666666666}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.2}}}}}}}}}}}},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{"13":{"ref":13,"tf":0.05}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.1}}}}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.25}}}}}},"n":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.08333333333333334}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}},"o":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.35000000000000003}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.016666666666666666}},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.016666666666666666}}}}}},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.5333333333333333}}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}},"u":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.05}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":1.1166666666666667}}}}}},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.05}},"s":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{"13":{"ref":13,"tf":0.06666666666666667}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}},"h":{"1":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}},"docs":{},"a":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.05}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.05}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{"12":{"ref":12,"tf":0.33333333333333337}}}},"y":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.016666666666666666}}}}}}}},"m":{"docs":{},"p":{"docs":{},"p":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":1.5},"13":{"ref":13,"tf":0.25}}}}}},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.11666666666666668}}}}}},"i":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}},"f":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"14":{"ref":14,"tf":6.25}}}}}}},"n":{"docs":{"12":{"ref":12,"tf":1.1666666666666667},"13":{"ref":13,"tf":0.75}},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.25}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.6833333333333333}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.16666666666666669}}}}}}}}}}}}}}}}}}},"s":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.1}},"u":{"docs":{},"n":{"docs":{},"p":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}},"d":{"docs":{"13":{"ref":13,"tf":0.1}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.33333333333333337}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.05}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}},"s":{"docs":{},"t":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.05}}}}}}}}}}}}}}}},"o":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"a":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{"13":{"ref":13,"tf":0.21666666666666665}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.08333333333333334}}}}}}},"s":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.3}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.016666666666666666}}}}}},"d":{"docs":{"13":{"ref":13,"tf":0.06666666666666667}}},"r":{"docs":{"13":{"ref":13,"tf":0.26666666666666666}}}}}}},"p":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}},"a":{"docs":{},"b":{"docs":{},"t":{"0":{"0":{"1":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}},"docs":{}},"docs":{}},"docs":{}}}},"i":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.05}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.13333333333333333}}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.08333333333333334}}}}}}}}}}},"s":{"docs":{},"k":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}},"y":{"docs":{"13":{"ref":13,"tf":0.13333333333333333}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.8333333333333334}},"s":{"docs":{"12":{"ref":12,"tf":0.33333333333333337}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}},"s":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.5333333333333333}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"x":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.05}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":1.1333333333333333}},"d":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"13":{"ref":13,"tf":0.8666666666666666}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"b":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}},"m":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}},"n":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}},"t":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}},"e":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.05}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.2}}}}}}}},"o":{"docs":{},"f":{"docs":{"12":{"ref":12,"tf":1},"13":{"ref":13,"tf":0.7166666666666667}},"f":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}},"s":{"docs":{"13":{"ref":13,"tf":0.15}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.11666666666666668}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}},"n":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.6666666666666667}}},"r":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.06666666666666667}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.8999999999999999}}}}}}},"g":{"docs":{},"r":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.06666666666666667}}}}},"k":{"docs":{"13":{"ref":13,"tf":0.4}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.3}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}},"o":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.1}}}},"n":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}},"o":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}},"s":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.11666666666666668}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"14":{"ref":14,"tf":6.25}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.8333333333333334},"13":{"ref":13,"tf":0.2}},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.05}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}}},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.6666666666666667},"13":{"ref":13,"tf":0.7000000000000001}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.11666666666666668}}}}}}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"s":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.016666666666666666}}},"d":{"docs":{"13":{"ref":13,"tf":0.21666666666666665}}},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.05}}}}},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.31666666666666665}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.31666666666666665}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"4":{"docs":{},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{"13":{"ref":13,"tf":0.05}},"i":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}},"t":{"docs":{},"h":{"docs":{"13":{"ref":13,"tf":0.2833333333333333}}}},"n":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"14":{"ref":14,"tf":6.25}}}}}}}}}}}}}},"n":{"docs":{},"c":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}}}}},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"u":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.33333333333333337}}}},"r":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.25}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.5}}}}}}},"e":{"docs":{},"a":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03333333333333333}},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03333333333333333}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":50.03333333333333},"14":{"ref":14,"tf":56.25}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.2833333333333333}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.03333333333333333}},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}}}}}}}}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.05}}}}}}},"d":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.33333333333333337}}}},"s":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}},"s":{"docs":{"13":{"ref":13,"tf":0.4}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}},"e":{"docs":{},"d":{"docs":{},"t":{"docs":{},"o":{"docs":{"13":{"ref":13,"tf":0.05}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.1}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.1}}}}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.13333333333333333}}}}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}},"t":{"docs":{},"o":{"docs":{"13":{"ref":13,"tf":0.05}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"14":{"ref":14,"tf":6.25}}}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}},"s":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"4":{"docs":{},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}},"docs":{}}}}}}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}},"s":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}},"s":{"docs":{"13":{"ref":13,"tf":0.08333333333333334}}}}}}}},"i":{"docs":{},"s":{"docs":{},"k":{"docs":{"13":{"ref":13,"tf":0.06666666666666667}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"13":{"ref":13,"tf":0.1}}}}}},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.05}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.05}}}}}}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"f":{"docs":{},"e":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":1.3333333333333335},"13":{"ref":13,"tf":0.25}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}},"l":{"docs":{},"f":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"m":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.2}},"d":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}},"s":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03333333333333333}}}}},"w":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}},"q":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.05}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"13":{"ref":13,"tf":0.4}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}},"f":{"docs":{},"f":{"docs":{"13":{"ref":13,"tf":0.35000000000000003}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.11666666666666668}}}}}},"m":{"docs":{},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.11666666666666668}}}}}}}}}},"r":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.16666666666666669}}}}}}}}},"o":{"docs":{},"p":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"b":{"docs":{},"o":{"docs":{},"d":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":6.983333333333333}}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.05}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.06666666666666667}}}}}}},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}},"u":{"docs":{},"b":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.1}}}}}}}}}}},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.2833333333333333}}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.05}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.18333333333333332}},"s":{"docs":{"13":{"ref":13,"tf":0.05}}}}}}}},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.5333333333333333}}}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.1}}},"n":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}},"e":{"docs":{"12":{"ref":12,"tf":4.5},"13":{"ref":13,"tf":2.1}},"n":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}},"s":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.016666666666666666}}}},"y":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03333333333333333}}}},"i":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03333333333333333}}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.5}}}}},"o":{"docs":{"12":{"ref":12,"tf":3},"13":{"ref":13,"tf":0.4166666666666667}},"o":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}},"w":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}},"e":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"i":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}},"u":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":2.75}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.21666666666666665}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.18333333333333332}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.05}}}}},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.05}}}}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}},"d":{"docs":{"13":{"ref":13,"tf":0.21666666666666665}}},"r":{"docs":{"13":{"ref":13,"tf":0.11666666666666668}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.05}}}}}}}},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.05}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.11666666666666668}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.05}}}}}}}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.15}}}}}},"i":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"1":{"docs":{},".":{"0":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}},"docs":{}}},"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}},"i":{"docs":{},"a":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}},"e":{"docs":{},"w":{"docs":{"13":{"ref":13,"tf":0.1}}}}}},"w":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}},"e":{"docs":{},"k":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.05}}}}}},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03333333333333333}}}},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{"13":{"ref":13,"tf":0.13333333333333333}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.33333333333333337}}}},"t":{"docs":{},"h":{"docs":{"13":{"ref":13,"tf":0.13333333333333333}},"i":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}}},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":1},"13":{"ref":13,"tf":0.18333333333333332}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"13":{"ref":13,"tf":0.06666666666666667}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.5},"13":{"ref":13,"tf":0.08333333333333334}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.03333333333333333}}}}}},"t":{"docs":{"13":{"ref":13,"tf":0.31666666666666665}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}},"n":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.3833333333333333}}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}},"y":{"docs":{},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.016666666666666666}}}}}}},"length":499},"corpusTokens":["200","2024","a","about","access","accessing","actioned","active","activecasesresponse","activeevent","activeevents","activeregistrations","activerequirements","activity","add","added","addressnumber","adds","after","age","alerts","alfresco","all","allocate","allocated","allocating","allocatingstaff","allocatingstaffusername","allocation","allocationcompletedresponse","allocationdemandrequest","allocationdemandresponse","allocationdemandsentence","allocationdemandstaffresponse","allocationdetailrequest","allocationdetailrequests","allocationdetails","allocationimpact","allocationrequest","allocationresponse","allocations","allocations.csv","along","also","an","and","any","api","app","appearancedate","are","array","as","associated","asyncapi","audit","available","basic","be","been","boolean","buildingname","business","but","by","calls","capability","capacity","case","caseaccess","caseaccesslist","caseload","cases","casesduetoendinnext4weeks","caseview","choose","choosepractitionerresponse","choosing","class","clients","code","codes","colour","combination","community","communitypersonmanager","complete","completed","contact","contacts","contained","containing","context","county","court","courtreport","cpspack","created","crn","crns","current","currently","custodial","cvaddress","cvdocument","cvoffence","cvrequirement","cvsentence","data","date","datecreated","dateofbirth","datesaved","defined","delius","demand","description","detailed","details","detailurl","determine","development","display","do","docs","document","document.queryselector('main').parentelement.appendchild(document.queryselector('main","documentation","documentevent","documentid","documentname","documents","domain","downloading","either","elements","email","end","enddate","event","event.manager.allocated","eventnumber","events","eventtype","example","excludedfrom","exclusionmessage","exclusions","expected","factors","false","fetch","filter","filtered","flag","flags","following","for","forename","format","formats","four","from","full","gender","get","give","given","grade","h1","handoverdate","has","have","held","historic","history","hmpps","iaps","id","identified","if","iframe","impact","important","in","inactiveevents","inactiveregistrations","inbound","includes","incoming","indicate","individual","information","initial","initialappointment","instance","integer","interfaces","is","isunpaidwork","items","json","key","lastupdateddate","latest","length","lengthdescription","lengthvalue","limited","list","load","log","logs","maabt001","main","mainaddress","maincategory","mainoffence","manage","managed","management","manager","map","mask","may","member","members","message","messages","middlename","moving","must","name","named","namedcourt","nametyperequireddescriptionschema","necessary","need","next","nofixedabode","noms","none","not","notes","number","object","of","offence","offences","offenders","officer","officerview","ogrs","ok","on","openapi","or","order","other","overview","page","pane__content","parameterintyperequireddescription","parameters","parole","parolereportstocompleteinnext4weeks","part","particular","path","people","person","person.community.manager.allocated","personal","persondocument","persons","place","planning","pncnumber","po","policy","position","post","postcode","practioner","practitioner","practitioners","preconvictiondocument","prevent","previous","prior","probation","probationrecord","probationstatus","proceed","process","proffence","provided","providercode","provides","prsentence","publicprotection","purpose","query","queue","raised","real","reasons","record","records","reference","reflected","registrationflag","registrations","related","relatedto","relative","release","releaseswithinnext4weeks","remain","report","reports","request","require","required","requirement","requirement.manager.allocated","requirements","responds","response","responses","restrict","restrictedto","restriction","restrictionmessage","restrictions","returned","returns","risk","riskitem","riskogrs","riskrecord","riskregistration","risksummary","role","safeguarding","same","schemas","score","screen","section","selfharm","sensitive","sentence","sentenced","sentences","separate","service","should","show","showing","shows","since","source","specific","sqs","staff","staffcode","staffmember","start","startdate","statistics","status","statusdescriptionschema","stop","stored","streamingresponsebody","streetname","string","subcategory","summary","supervision","supplied","support","supports","surname","swagger","team","teamcode","teams","technical","terminationdate","than","that","the","then","these","they","this","those","time","to","tool","town","transfer","tree","triggers","true","type","typedescription","typeverified","ui","unallocated","unallocatedeventsresponse","url","use","used","user","useraccess","userexcluded","username","userrestricted","users","uses","v1.0","value","various","via","view","we","weeks","when","which","will","with","within","without","workflow","workforce","workload","yaml"],"pipeline":["trimmer"]}, "docs": {"12":{"title":"About","content":"Workforce Allocations to Delius\nInbound service that responds to workforce allocations events, calls the\nHMPPS Workload Service\nto determine case allocation status and adds the allocations and transfer\nrecords to Delius. We also add case history contacts to the contact log and\nadd the necessary audit logs and IAPS events.\nProbation Business Need\nThe process of allocating cases to probation practitioners is moving to the\nHMPPS Workforce service. When these case allocations are actioned they must be\nreflected in Delius for the case management activity to proceed.\nContext Map\n\nInterfaces\nMessage Formats\nThe service responds to various HMPPS Domain Event message via the\nHMPPS Workforce Allocation Queue.\nThe events are raised by the HMPPS Workload Service and indicate the\na person, event or requirement has been allocated to a probation practitioner.\nExample messages are in the development source tree.\nIncoming messages are filtered on eventType by the SQS queue policy.\nWorkforce Allocation Details\nThe service uses detailUrl contained in the message to request details of\nthe case to be allocated. This URL should reference an instance of the HMPPS\nWorkload service or a service that provides a response containing workforce\nallocation details in the same format.\nHistoric Allocations\nIf the allocation date and time is prior to the date and time of the latest\ncase allocation in Delius then the details will be added to the historic\nrecord of allocations but the current case allocation will remain in place.\nEvent Triggers\nAllocation domain events are raised in real time as probation cases are\nallocated to a practitioner. The individual elements of the case are raised as\nseparate events.\n\n \n \nBusiness Event\nMessage Class\nMessage Event Type / Filter\n\nPerson Allocated to Practitioner\nHMPPS Domain Event\n“person.community.manager.allocated”\n\nEvent Allocated to Practitioner\nHMPPS Domain Event\n“event.manager.allocated”\n\nRequirement Allocated to Practitioner\nHMPPS Domain Event\n“requirement.manager.allocated”\n\n \n ","url":"/"},"13":{"title":"API Reference","content":"\n \n API Reference\n\n\n.technical-documentation \u003e h1 { display: none !important }\nThe following documentation is also available in these formats:\n\n\nOpenAPI JSON\nOpenAPI YAML\nSwagger UI\n\nAPI Reference v1.0\n\n\n\n\n\n\n/users/limited-access\n\nget\n\n Data access restriction information for the combination of the Delius\n user and the supplied list of CRNs\n\n\n Probation case records in Delius may have access restrictions\n defined for particular Delius users. This restrictions may be in place to stop\n identified users accessing information on specific people or they may restrict\n access to all users other than those named. The restrictions may be in place\n for a number of reasons related to the case supervision and clients should use\n the restriction information to mask data access from any identified user that\n has a restriction in place\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrns\nquery\narray\ntrue\n\n\n\n\n\n\nusername\nquery\nstring\nfalse\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"access\": [\n {\n \"crn\": \"string\",\n \"userExcluded\": \"boolean\",\n \"userRestricted\": \"boolean\",\n \"exclusionMessage\": \"string\",\n \"restrictionMessage\": \"string\"\n }\n ]\n}\n\n\n\nUserAccess\n\n\n\n\n\n\n\npost\n\n Data access restriction information for the combination of the Delius\n user and the supplied list of CRNs\n\n\n Probation case records in Delius may have access restrictions\n defined for particular Delius users. This restrictions may be in place to stop\n identified users accessing information on specific people or they may restrict\n access to all users other than those named. The restrictions may be in place\n for a number of reasons related to the case supervision and clients should use\n the restriction information to mask data access from any identified user that\n has a restriction in place\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\nusername\nquery\nstring\nfalse\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"access\": [\n {\n \"crn\": \"string\",\n \"userExcluded\": \"boolean\",\n \"userRestricted\": \"boolean\",\n \"exclusionMessage\": \"string\",\n \"restrictionMessage\": \"string\"\n }\n ]\n}\n\n\n\nUserAccess\n\n\n\n\n\n\n\n\n\n/staff/{code}/active-cases\n\npost\n\n Personal information along with a list of active\n cases for the identified probation practitioner\n\n\n Summary information on the full case list of\n of the probation practitioner identified in the request.\n Used to support the ‘Case Details’ capability of the HMPPS\n Workload service, which show details of the current case load\n of the staff member for capacity planning\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncode\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"grade\": \"string\",\n \"email\": \"string\",\n \"cases\": [\n {\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"type\": \"string\"\n }\n ]\n}\n\n\n\nActiveCasesResponse\n\n\n\n\n\n\n\n\n\n/person/{crn}/limited-access\n\npost\n\n Returns limited access information (restrictions and exclusions) for a Delius CRN, given a list of staff codes\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"excludedFrom\": [\n {\n \"username\": \"string\",\n \"staffCode\": \"string\"\n }\n ],\n \"restrictedTo\": [\n {\n \"username\": \"string\",\n \"staffCode\": \"string\"\n }\n ],\n \"exclusionMessage\": \"string\",\n \"restrictionMessage\": \"string\"\n}\n\n\n\nCaseAccessList\n\n\n\n\n\n\n\n\n\n/allocation/details\n\npost\n\n Summary information on the person on probation and probation practitioner\n\n\n Summary information on the person on probation and probation practitioner\n identified by the list of CRNs and staff codes provided in the request. Used to support\n showing the impact of case allocations in the HMPPS Workforce service\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"cases\": [\n {\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"staff\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n }\n }\n ]\n}\n\n\n\nAllocationDetails\n\n\n\n\n\n\n\n\n\n/allocation-demand\n\npost\n\n List of summary probation case details for cases that require allocation\n\n\n Summary information on the probation case list provided in the request.\n Used to support the list of ‘Unallocated Community Cases’ in the HMPPS Workforce\n service which shows the list of cases that require allocation to a probation\n practitioner\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"cases\": [\n {\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"event\": {\n \"number\": \"string\",\n \"manager\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"teamCode\": \"string\",\n \"grade\": \"string\",\n \"allocated\": \"boolean\"\n }\n },\n \"sentence\": {\n \"type\": \"string\",\n \"date\": \"string\",\n \"length\": \"string\"\n },\n \"initialAppointment\": {\n \"date\": \"string\",\n \"staff\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n }\n },\n \"court\": {\n \"name\": \"string\"\n },\n \"type\": \"string\",\n \"probationStatus\": {\n \"status\": \"string\",\n \"description\": \"string\"\n },\n \"communityPersonManager\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"teamCode\": \"string\",\n \"grade\": \"string\",\n \"allocated\": \"boolean\"\n },\n \"handoverDate\": \"string\"\n }\n ]\n}\n\n\n\nAllocationDemandResponse\n\n\n\n\n\n\n\n\n\n/users\n\nget\n\n Returns all users with the Delius `MAABT001` role\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n/staff/{code}/officer-view\n\nget\n\n Personal and and summary caseload information for\n the identified probation officer\n\n\n Summary information on the probation caseload\n for the probation officer identified in the request. Used\n to support the ‘Officer View’ capability of the HMPPS\n Workload service which shows statistics on the staff members\n caseload\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncode\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"grade\": \"string\",\n \"email\": \"string\",\n \"casesDueToEndInNext4Weeks\": \"integer\",\n \"releasesWithinNext4Weeks\": \"integer\",\n \"paroleReportsToCompleteInNext4Weeks\": \"integer\"\n}\n\n\n\nOfficerView\n\n\n\n\n\n\n\n\n\n/registrations/{crn}/flags\n\nget\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"selfHarm\": {\n \"description\": \"string\",\n \"colour\": \"string\"\n },\n \"alerts\": {\n \"description\": \"string\",\n \"colour\": \"string\"\n },\n \"safeguarding\": {\n \"description\": \"string\",\n \"colour\": \"string\"\n },\n \"information\": {\n \"description\": \"string\",\n \"colour\": \"string\"\n },\n \"publicProtection\": {\n \"description\": \"string\",\n \"colour\": \"string\"\n }\n}\n\n\n\nRiskSummary\n\n\n\n\n\n\n\n\n\n/person/{value}\n\nget\n\n Basic information on the person on probation\n\n\n Basic information on the person on probation as held in Delius,\n identified by either the CRN or NOMS number provided in the request. Supports\n display of the overview person information in the HMPPS Workload service\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\nvalue\npath\nstring\ntrue\n\n\n\n\n\n\ntype\nquery\nstring\nfalse\n\n\nAvailable items:\n\n\nCRN\n\nNOMS\n\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"type\": \"string\"\n}\n\n\n\nPerson\n\n\n\n\n\n\n\n\n\n/person/{crn}/limited-access/all\n\nget\n\n Returns all limited access information (restrictions and exclusions) for a Delius CRN\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"excludedFrom\": [\n {\n \"username\": \"string\",\n \"staffCode\": \"string\"\n }\n ],\n \"restrictedTo\": [\n {\n \"username\": \"string\",\n \"staffCode\": \"string\"\n }\n ],\n \"exclusionMessage\": \"string\",\n \"restrictionMessage\": \"string\"\n}\n\n\n\nCaseAccessList\n\n\n\n\n\n\n\n\n\n/offenders/{crn}/documents\n\nget\n\n List of documents held in Delius for the probation case\n\n\n List of documents available in Delius for the probation\n case identified by the CRN provided in the request. Document list\n includes summary information on the type and purpose of document held.\n Used to support the ‘Document List’ view of the HMPPS Workforce service\n which is used to give detailed information on the case when allocating\n to a probation practitioner\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n/offenders/{crn}/documents/{id}\n\nget\n\n Fetch a complete document from Delius/Alfresco\n\n\n Returns the full document identified by the CRN and\n document id provided in the request. Document is returned in the\n format stored in Alfresco. Used to support downloading documents\n from the document list in the HMPPS Workload service\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\nid\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n}\n\n\n\nStreamingResponseBody\n\n\n\n\n\n\n\n\n\n/initial-allocations.csv\n\nget\n\n A report of all allocations created by either the Manage a Workforce Allocation tool or Delius, since the start of 2024.\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/docs/asyncapi\n\nget\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n/allocation-demand/{crn}/{eventNumber}/probation-record\n\nget\n\n Detailed information on the probation supervision history\n\n\n Detailed information on all current and previous cases, offences, sentences\n and management by probation practitioners for the person identified by the CRN and event\n provided in the request. Supports the ‘Probation Record’ screen of case allocation in\n the HMPPS Workforce service which is part of the case allocation workflow\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\neventNumber\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"event\": {\n \"number\": \"string\",\n \"manager\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"teamCode\": \"string\",\n \"grade\": \"string\",\n \"allocated\": \"boolean\"\n }\n },\n \"activeEvents\": [\n {\n \"sentence\": {\n \"description\": \"string\",\n \"length\": \"string\",\n \"startDate\": \"string\",\n \"terminationDate\": \"string\"\n },\n \"offences\": [\n {\n \"description\": \"string\",\n \"main\": \"boolean\"\n }\n ],\n \"manager\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n }\n }\n ],\n \"inactiveEvents\": [\n {\n \"sentence\": {\n \"description\": \"string\",\n \"length\": \"string\",\n \"startDate\": \"string\",\n \"terminationDate\": \"string\"\n },\n \"offences\": [\n {\n \"description\": \"string\",\n \"main\": \"boolean\"\n }\n ],\n \"manager\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n }\n }\n ]\n}\n\n\n\nProbationRecord\n\n\n\n\n\n\n\n\n\n/allocation-demand/{crn}/{eventNumber}/case-view\n\nget\n\n Detailed information on the probation case\n\n\n Detailed information on the probation case identified\n by the CRN and event number provided in the request. Returns information\n on the person on probation, offences, sentence, requirements and case\n documents held in Delius. Used to support the ‘Case View’ screen of the\n HMPPS Workforce service which provides a detailed overview of the case\n when allocating to a probation practitioner\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\neventNumber\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"dateOfBirth\": \"string\",\n \"gender\": \"string\",\n \"pncNumber\": \"string\",\n \"mainAddress\": {\n \"buildingName\": \"string\",\n \"addressNumber\": \"string\",\n \"streetName\": \"string\",\n \"town\": \"string\",\n \"county\": \"string\",\n \"postcode\": \"string\",\n \"noFixedAbode\": \"boolean\",\n \"typeVerified\": \"boolean\",\n \"typeDescription\": \"string\",\n \"startDate\": \"string\"\n },\n \"sentence\": {\n \"description\": \"string\",\n \"startDate\": \"string\",\n \"length\": \"string\",\n \"endDate\": \"string\"\n },\n \"offences\": [\n {\n \"mainCategory\": \"string\",\n \"subCategory\": \"string\",\n \"mainOffence\": \"boolean\"\n }\n ],\n \"requirements\": [\n {\n \"mainCategory\": \"string\",\n \"subCategory\": \"string\",\n \"length\": \"string\"\n }\n ],\n \"cpsPack\": {\n \"documentId\": \"string\",\n \"documentName\": \"string\",\n \"dateCreated\": \"string\",\n \"description\": \"string\"\n },\n \"preConvictionDocument\": {\n \"documentId\": \"string\",\n \"documentName\": \"string\",\n \"dateCreated\": \"string\",\n \"description\": \"string\"\n },\n \"courtReport\": {\n \"documentId\": \"string\",\n \"documentName\": \"string\",\n \"dateCreated\": \"string\",\n \"description\": \"string\"\n },\n \"age\": \"integer\"\n}\n\n\n\nCaseView\n\n\n\n\n\n\n\n\n\n/allocation-demand/{crn}/{eventNumber}/allocation\n\nget\n\n Detailed information on the case allocation\n\n\n Detailed information on the probation case, event and probation practitioners\n identified in the request. Used to display a summary page after case allocation has been\n completed in the HMPPS Workforce service\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\neventNumber\npath\nstring\ntrue\n\n\n\n\n\n\nstaff\nquery\nstring\ntrue\n\n\n\n\n\n\nallocatingStaffUsername\nquery\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"staff\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n },\n \"allocatingStaff\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n },\n \"initialAppointment\": {\n \"date\": \"string\",\n \"staff\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n }\n },\n \"ogrs\": {\n \"lastUpdatedDate\": \"string\",\n \"score\": \"integer\"\n },\n \"sentence\": {\n \"description\": \"string\",\n \"code\": \"string\",\n \"date\": \"string\",\n \"lengthValue\": \"integer\",\n \"lengthDescription\": \"string\",\n \"length\": \"string\"\n },\n \"court\": {\n \"name\": \"string\",\n \"appearanceDate\": \"string\"\n },\n \"offences\": [\n {\n \"mainCategory\": \"string\",\n \"mainOffence\": \"boolean\"\n }\n ],\n \"activeRequirements\": [\n {\n \"mainCategory\": \"string\",\n \"subCategory\": \"string\",\n \"length\": \"string\",\n \"id\": \"integer\",\n \"manager\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"teamCode\": \"string\",\n \"grade\": \"string\",\n \"allocated\": \"boolean\"\n },\n \"isUnpaidWork\": \"boolean\"\n }\n ]\n}\n\n\n\nAllocationDemandStaffResponse\n\n\n\n\n\n\n\n\n\n/allocation-demand/{crn}/unallocated-events\n\nget\n\n Summary information on all Delius events without a case allocation for a person\n on probation\n\n\n Summary information on the person on probation identified by the CRN provided\n in the request with a list of all active Delius events for that person that do not currently\n have a case allocation. Used to support choosing the event to allocate in the case allocation\n workflow of the HMPPS Workforce service\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"activeEvents\": [\n {\n \"eventNumber\": \"string\",\n \"teamCode\": \"string\",\n \"providerCode\": \"string\"\n }\n ]\n}\n\n\n\nUnallocatedEventsResponse\n\n\n\n\n\n\n\n\n\n/allocation-demand/{crn}/risk\n\nget\n\n Detailed information on the risk information held in Delius\n\n\n Detailed information on the risk factors held and managed in Delius for the\n person on probation identified by the CRN provided in the request. Supports the ‘Risk’\n section of the ‘Case View’ within the HMPPS Workload service which is part of the case\n allocation workflow\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"activeRegistrations\": [\n {\n \"description\": \"string\",\n \"startDate\": \"string\",\n \"endDate\": \"string\",\n \"notes\": \"string\",\n \"flag\": {\n \"description\": \"string\"\n }\n }\n ],\n \"inactiveRegistrations\": [\n {\n \"description\": \"string\",\n \"startDate\": \"string\",\n \"endDate\": \"string\",\n \"notes\": \"string\",\n \"flag\": {\n \"description\": \"string\"\n }\n }\n ],\n \"ogrs\": {\n \"lastUpdatedDate\": \"string\",\n \"score\": \"integer\"\n }\n}\n\n\n\nRiskRecord\n\n\n\n\n\n\n\n\n\n/allocation-demand/impact\n\nget\n\n Summary information on the person on probation and probation practitioner\n\n\n Summary information on the person on probation and probation practitioner\n identified by the CRN and staff code provided in the request. Used to support the\n post-allocation ‘Impact’ screen of the HMPPS Workforce service\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\nquery\nstring\ntrue\n\n\n\n\n\n\nstaff\nquery\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"staff\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n }\n}\n\n\n\nAllocationImpact\n\n\n\n\n\n\n\n\n\n/allocation-demand/choose-practitioner\n\nget\n\n List of summary probation case details with probation practioner details\n\n\n Summary information on the probation case provided in the request along\n with a list of probation practitioners associated with the teams provided in the\n request. Used to support the ‘Choose Practitioner’ screen of the HMPPS Workforce\n service which is part of the case allocation workflow\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\nquery\nstring\ntrue\n\n\n\n\n\n\nteamCode\nquery\narray\nfalse\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"probationStatus\": {\n \"status\": \"string\",\n \"description\": \"string\"\n },\n \"communityPersonManager\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"teamCode\": \"string\",\n \"grade\": \"string\",\n \"allocated\": \"boolean\"\n },\n \"teams\": {\n }\n}\n\n\n\nChoosePractitionerResponse\n\n\n\n\n\n\n\n\n\n/allocation-completed/order-manager\n\nget\n\n Team allocation code for Persons PO\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\nquery\nstring\ntrue\n\n\n\n\n\n\neventNumber\nquery\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"teamCode\": \"string\",\n \"grade\": \"string\",\n \"allocated\": \"boolean\"\n}\n\n\n\nManager\n\n\n\n\n\n\n\n\n\n/allocation-completed/details\n\nget\n\n Summary case allocation information as currently held in Delius\n\n\n Summary case allocation information for the probation case\n identified by the CRN and Event Number in the request. Also provided\n information on the probation practitioner identified by the staff code\n in the request. Used to support the post-allocation information page of\n the HMPPS Workforce service\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\nquery\nstring\ntrue\n\n\n\n\n\n\neventNumber\nquery\nstring\ntrue\n\n\n\n\n\n\nstaffCode\nquery\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"event\": {\n \"number\": \"string\",\n \"manager\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"teamCode\": \"string\",\n \"grade\": \"string\",\n \"allocated\": \"boolean\"\n }\n },\n \"type\": \"string\",\n \"initialAppointment\": {\n \"date\": \"string\",\n \"staff\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n }\n },\n \"staff\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n }\n}\n\n\n\nAllocationCompletedResponse\n\n\n\n\n\n\n\n\n\n\nSchemas\nCaseAccess\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nuserExcluded\nboolean\ntrue\n\n\n \n\n\n\n\nuserRestricted\nboolean\ntrue\n\n\n \n\n\n\n\nexclusionMessage\nstring\nfalse\n\n\n \n\n\n\n\nrestrictionMessage\nstring\nfalse\n\n\n \n\n\n\n\n\n\nUserAccess\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\naccess\narray\ntrue\n\n\n CaseAccess\n\n\n\n\n\n\nActiveCasesResponse\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncode\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\ngrade\nstring\nfalse\n\n\n \n\n\n\n\nemail\nstring\nfalse\n\n\n \n\n\n\n\ncases\narray\ntrue\n\n\n Case\n\n\n\n\n\n\nCase\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\ntype\nstring\ntrue\n\n\n \n\n\n\n\n\n\nName\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nforename\nstring\ntrue\n\n\n \n\n\n\n\nmiddleName\nstring\nfalse\n\n\n \n\n\n\n\nsurname\nstring\ntrue\n\n\n \n\n\n\n\n\n\nCaseAccessList\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nexcludedFrom\narray\ntrue\n\n\n User\n\n\n\n\nrestrictedTo\narray\ntrue\n\n\n User\n\n\n\n\nexclusionMessage\nstring\nfalse\n\n\n \n\n\n\n\nrestrictionMessage\nstring\nfalse\n\n\n \n\n\n\n\n\n\nUser\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nusername\nstring\ntrue\n\n\n \n\n\n\n\nstaffCode\nstring\nfalse\n\n\n \n\n\n\n\n\n\nAllocationDetailRequest\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nstaffCode\nstring\ntrue\n\n\n \n\n\n\n\n\n\nAllocationDetailRequests\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncases\narray\ntrue\n\n\n AllocationDetailRequest\n\n\n\n\n\n\nAllocationDetails\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncases\narray\ntrue\n\n\n AllocationImpact\n\n\n\n\n\n\nAllocationImpact\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\nfalse\n\n\n \n\n\n\n\nname\nobject\nfalse\n\n\n Name\n\n\n\n\nstaff\nobject\nfalse\n\n\n StaffMember\n\n\n\n\n\n\nStaffMember\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncode\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nemail\nstring\nfalse\n\n\n \n\n\n\n\ngrade\nstring\nfalse\n\n\n \n\n\n\n\n\n\nAllocationDemandRequest\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncases\narray\ntrue\n\n\n AllocationRequest\n\n\n\n\n\n\nAllocationRequest\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\neventNumber\nstring\ntrue\n\n\n \n\n\n\n\n\n\nAllocationDemandResponse\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncases\narray\ntrue\n\n\n AllocationResponse\n\n\n\n\n\n\nAllocationResponse\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nevent\nobject\ntrue\n\n\n Event\n\n\n\n\nsentence\nobject\nfalse\n\n\n Sentence\n\n\n\n\ninitialAppointment\nobject\nfalse\n\n\n InitialAppointment\n\n\n\n\ncourt\nobject\ntrue\n\n\n NamedCourt\n\n\n\n\ntype\nstring\ntrue\n\n\n \n\n\n\n\nprobationStatus\nobject\ntrue\n\n\n ProbationStatus\n\n\n\n\ncommunityPersonManager\nobject\nfalse\n\n\n Manager\n\n\n\n\nhandoverDate\nstring\nfalse\n\n\n \n\n\n\n\n\n\nEvent\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nnumber\nstring\ntrue\n\n\n \n\n\n\n\nmanager\nobject\nfalse\n\n\n Manager\n\n\n\n\n\n\nInitialAppointment\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndate\nstring\ntrue\n\n\n \n\n\n\n\nstaff\nobject\ntrue\n\n\n StaffMember\n\n\n\n\n\n\nManager\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncode\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nteamCode\nstring\ntrue\n\n\n \n\n\n\n\ngrade\nstring\nfalse\n\n\n \n\n\n\n\nallocated\nboolean\ntrue\n\n\n \n\n\n\n\n\n\nNamedCourt\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nname\nstring\ntrue\n\n\n \n\n\n\n\n\n\nProbationStatus\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nstatus\nstring\ntrue\n\n\n \n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\n\n\nSentence\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ntype\nstring\ntrue\n\n\n \n\n\n\n\ndate\nstring\ntrue\n\n\n \n\n\n\n\nlength\nstring\ntrue\n\n\n \n\n\n\n\n\n\nOfficerView\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncode\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\ngrade\nstring\nfalse\n\n\n \n\n\n\n\nemail\nstring\nfalse\n\n\n \n\n\n\n\ncasesDueToEndInNext4Weeks\ninteger\ntrue\nThe number of sentenced events with an end date in the next four weeks on cases managed by the officer.\n\n\n \n\n\n\n\nreleasesWithinNext4Weeks\ninteger\ntrue\nThe number of sentenced custodial events with an “Expected Release Date” key date in the next four weeks on cases managed by the officer.\n\n\n \n\n\n\n\nparoleReportsToCompleteInNext4Weeks\ninteger\ntrue\nThe number of parole reports required in the next four weeks on cases managed by the officer.\n\n\n \n\n\n\n\n\n\nRiskItem\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\ncolour\nstring\ntrue\n\n\n \n\n\n\n\n\n\nRiskSummary\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nselfHarm\nobject\nfalse\n\n\n RiskItem\n\n\n\n\nalerts\nobject\nfalse\n\n\n RiskItem\n\n\n\n\nsafeguarding\nobject\nfalse\n\n\n RiskItem\n\n\n\n\ninformation\nobject\nfalse\n\n\n RiskItem\n\n\n\n\npublicProtection\nobject\nfalse\n\n\n RiskItem\n\n\n\n\n\n\nPerson\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\ntype\nstring\ntrue\n\n\n \n\n\n\n\n\n\nDocumentEvent\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\neventType\nstring\ntrue\n\n\n \n\n\n\n\neventNumber\nstring\ntrue\n\n\n \n\n\n\n\nmainOffence\nstring\ntrue\n\n\n \n\n\n\n\n\n\nPersonDocument\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nid\nstring\nfalse\n\n\n \n\n\n\n\nname\nstring\ntrue\n\n\n \n\n\n\n\nrelatedTo\nobject\ntrue\n\n\n RelatedTo\n\n\n\n\ndateSaved\nstring\nfalse\n\n\n \n\n\n\n\ndateCreated\nstring\nfalse\n\n\n \n\n\n\n\nsensitive\nboolean\ntrue\n\n\n \n\n\n\n\n\n\nRelatedTo\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ntype\nstring\ntrue\n\n\n \n\n\n\n\nname\nstring\ntrue\n\n\n \n\n\n\n\nevent\nobject\nfalse\n\n\n DocumentEvent\n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\n\n\nStreamingResponseBody\n\n\nPrEvent\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nsentence\nobject\ntrue\n\n\n PrSentence\n\n\n\n\noffences\narray\ntrue\n\n\n PrOffence\n\n\n\n\nmanager\nobject\nfalse\n\n\n StaffMember\n\n\n\n\n\n\nPrOffence\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\nmain\nboolean\ntrue\n\n\n \n\n\n\n\n\n\nPrSentence\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\nlength\nstring\ntrue\n\n\n \n\n\n\n\nstartDate\nstring\ntrue\n\n\n \n\n\n\n\nterminationDate\nstring\nfalse\n\n\n \n\n\n\n\n\n\nProbationRecord\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nevent\nobject\ntrue\n\n\n Event\n\n\n\n\nactiveEvents\narray\ntrue\n\n\n PrEvent\n\n\n\n\ninactiveEvents\narray\ntrue\n\n\n PrEvent\n\n\n\n\n\n\nCaseView\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\ndateOfBirth\nstring\ntrue\n\n\n \n\n\n\n\ngender\nstring\nfalse\n\n\n \n\n\n\n\npncNumber\nstring\nfalse\n\n\n \n\n\n\n\nmainAddress\nobject\nfalse\n\n\n CvAddress\n\n\n\n\nsentence\nobject\ntrue\n\n\n CvSentence\n\n\n\n\noffences\narray\ntrue\n\n\n CvOffence\n\n\n\n\nrequirements\narray\ntrue\n\n\n CvRequirement\n\n\n\n\ncpsPack\nobject\nfalse\n\n\n CvDocument\n\n\n\n\npreConvictionDocument\nobject\nfalse\n\n\n CvDocument\n\n\n\n\ncourtReport\nobject\nfalse\n\n\n CvDocument\n\n\n\n\nage\ninteger\ntrue\n\n\n \n\n\n\n\n\n\nCvAddress\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nbuildingName\nstring\nfalse\n\n\n \n\n\n\n\naddressNumber\nstring\nfalse\n\n\n \n\n\n\n\nstreetName\nstring\nfalse\n\n\n \n\n\n\n\ntown\nstring\nfalse\n\n\n \n\n\n\n\ncounty\nstring\nfalse\n\n\n \n\n\n\n\npostcode\nstring\nfalse\n\n\n \n\n\n\n\nnoFixedAbode\nboolean\ntrue\n\n\n \n\n\n\n\ntypeVerified\nboolean\ntrue\n\n\n \n\n\n\n\ntypeDescription\nstring\nfalse\n\n\n \n\n\n\n\nstartDate\nstring\ntrue\n\n\n \n\n\n\n\n\n\nCvDocument\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndocumentId\nstring\ntrue\n\n\n \n\n\n\n\ndocumentName\nstring\ntrue\n\n\n \n\n\n\n\ndateCreated\nstring\ntrue\n\n\n \n\n\n\n\ndescription\nstring\nfalse\n\n\n \n\n\n\n\n\n\nCvOffence\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nmainCategory\nstring\ntrue\n\n\n \n\n\n\n\nsubCategory\nstring\ntrue\n\n\n \n\n\n\n\nmainOffence\nboolean\ntrue\n\n\n \n\n\n\n\n\n\nCvRequirement\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nmainCategory\nstring\ntrue\n\n\n \n\n\n\n\nsubCategory\nstring\nfalse\n\n\n \n\n\n\n\nlength\nstring\ntrue\n\n\n \n\n\n\n\n\n\nCvSentence\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\nstartDate\nstring\ntrue\n\n\n \n\n\n\n\nlength\nstring\ntrue\n\n\n \n\n\n\n\nendDate\nstring\ntrue\n\n\n \n\n\n\n\n\n\nAllocationDemandSentence\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\ncode\nstring\ntrue\n\n\n \n\n\n\n\ndate\nstring\ntrue\n\n\n \n\n\n\n\nlengthValue\ninteger\nfalse\n\n\n \n\n\n\n\nlengthDescription\nstring\nfalse\n\n\n \n\n\n\n\nlength\nstring\ntrue\n\n\n \n\n\n\n\n\n\nAllocationDemandStaffResponse\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nstaff\nobject\nfalse\n\n\n StaffMember\n\n\n\n\nallocatingStaff\nobject\nfalse\n\n\n StaffMember\n\n\n\n\ninitialAppointment\nobject\nfalse\n\n\n InitialAppointment\n\n\n\n\nogrs\nobject\nfalse\n\n\n RiskOGRS\n\n\n\n\nsentence\nobject\nfalse\n\n\n AllocationDemandSentence\n\n\n\n\ncourt\nobject\nfalse\n\n\n Court\n\n\n\n\noffences\narray\ntrue\n\n\n Offence\n\n\n\n\nactiveRequirements\narray\ntrue\n\n\n Requirement\n\n\n\n\n\n\nCourt\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nname\nstring\ntrue\n\n\n \n\n\n\n\nappearanceDate\nstring\ntrue\n\n\n \n\n\n\n\n\n\nOffence\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nmainCategory\nstring\ntrue\n\n\n \n\n\n\n\nmainOffence\nboolean\ntrue\n\n\n \n\n\n\n\n\n\nRequirement\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nmainCategory\nstring\ntrue\n\n\n \n\n\n\n\nsubCategory\nstring\nfalse\n\n\n \n\n\n\n\nlength\nstring\ntrue\n\n\n \n\n\n\n\nid\ninteger\ntrue\n\n\n \n\n\n\n\nmanager\nobject\ntrue\n\n\n Manager\n\n\n\n\nisUnpaidWork\nboolean\ntrue\n\n\n \n\n\n\n\n\n\nRiskOGRS\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nlastUpdatedDate\nstring\ntrue\n\n\n \n\n\n\n\nscore\ninteger\ntrue\n\n\n \n\n\n\n\n\n\nActiveEvent\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\neventNumber\nstring\ntrue\n\n\n \n\n\n\n\nteamCode\nstring\ntrue\n\n\n \n\n\n\n\nproviderCode\nstring\ntrue\n\n\n \n\n\n\n\n\n\nUnallocatedEventsResponse\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nactiveEvents\narray\ntrue\n\n\n ActiveEvent\n\n\n\n\n\n\nRegistrationFlag\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\n\n\nRiskRecord\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nactiveRegistrations\narray\ntrue\n\n\n RiskRegistration\n\n\n\n\ninactiveRegistrations\narray\ntrue\n\n\n RiskRegistration\n\n\n\n\nogrs\nobject\nfalse\n\n\n RiskOGRS\n\n\n\n\n\n\nRiskRegistration\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\nstartDate\nstring\ntrue\n\n\n \n\n\n\n\nendDate\nstring\nfalse\n\n\n \n\n\n\n\nnotes\nstring\nfalse\n\n\n \n\n\n\n\nflag\nobject\nfalse\n\n\n RegistrationFlag\n\n\n\n\n\n\nChoosePractitionerResponse\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nprobationStatus\nobject\ntrue\n\n\n ProbationStatus\n\n\n\n\ncommunityPersonManager\nobject\nfalse\n\n\n Manager\n\n\n\n\nteams\nobject\ntrue\n\n\n \n\n\n\n\n\n\nAllocationCompletedResponse\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nevent\nobject\ntrue\n\n\n Event\n\n\n\n\ntype\nstring\ntrue\n\n\n \n\n\n\n\ninitialAppointment\nobject\nfalse\n\n\n InitialAppointment\n\n\n\n\nstaff\nobject\nfalse\n\n\n StaffMember\n\n\n\n\n\n\n\n","url":"/api-reference.html"},"14":{"title":"AsyncAPI Reference","content":"AsyncAPI Reference\n\n\n\n.app-pane__content { position: relative }\n\ndocument.querySelector('main').parentElement.appendChild(document.querySelector('main \u003e iframe'))\n","url":"/asyncapi-reference.html"}}} \ No newline at end of file +{"index": {"version":"0.7.0","fields":[{"name":"title","boost":100},{"name":"content","boost":50}],"ref":"id","tokenizer":"default","documentStore":{"store":{"12":["a","about","actioned","activity","add","added","adds","allocated","allocating","allocation","allocations","also","an","and","are","as","audit","be","been","business","but","by","calls","case","cases","class","contact","contacts","contained","containing","context","current","date","delius","details","detailurl","determine","development","domain","elements","event","event.manager.allocated","events","eventtype","example","filter","filtered","for","format","formats","has","historic","history","hmpps","iaps","if","in","inbound","incoming","indicate","individual","instance","interfaces","is","latest","log","logs","management","map","message","messages","moving","must","necessary","need","of","on","or","person","person.community.manager.allocated","place","policy","practitioner","practitioners","prior","probation","proceed","process","provides","queue","raised","real","record","records","reference","reflected","remain","request","requirement","requirement.manager.allocated","responds","response","same","separate","service","should","source","sqs","status","that","the","then","these","they","this","time","to","transfer","tree","triggers","type","url","uses","various","via","we","when","will","workforce","workload"],"13":["200","2024","a","access","accessing","active","activecasesresponse","activeevent","activeevents","activeregistrations","activerequirements","addressnumber","after","age","alerts","alfresco","all","allocate","allocated","allocating","allocatingstaff","allocatingstaffusername","allocation","allocationcompletedresponse","allocationdemandrequest","allocationdemandresponse","allocationdemandsentence","allocationdemandstaffresponse","allocationdetailrequest","allocationdetailrequests","allocationdetails","allocationimpact","allocationrequest","allocationresponse","allocations","allocations.csv","along","also","an","and","any","api","appearancedate","array","as","associated","asyncapi","available","basic","be","been","boolean","buildingname","by","capability","capacity","case","caseaccess","caseaccesslist","caseload","cases","casesduetoendinnext4weeks","caseview","choose","choosepractitionerresponse","choosing","clients","code","codes","colour","combination","community","communitypersonmanager","complete","completed","county","court","courtreport","cpspack","created","crn","crns","current","currently","custodial","cvaddress","cvdocument","cvoffence","cvrequirement","cvsentence","data","date","datecreated","dateofbirth","datesaved","defined","delius","demand","description","detailed","details","display","do","docs","document","documentation","documentevent","documentid","documentname","documents","downloading","either","email","end","enddate","event","eventnumber","events","eventtype","excludedfrom","exclusionmessage","exclusions","expected","factors","false","fetch","flag","flags","following","for","forename","format","formats","four","from","full","gender","get","give","given","grade","h1","handoverdate","has","have","held","history","hmpps","id","identified","impact","important","in","inactiveevents","inactiveregistrations","includes","information","initial","initialappointment","integer","is","isunpaidwork","items","json","key","lastupdateddate","length","lengthdescription","lengthvalue","limited","list","load","maabt001","main","mainaddress","maincategory","mainoffence","manage","managed","management","manager","mask","may","member","members","middlename","name","named","namedcourt","nametyperequireddescriptionschema","next","nofixedabode","noms","none","not","notes","number","object","of","offence","offences","offenders","officer","officerview","ogrs","ok","on","openapi","or","order","other","overview","page","parameterintyperequireddescription","parameters","parole","parolereportstocompleteinnext4weeks","part","particular","path","people","person","personal","persondocument","persons","place","planning","pncnumber","po","post","postcode","practioner","practitioner","practitioners","preconvictiondocument","prevent","previous","probation","probationrecord","probationstatus","proffence","provided","providercode","provides","prsentence","publicprotection","purpose","query","reasons","record","records","reference","registrationflag","registrations","related","relatedto","release","releaseswithinnext4weeks","report","reports","request","require","required","requirement","requirements","responses","restrict","restrictedto","restriction","restrictionmessage","restrictions","returned","returns","risk","riskitem","riskogrs","riskrecord","riskregistration","risksummary","role","safeguarding","schemas","score","screen","section","selfharm","sensitive","sentence","sentenced","sentences","service","should","show","showing","shows","since","specific","staff","staffcode","staffmember","start","startdate","statistics","status","statusdescriptionschema","stop","stored","streamingresponsebody","streetname","string","subcategory","summary","supervision","supplied","support","supports","surname","swagger","team","teamcode","teams","technical","terminationdate","than","that","the","these","they","this","those","to","tool","town","true","type","typedescription","typeverified","ui","unallocated","unallocatedeventsresponse","use","used","user","useraccess","userexcluded","username","userrestricted","users","v1.0","value","view","weeks","when","which","with","within","without","workflow","workforce","workload","yaml"],"14":["app","asyncapi","document.queryselector('main').parentelement.appendchild(document.queryselector('main","iframe","pane__content","position","reference","relative"]},"length":3},"tokenStore":{"root":{"2":{"0":{"0":{"docs":{"13":{"ref":13,"tf":0.39986671109630123}}},"2":{"4":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"a":{"docs":{"12":{"ref":12,"tf":0.8333333333333334},"13":{"ref":13,"tf":0.3498833722092636}},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":100}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}},"e":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}}}},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}},"s":{"docs":{"13":{"ref":13,"tf":0.06664445184938354}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.26657780739753417}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}},"d":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.33333333333333337}},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.14995001666111296}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}},"d":{"docs":{"12":{"ref":12,"tf":1},"13":{"ref":13,"tf":0.13328890369876709}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03332222592469177}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"f":{"docs":{},"f":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":1.3333333333333335},"13":{"ref":13,"tf":0.48317227590803064}},"s":{"docs":{"12":{"ref":12,"tf":1},"13":{"ref":13,"tf":0.03332222592469177}},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"v":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"f":{"docs":{},"f":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}},"s":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03332222592469177}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}},"f":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}},"n":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03332222592469177}},"d":{"docs":{"12":{"ref":12,"tf":1.1666666666666667},"13":{"ref":13,"tf":0.39986671109630123}}},"y":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}},"r":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":1.1666666666666667}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.33322225924691773}}}}}},"s":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.03332222592469177}},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"13":{"ref":13,"tf":0.016661112962345886},"14":{"ref":14,"tf":56.25}}}}}}}}},"u":{"docs":{},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}},"g":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}},"p":{"docs":{},"i":{"docs":{"13":{"ref":13,"tf":50.03332222592469}}},"p":{"docs":{"14":{"ref":14,"tf":6.25}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.5},"13":{"ref":13,"tf":0.06664445184938354}},"e":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.016661112962345886}}}}},"u":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.33333333333333337}}}}}}}},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}},"y":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.26657780739753417}}},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.46651116294568473}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}},"s":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":1.3333333333333335},"13":{"ref":13,"tf":0.6164611796067978}},"s":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.28323892035988}},"d":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"4":{"docs":{},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}},"docs":{}}}}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}},"p":{"docs":{},"a":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}},"d":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.5331556147950683}},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}},"l":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.09996667777407531}}}}}},"m":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}},"m":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.06664445184938354}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}},"d":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}},"r":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.09996667777407531}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03332222592469177}},"l":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}},"p":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}},"p":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}},"n":{"docs":{"13":{"ref":13,"tf":1.0829723425524824}},"s":{"docs":{"13":{"ref":13,"tf":0.06664445184938354}}}}},"v":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.06664445184938354}}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.18327224258580474}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.08330556481172943}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"b":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}},"a":{"docs":{"13":{"ref":13,"tf":0.06664445184938354}}}}},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"u":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.6666666666666667},"13":{"ref":13,"tf":0.33322225924691773}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.6666666666666667},"13":{"ref":13,"tf":0.11662779073642118}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.16661112962345886}}}}}}},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.13328890369876709}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.4998333888703766}}}}}}}}}}}},"o":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.8333333333333334}}}}}},"c":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.13328890369876709}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}},"i":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.06664445184938354}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.06664445184938354}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.09996667777407531}}},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"14":{"ref":14,"tf":6.25}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":1.5},"13":{"ref":13,"tf":0.26657780739753417}},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}}}}}}}}}}}}},"s":{"docs":{"12":{"ref":12,"tf":0.8333333333333334},"13":{"ref":13,"tf":0.08330556481172943}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.016661112962345886}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.19993335554815062}}}}}}}}}}}},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.09996667777407531}}}}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.2499166944351883}}}}}},"n":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.08330556481172943}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}},"o":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.3498833722092636}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.016661112962345886}},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.016661112962345886}}}}}},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.5331556147950683}}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}},"u":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":1.1162945684771743}}}}}},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}},"s":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{"13":{"ref":13,"tf":0.06664445184938354}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}},"h":{"1":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}},"docs":{},"a":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.049983338887037654}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{"12":{"ref":12,"tf":0.33333333333333337}}}},"y":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.016661112962345886}}}}}}}},"m":{"docs":{},"p":{"docs":{},"p":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":1.5},"13":{"ref":13,"tf":0.2499166944351883}}}}}},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.11662779073642118}}}}}},"i":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}},"f":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"14":{"ref":14,"tf":6.25}}}}}}},"n":{"docs":{"12":{"ref":12,"tf":1.1666666666666667},"13":{"ref":13,"tf":0.7497500833055648}},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.2499166944351883}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.6831056314561813}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.16661112962345886}}}}}}}}}}}}}}}}}}},"s":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.09996667777407531}},"u":{"docs":{},"n":{"docs":{},"p":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}},"d":{"docs":{"13":{"ref":13,"tf":0.09996667777407531}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.33322225924691773}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}},"s":{"docs":{},"t":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}}}}}}}}}}}},"o":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"a":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{"13":{"ref":13,"tf":0.2165944685104965}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.08330556481172943}}}}}}},"s":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.2999000333222259}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.016661112962345886}}}}}},"d":{"docs":{"13":{"ref":13,"tf":0.06664445184938354}}},"r":{"docs":{"13":{"ref":13,"tf":0.26657780739753417}}}}}}},"p":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}},"a":{"docs":{},"b":{"docs":{},"t":{"0":{"0":{"1":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}},"docs":{}},"docs":{}},"docs":{}}}},"i":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.13328890369876709}}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.08330556481172943}}}}}}}}}}},"s":{"docs":{},"k":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}},"y":{"docs":{"13":{"ref":13,"tf":0.13328890369876709}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.8333333333333334}},"s":{"docs":{"12":{"ref":12,"tf":0.33333333333333337}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}},"s":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.5331556147950683}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"x":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":1.13295568143952}},"d":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"13":{"ref":13,"tf":0.866377874041986}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"b":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}},"m":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}},"n":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}},"t":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}},"e":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.19993335554815062}}}}}}}},"o":{"docs":{},"f":{"docs":{"12":{"ref":12,"tf":1},"13":{"ref":13,"tf":0.716427857380873}},"f":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}},"s":{"docs":{"13":{"ref":13,"tf":0.14995001666111296}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.11662779073642118}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}},"n":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.6664445184938355}}},"r":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.06664445184938354}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.8997000999666778}}}}}}},"g":{"docs":{},"r":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.06664445184938354}}}}},"k":{"docs":{"13":{"ref":13,"tf":0.39986671109630123}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.2999000333222259}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}},"o":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.09996667777407531}}}},"n":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}},"o":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"y":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}},"s":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.11662779073642118}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"14":{"ref":14,"tf":6.25}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.8333333333333334},"13":{"ref":13,"tf":0.19993335554815062}},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.049983338887037654}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}}},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.6666666666666667},"13":{"ref":13,"tf":0.6997667444185272}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.11662779073642118}}}}}}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"s":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.016661112962345886}}},"d":{"docs":{"13":{"ref":13,"tf":0.2165944685104965}}},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.31656114628457177}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.31656114628457177}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"4":{"docs":{},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}},"i":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}},"t":{"docs":{},"h":{"docs":{"13":{"ref":13,"tf":0.28323892035988}}}},"n":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"14":{"ref":14,"tf":6.25}}}}}}}}}}}}}},"n":{"docs":{},"c":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}}}}},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"u":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.33333333333333337}}}},"r":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.2499166944351883}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.5}}}}}}},"e":{"docs":{},"a":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03332222592469177}},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03332222592469177}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":50.03332222592469},"14":{"ref":14,"tf":56.25}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.28323892035988}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.03332222592469177}},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}}}}}}}}}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}}},"d":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.33333333333333337}}}},"s":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}},"s":{"docs":{"13":{"ref":13,"tf":0.39986671109630123}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}},"e":{"docs":{},"d":{"docs":{},"t":{"docs":{},"o":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.09996667777407531}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.09996667777407531}}}}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.13328890369876709}}}}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}},"t":{"docs":{},"o":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"14":{"ref":14,"tf":6.25}}}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}},"s":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"4":{"docs":{},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}},"docs":{}}}}}}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}},"s":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}},"s":{"docs":{"13":{"ref":13,"tf":0.08330556481172943}}}}}}}},"i":{"docs":{},"s":{"docs":{},"k":{"docs":{"13":{"ref":13,"tf":0.06664445184938354}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"13":{"ref":13,"tf":0.09996667777407531}}}}}},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"f":{"docs":{},"e":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":1.3333333333333335},"13":{"ref":13,"tf":0.2499166944351883}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}},"l":{"docs":{},"f":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"m":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.19993335554815062}},"d":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}},"s":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03332222592469177}}}}},"w":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}},"q":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.049983338887037654}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"13":{"ref":13,"tf":0.39986671109630123}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}},"f":{"docs":{},"f":{"docs":{"13":{"ref":13,"tf":0.3498833722092636}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.11662779073642118}}}}}},"m":{"docs":{},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.11662779073642118}}}}}}}}}},"r":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.16661112962345886}}}}}}}}},"o":{"docs":{},"p":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"b":{"docs":{},"o":{"docs":{},"d":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"13":{"ref":13,"tf":6.981006331222926}}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.06664445184938354}}}}}}},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}},"u":{"docs":{},"b":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.09996667777407531}}}}}}}}}}},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.28323892035988}}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.18327224258580474}},"s":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}}}},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.5331556147950683}}}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{"12":{"ref":12,"tf":0.33333333333333337},"13":{"ref":13,"tf":0.09996667777407531}}},"n":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}},"e":{"docs":{"12":{"ref":12,"tf":4.5},"13":{"ref":13,"tf":2.0993002332555815}},"n":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}},"s":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.016661112962345886}}}},"y":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03332222592469177}}}},"i":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03332222592469177}}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.5}}}}},"o":{"docs":{"12":{"ref":12,"tf":3},"13":{"ref":13,"tf":0.41652782405864713}},"o":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}},"w":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}},"e":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"i":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}}},"u":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":2.749083638787071}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.2165944685104965}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.18327224258580474}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}},"d":{"docs":{"13":{"ref":13,"tf":0.2165944685104965}}},"r":{"docs":{"13":{"ref":13,"tf":0.11662779073642118}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}}}},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.11662779073642118}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}}}}}}}},"s":{"docs":{"13":{"ref":13,"tf":0.14995001666111296}}}}}},"i":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"1":{"docs":{},".":{"0":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}},"docs":{}}},"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}}}}}},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}},"i":{"docs":{},"a":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}}},"e":{"docs":{},"w":{"docs":{"13":{"ref":13,"tf":0.09996667777407531}}}}}},"w":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":0.16666666666666669}},"e":{"docs":{},"k":{"docs":{},"s":{"docs":{"13":{"ref":13,"tf":0.049983338887037654}}}}}},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{"12":{"ref":12,"tf":0.16666666666666669},"13":{"ref":13,"tf":0.03332222592469177}}}},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{"13":{"ref":13,"tf":0.13328890369876709}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"12":{"ref":12,"tf":0.33333333333333337}}}},"t":{"docs":{},"h":{"docs":{"13":{"ref":13,"tf":0.13328890369876709}},"i":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}}},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{"12":{"ref":12,"tf":1},"13":{"ref":13,"tf":0.18327224258580474}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"13":{"ref":13,"tf":0.06664445184938354}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"12":{"ref":12,"tf":0.5},"13":{"ref":13,"tf":0.08330556481172943}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"13":{"ref":13,"tf":0.03332222592469177}}}}}},"t":{"docs":{"13":{"ref":13,"tf":0.31656114628457177}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}},"n":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{"13":{"ref":13,"tf":0.3832055981339553}}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}},"y":{"docs":{},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"13":{"ref":13,"tf":0.016661112962345886}}}}}}},"length":499},"corpusTokens":["200","2024","a","about","access","accessing","actioned","active","activecasesresponse","activeevent","activeevents","activeregistrations","activerequirements","activity","add","added","addressnumber","adds","after","age","alerts","alfresco","all","allocate","allocated","allocating","allocatingstaff","allocatingstaffusername","allocation","allocationcompletedresponse","allocationdemandrequest","allocationdemandresponse","allocationdemandsentence","allocationdemandstaffresponse","allocationdetailrequest","allocationdetailrequests","allocationdetails","allocationimpact","allocationrequest","allocationresponse","allocations","allocations.csv","along","also","an","and","any","api","app","appearancedate","are","array","as","associated","asyncapi","audit","available","basic","be","been","boolean","buildingname","business","but","by","calls","capability","capacity","case","caseaccess","caseaccesslist","caseload","cases","casesduetoendinnext4weeks","caseview","choose","choosepractitionerresponse","choosing","class","clients","code","codes","colour","combination","community","communitypersonmanager","complete","completed","contact","contacts","contained","containing","context","county","court","courtreport","cpspack","created","crn","crns","current","currently","custodial","cvaddress","cvdocument","cvoffence","cvrequirement","cvsentence","data","date","datecreated","dateofbirth","datesaved","defined","delius","demand","description","detailed","details","detailurl","determine","development","display","do","docs","document","document.queryselector('main').parentelement.appendchild(document.queryselector('main","documentation","documentevent","documentid","documentname","documents","domain","downloading","either","elements","email","end","enddate","event","event.manager.allocated","eventnumber","events","eventtype","example","excludedfrom","exclusionmessage","exclusions","expected","factors","false","fetch","filter","filtered","flag","flags","following","for","forename","format","formats","four","from","full","gender","get","give","given","grade","h1","handoverdate","has","have","held","historic","history","hmpps","iaps","id","identified","if","iframe","impact","important","in","inactiveevents","inactiveregistrations","inbound","includes","incoming","indicate","individual","information","initial","initialappointment","instance","integer","interfaces","is","isunpaidwork","items","json","key","lastupdateddate","latest","length","lengthdescription","lengthvalue","limited","list","load","log","logs","maabt001","main","mainaddress","maincategory","mainoffence","manage","managed","management","manager","map","mask","may","member","members","message","messages","middlename","moving","must","name","named","namedcourt","nametyperequireddescriptionschema","necessary","need","next","nofixedabode","noms","none","not","notes","number","object","of","offence","offences","offenders","officer","officerview","ogrs","ok","on","openapi","or","order","other","overview","page","pane__content","parameterintyperequireddescription","parameters","parole","parolereportstocompleteinnext4weeks","part","particular","path","people","person","person.community.manager.allocated","personal","persondocument","persons","place","planning","pncnumber","po","policy","position","post","postcode","practioner","practitioner","practitioners","preconvictiondocument","prevent","previous","prior","probation","probationrecord","probationstatus","proceed","process","proffence","provided","providercode","provides","prsentence","publicprotection","purpose","query","queue","raised","real","reasons","record","records","reference","reflected","registrationflag","registrations","related","relatedto","relative","release","releaseswithinnext4weeks","remain","report","reports","request","require","required","requirement","requirement.manager.allocated","requirements","responds","response","responses","restrict","restrictedto","restriction","restrictionmessage","restrictions","returned","returns","risk","riskitem","riskogrs","riskrecord","riskregistration","risksummary","role","safeguarding","same","schemas","score","screen","section","selfharm","sensitive","sentence","sentenced","sentences","separate","service","should","show","showing","shows","since","source","specific","sqs","staff","staffcode","staffmember","start","startdate","statistics","status","statusdescriptionschema","stop","stored","streamingresponsebody","streetname","string","subcategory","summary","supervision","supplied","support","supports","surname","swagger","team","teamcode","teams","technical","terminationdate","than","that","the","then","these","they","this","those","time","to","tool","town","transfer","tree","triggers","true","type","typedescription","typeverified","ui","unallocated","unallocatedeventsresponse","url","use","used","user","useraccess","userexcluded","username","userrestricted","users","uses","v1.0","value","various","via","view","we","weeks","when","which","will","with","within","without","workflow","workforce","workload","yaml"],"pipeline":["trimmer"]}, "docs": {"12":{"title":"About","content":"Workforce Allocations to Delius\nInbound service that responds to workforce allocations events, calls the\nHMPPS Workload Service\nto determine case allocation status and adds the allocations and transfer\nrecords to Delius. We also add case history contacts to the contact log and\nadd the necessary audit logs and IAPS events.\nProbation Business Need\nThe process of allocating cases to probation practitioners is moving to the\nHMPPS Workforce service. When these case allocations are actioned they must be\nreflected in Delius for the case management activity to proceed.\nContext Map\n\nInterfaces\nMessage Formats\nThe service responds to various HMPPS Domain Event message via the\nHMPPS Workforce Allocation Queue.\nThe events are raised by the HMPPS Workload Service and indicate the\na person, event or requirement has been allocated to a probation practitioner.\nExample messages are in the development source tree.\nIncoming messages are filtered on eventType by the SQS queue policy.\nWorkforce Allocation Details\nThe service uses detailUrl contained in the message to request details of\nthe case to be allocated. This URL should reference an instance of the HMPPS\nWorkload service or a service that provides a response containing workforce\nallocation details in the same format.\nHistoric Allocations\nIf the allocation date and time is prior to the date and time of the latest\ncase allocation in Delius then the details will be added to the historic\nrecord of allocations but the current case allocation will remain in place.\nEvent Triggers\nAllocation domain events are raised in real time as probation cases are\nallocated to a practitioner. The individual elements of the case are raised as\nseparate events.\n\n \n \nBusiness Event\nMessage Class\nMessage Event Type / Filter\n\nPerson Allocated to Practitioner\nHMPPS Domain Event\n“person.community.manager.allocated”\n\nEvent Allocated to Practitioner\nHMPPS Domain Event\n“event.manager.allocated”\n\nRequirement Allocated to Practitioner\nHMPPS Domain Event\n“requirement.manager.allocated”\n\n \n ","url":"/"},"13":{"title":"API Reference","content":"\n \n API Reference\n\n\n.technical-documentation \u003e h1 { display: none !important }\nThe following documentation is also available in these formats:\n\n\nOpenAPI JSON\nOpenAPI YAML\nSwagger UI\n\nAPI Reference v1.0\n\n\n\n\n\n\n/users/limited-access\n\nget\n\n Data access restriction information for the combination of the Delius\n user and the supplied list of CRNs\n\n\n Probation case records in Delius may have access restrictions\n defined for particular Delius users. This restrictions may be in place to stop\n identified users accessing information on specific people or they may restrict\n access to all users other than those named. The restrictions may be in place\n for a number of reasons related to the case supervision and clients should use\n the restriction information to mask data access from any identified user that\n has a restriction in place\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrns\nquery\narray\ntrue\n\n\n\n\n\n\nusername\nquery\nstring\nfalse\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"access\": [\n {\n \"crn\": \"string\",\n \"userExcluded\": \"boolean\",\n \"userRestricted\": \"boolean\",\n \"exclusionMessage\": \"string\",\n \"restrictionMessage\": \"string\"\n }\n ]\n}\n\n\n\nUserAccess\n\n\n\n\n\n\n\npost\n\n Data access restriction information for the combination of the Delius\n user and the supplied list of CRNs\n\n\n Probation case records in Delius may have access restrictions\n defined for particular Delius users. This restrictions may be in place to stop\n identified users accessing information on specific people or they may restrict\n access to all users other than those named. The restrictions may be in place\n for a number of reasons related to the case supervision and clients should use\n the restriction information to mask data access from any identified user that\n has a restriction in place\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\nusername\nquery\nstring\nfalse\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"access\": [\n {\n \"crn\": \"string\",\n \"userExcluded\": \"boolean\",\n \"userRestricted\": \"boolean\",\n \"exclusionMessage\": \"string\",\n \"restrictionMessage\": \"string\"\n }\n ]\n}\n\n\n\nUserAccess\n\n\n\n\n\n\n\n\n\n/staff/{code}/active-cases\n\npost\n\n Personal information along with a list of active\n cases for the identified probation practitioner\n\n\n Summary information on the full case list of\n of the probation practitioner identified in the request.\n Used to support the ‘Case Details’ capability of the HMPPS\n Workload service, which show details of the current case load\n of the staff member for capacity planning\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncode\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"grade\": \"string\",\n \"email\": \"string\",\n \"cases\": [\n {\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"type\": \"string\"\n }\n ]\n}\n\n\n\nActiveCasesResponse\n\n\n\n\n\n\n\n\n\n/person/{crn}/limited-access\n\npost\n\n Returns limited access information (restrictions and exclusions) for a Delius CRN, given a list of staff codes\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"excludedFrom\": [\n {\n \"username\": \"string\",\n \"staffCode\": \"string\"\n }\n ],\n \"restrictedTo\": [\n {\n \"username\": \"string\",\n \"staffCode\": \"string\"\n }\n ],\n \"exclusionMessage\": \"string\",\n \"restrictionMessage\": \"string\"\n}\n\n\n\nCaseAccessList\n\n\n\n\n\n\n\n\n\n/allocation/details\n\npost\n\n Summary information on the person on probation and probation practitioner\n\n\n Summary information on the person on probation and probation practitioner\n identified by the list of CRNs and staff codes provided in the request. Used to support\n showing the impact of case allocations in the HMPPS Workforce service\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"cases\": [\n {\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"staff\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n }\n }\n ]\n}\n\n\n\nAllocationDetails\n\n\n\n\n\n\n\n\n\n/allocation-demand\n\npost\n\n List of summary probation case details for cases that require allocation\n\n\n Summary information on the probation case list provided in the request.\n Used to support the list of ‘Unallocated Community Cases’ in the HMPPS Workforce\n service which shows the list of cases that require allocation to a probation\n practitioner\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"cases\": [\n {\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"event\": {\n \"number\": \"string\",\n \"manager\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"teamCode\": \"string\",\n \"grade\": \"string\",\n \"allocated\": \"boolean\"\n }\n },\n \"sentence\": {\n \"type\": \"string\",\n \"date\": \"string\",\n \"length\": \"string\"\n },\n \"initialAppointment\": {\n \"date\": \"string\",\n \"staff\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n }\n },\n \"court\": {\n \"name\": \"string\"\n },\n \"type\": \"string\",\n \"probationStatus\": {\n \"status\": \"string\",\n \"description\": \"string\"\n },\n \"communityPersonManager\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"teamCode\": \"string\",\n \"grade\": \"string\",\n \"allocated\": \"boolean\"\n },\n \"handoverDate\": \"string\"\n }\n ]\n}\n\n\n\nAllocationDemandResponse\n\n\n\n\n\n\n\n\n\n/users\n\nget\n\n Returns all users with the Delius `MAABT001` role\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n}\n\n\n\nStreamingResponseBody\n\n\n\n\n\n\n\n\n\n/staff/{code}/officer-view\n\nget\n\n Personal and and summary caseload information for\n the identified probation officer\n\n\n Summary information on the probation caseload\n for the probation officer identified in the request. Used\n to support the ‘Officer View’ capability of the HMPPS\n Workload service which shows statistics on the staff members\n caseload\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncode\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"grade\": \"string\",\n \"email\": \"string\",\n \"casesDueToEndInNext4Weeks\": \"integer\",\n \"releasesWithinNext4Weeks\": \"integer\",\n \"paroleReportsToCompleteInNext4Weeks\": \"integer\"\n}\n\n\n\nOfficerView\n\n\n\n\n\n\n\n\n\n/registrations/{crn}/flags\n\nget\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"selfHarm\": {\n \"description\": \"string\",\n \"colour\": \"string\"\n },\n \"alerts\": {\n \"description\": \"string\",\n \"colour\": \"string\"\n },\n \"safeguarding\": {\n \"description\": \"string\",\n \"colour\": \"string\"\n },\n \"information\": {\n \"description\": \"string\",\n \"colour\": \"string\"\n },\n \"publicProtection\": {\n \"description\": \"string\",\n \"colour\": \"string\"\n }\n}\n\n\n\nRiskSummary\n\n\n\n\n\n\n\n\n\n/person/{value}\n\nget\n\n Basic information on the person on probation\n\n\n Basic information on the person on probation as held in Delius,\n identified by either the CRN or NOMS number provided in the request. Supports\n display of the overview person information in the HMPPS Workload service\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\nvalue\npath\nstring\ntrue\n\n\n\n\n\n\ntype\nquery\nstring\nfalse\n\n\nAvailable items:\n\n\nCRN\n\nNOMS\n\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"type\": \"string\"\n}\n\n\n\nPerson\n\n\n\n\n\n\n\n\n\n/person/{crn}/limited-access/all\n\nget\n\n Returns all limited access information (restrictions and exclusions) for a Delius CRN\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"excludedFrom\": [\n {\n \"username\": \"string\",\n \"staffCode\": \"string\"\n }\n ],\n \"restrictedTo\": [\n {\n \"username\": \"string\",\n \"staffCode\": \"string\"\n }\n ],\n \"exclusionMessage\": \"string\",\n \"restrictionMessage\": \"string\"\n}\n\n\n\nCaseAccessList\n\n\n\n\n\n\n\n\n\n/offenders/{crn}/documents\n\nget\n\n List of documents held in Delius for the probation case\n\n\n List of documents available in Delius for the probation\n case identified by the CRN provided in the request. Document list\n includes summary information on the type and purpose of document held.\n Used to support the ‘Document List’ view of the HMPPS Workforce service\n which is used to give detailed information on the case when allocating\n to a probation practitioner\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n/offenders/{crn}/documents/{id}\n\nget\n\n Fetch a complete document from Delius/Alfresco\n\n\n Returns the full document identified by the CRN and\n document id provided in the request. Document is returned in the\n format stored in Alfresco. Used to support downloading documents\n from the document list in the HMPPS Workload service\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\nid\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n}\n\n\n\nStreamingResponseBody\n\n\n\n\n\n\n\n\n\n/initial-allocations.csv\n\nget\n\n A report of all allocations created by either the Manage a Workforce Allocation tool or Delius, since the start of 2024.\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/docs/asyncapi\n\nget\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n/allocation-demand/{crn}/{eventNumber}/probation-record\n\nget\n\n Detailed information on the probation supervision history\n\n\n Detailed information on all current and previous cases, offences, sentences\n and management by probation practitioners for the person identified by the CRN and event\n provided in the request. Supports the ‘Probation Record’ screen of case allocation in\n the HMPPS Workforce service which is part of the case allocation workflow\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\neventNumber\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"event\": {\n \"number\": \"string\",\n \"manager\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"teamCode\": \"string\",\n \"grade\": \"string\",\n \"allocated\": \"boolean\"\n }\n },\n \"activeEvents\": [\n {\n \"sentence\": {\n \"description\": \"string\",\n \"length\": \"string\",\n \"startDate\": \"string\",\n \"terminationDate\": \"string\"\n },\n \"offences\": [\n {\n \"description\": \"string\",\n \"main\": \"boolean\"\n }\n ],\n \"manager\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n }\n }\n ],\n \"inactiveEvents\": [\n {\n \"sentence\": {\n \"description\": \"string\",\n \"length\": \"string\",\n \"startDate\": \"string\",\n \"terminationDate\": \"string\"\n },\n \"offences\": [\n {\n \"description\": \"string\",\n \"main\": \"boolean\"\n }\n ],\n \"manager\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n }\n }\n ]\n}\n\n\n\nProbationRecord\n\n\n\n\n\n\n\n\n\n/allocation-demand/{crn}/{eventNumber}/case-view\n\nget\n\n Detailed information on the probation case\n\n\n Detailed information on the probation case identified\n by the CRN and event number provided in the request. Returns information\n on the person on probation, offences, sentence, requirements and case\n documents held in Delius. Used to support the ‘Case View’ screen of the\n HMPPS Workforce service which provides a detailed overview of the case\n when allocating to a probation practitioner\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\neventNumber\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"dateOfBirth\": \"string\",\n \"gender\": \"string\",\n \"pncNumber\": \"string\",\n \"mainAddress\": {\n \"buildingName\": \"string\",\n \"addressNumber\": \"string\",\n \"streetName\": \"string\",\n \"town\": \"string\",\n \"county\": \"string\",\n \"postcode\": \"string\",\n \"noFixedAbode\": \"boolean\",\n \"typeVerified\": \"boolean\",\n \"typeDescription\": \"string\",\n \"startDate\": \"string\"\n },\n \"sentence\": {\n \"description\": \"string\",\n \"startDate\": \"string\",\n \"length\": \"string\",\n \"endDate\": \"string\"\n },\n \"offences\": [\n {\n \"mainCategory\": \"string\",\n \"subCategory\": \"string\",\n \"mainOffence\": \"boolean\"\n }\n ],\n \"requirements\": [\n {\n \"mainCategory\": \"string\",\n \"subCategory\": \"string\",\n \"length\": \"string\"\n }\n ],\n \"cpsPack\": {\n \"documentId\": \"string\",\n \"documentName\": \"string\",\n \"dateCreated\": \"string\",\n \"description\": \"string\"\n },\n \"preConvictionDocument\": {\n \"documentId\": \"string\",\n \"documentName\": \"string\",\n \"dateCreated\": \"string\",\n \"description\": \"string\"\n },\n \"courtReport\": {\n \"documentId\": \"string\",\n \"documentName\": \"string\",\n \"dateCreated\": \"string\",\n \"description\": \"string\"\n },\n \"age\": \"integer\"\n}\n\n\n\nCaseView\n\n\n\n\n\n\n\n\n\n/allocation-demand/{crn}/{eventNumber}/allocation\n\nget\n\n Detailed information on the case allocation\n\n\n Detailed information on the probation case, event and probation practitioners\n identified in the request. Used to display a summary page after case allocation has been\n completed in the HMPPS Workforce service\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\neventNumber\npath\nstring\ntrue\n\n\n\n\n\n\nstaff\nquery\nstring\ntrue\n\n\n\n\n\n\nallocatingStaffUsername\nquery\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"staff\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n },\n \"allocatingStaff\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n },\n \"initialAppointment\": {\n \"date\": \"string\",\n \"staff\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n }\n },\n \"ogrs\": {\n \"lastUpdatedDate\": \"string\",\n \"score\": \"integer\"\n },\n \"sentence\": {\n \"description\": \"string\",\n \"code\": \"string\",\n \"date\": \"string\",\n \"lengthValue\": \"integer\",\n \"lengthDescription\": \"string\",\n \"length\": \"string\"\n },\n \"court\": {\n \"name\": \"string\",\n \"appearanceDate\": \"string\"\n },\n \"offences\": [\n {\n \"mainCategory\": \"string\",\n \"mainOffence\": \"boolean\"\n }\n ],\n \"activeRequirements\": [\n {\n \"mainCategory\": \"string\",\n \"subCategory\": \"string\",\n \"length\": \"string\",\n \"id\": \"integer\",\n \"manager\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"teamCode\": \"string\",\n \"grade\": \"string\",\n \"allocated\": \"boolean\"\n },\n \"isUnpaidWork\": \"boolean\"\n }\n ]\n}\n\n\n\nAllocationDemandStaffResponse\n\n\n\n\n\n\n\n\n\n/allocation-demand/{crn}/unallocated-events\n\nget\n\n Summary information on all Delius events without a case allocation for a person\n on probation\n\n\n Summary information on the person on probation identified by the CRN provided\n in the request with a list of all active Delius events for that person that do not currently\n have a case allocation. Used to support choosing the event to allocate in the case allocation\n workflow of the HMPPS Workforce service\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"activeEvents\": [\n {\n \"eventNumber\": \"string\",\n \"teamCode\": \"string\",\n \"providerCode\": \"string\"\n }\n ]\n}\n\n\n\nUnallocatedEventsResponse\n\n\n\n\n\n\n\n\n\n/allocation-demand/{crn}/risk\n\nget\n\n Detailed information on the risk information held in Delius\n\n\n Detailed information on the risk factors held and managed in Delius for the\n person on probation identified by the CRN provided in the request. Supports the ‘Risk’\n section of the ‘Case View’ within the HMPPS Workload service which is part of the case\n allocation workflow\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\npath\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"activeRegistrations\": [\n {\n \"description\": \"string\",\n \"startDate\": \"string\",\n \"endDate\": \"string\",\n \"notes\": \"string\",\n \"flag\": {\n \"description\": \"string\"\n }\n }\n ],\n \"inactiveRegistrations\": [\n {\n \"description\": \"string\",\n \"startDate\": \"string\",\n \"endDate\": \"string\",\n \"notes\": \"string\",\n \"flag\": {\n \"description\": \"string\"\n }\n }\n ],\n \"ogrs\": {\n \"lastUpdatedDate\": \"string\",\n \"score\": \"integer\"\n }\n}\n\n\n\nRiskRecord\n\n\n\n\n\n\n\n\n\n/allocation-demand/impact\n\nget\n\n Summary information on the person on probation and probation practitioner\n\n\n Summary information on the person on probation and probation practitioner\n identified by the CRN and staff code provided in the request. Used to support the\n post-allocation ‘Impact’ screen of the HMPPS Workforce service\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\nquery\nstring\ntrue\n\n\n\n\n\n\nstaff\nquery\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"staff\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n }\n}\n\n\n\nAllocationImpact\n\n\n\n\n\n\n\n\n\n/allocation-demand/choose-practitioner\n\nget\n\n List of summary probation case details with probation practioner details\n\n\n Summary information on the probation case provided in the request along\n with a list of probation practitioners associated with the teams provided in the\n request. Used to support the ‘Choose Practitioner’ screen of the HMPPS Workforce\n service which is part of the case allocation workflow\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\nquery\nstring\ntrue\n\n\n\n\n\n\nteamCode\nquery\narray\nfalse\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"probationStatus\": {\n \"status\": \"string\",\n \"description\": \"string\"\n },\n \"communityPersonManager\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"teamCode\": \"string\",\n \"grade\": \"string\",\n \"allocated\": \"boolean\"\n },\n \"teams\": {\n }\n}\n\n\n\nChoosePractitionerResponse\n\n\n\n\n\n\n\n\n\n/allocation-completed/order-manager\n\nget\n\n Team allocation code for Persons PO\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\nquery\nstring\ntrue\n\n\n\n\n\n\neventNumber\nquery\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"teamCode\": \"string\",\n \"grade\": \"string\",\n \"allocated\": \"boolean\"\n}\n\n\n\nManager\n\n\n\n\n\n\n\n\n\n/allocation-completed/details\n\nget\n\n Summary case allocation information as currently held in Delius\n\n\n Summary case allocation information for the probation case\n identified by the CRN and Event Number in the request. Also provided\n information on the probation practitioner identified by the staff code\n in the request. Used to support the post-allocation information page of\n the HMPPS Workforce service\n\n\n\n\nParameters\n\n\nParameterInTypeRequiredDescription\n\n\n\n\ncrn\nquery\nstring\ntrue\n\n\n\n\n\n\neventNumber\nquery\nstring\ntrue\n\n\n\n\n\n\nstaffCode\nquery\nstring\ntrue\n\n\n\n\n\n\n\n\n\n\n\nResponses\n\n\nStatusDescriptionSchema\n\n\n\n\n200\n\nOK\n\n\n\n{\n \"crn\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"event\": {\n \"number\": \"string\",\n \"manager\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"teamCode\": \"string\",\n \"grade\": \"string\",\n \"allocated\": \"boolean\"\n }\n },\n \"type\": \"string\",\n \"initialAppointment\": {\n \"date\": \"string\",\n \"staff\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n }\n },\n \"staff\": {\n \"code\": \"string\",\n \"name\": {\n \"forename\": \"string\",\n \"middleName\": \"string\",\n \"surname\": \"string\"\n },\n \"email\": \"string\",\n \"grade\": \"string\"\n }\n}\n\n\n\nAllocationCompletedResponse\n\n\n\n\n\n\n\n\n\n\nSchemas\nCaseAccess\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nuserExcluded\nboolean\ntrue\n\n\n \n\n\n\n\nuserRestricted\nboolean\ntrue\n\n\n \n\n\n\n\nexclusionMessage\nstring\nfalse\n\n\n \n\n\n\n\nrestrictionMessage\nstring\nfalse\n\n\n \n\n\n\n\n\n\nUserAccess\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\naccess\narray\ntrue\n\n\n CaseAccess\n\n\n\n\n\n\nActiveCasesResponse\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncode\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\ngrade\nstring\nfalse\n\n\n \n\n\n\n\nemail\nstring\nfalse\n\n\n \n\n\n\n\ncases\narray\ntrue\n\n\n Case\n\n\n\n\n\n\nCase\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\ntype\nstring\ntrue\n\n\n \n\n\n\n\n\n\nName\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nforename\nstring\ntrue\n\n\n \n\n\n\n\nmiddleName\nstring\nfalse\n\n\n \n\n\n\n\nsurname\nstring\ntrue\n\n\n \n\n\n\n\n\n\nCaseAccessList\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nexcludedFrom\narray\ntrue\n\n\n User\n\n\n\n\nrestrictedTo\narray\ntrue\n\n\n User\n\n\n\n\nexclusionMessage\nstring\nfalse\n\n\n \n\n\n\n\nrestrictionMessage\nstring\nfalse\n\n\n \n\n\n\n\n\n\nUser\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nusername\nstring\ntrue\n\n\n \n\n\n\n\nstaffCode\nstring\nfalse\n\n\n \n\n\n\n\n\n\nAllocationDetailRequest\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nstaffCode\nstring\ntrue\n\n\n \n\n\n\n\n\n\nAllocationDetailRequests\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncases\narray\ntrue\n\n\n AllocationDetailRequest\n\n\n\n\n\n\nAllocationDetails\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncases\narray\ntrue\n\n\n AllocationImpact\n\n\n\n\n\n\nAllocationImpact\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\nfalse\n\n\n \n\n\n\n\nname\nobject\nfalse\n\n\n Name\n\n\n\n\nstaff\nobject\nfalse\n\n\n StaffMember\n\n\n\n\n\n\nStaffMember\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncode\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nemail\nstring\nfalse\n\n\n \n\n\n\n\ngrade\nstring\nfalse\n\n\n \n\n\n\n\n\n\nAllocationDemandRequest\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncases\narray\ntrue\n\n\n AllocationRequest\n\n\n\n\n\n\nAllocationRequest\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\neventNumber\nstring\ntrue\n\n\n \n\n\n\n\n\n\nAllocationDemandResponse\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncases\narray\ntrue\n\n\n AllocationResponse\n\n\n\n\n\n\nAllocationResponse\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nevent\nobject\ntrue\n\n\n Event\n\n\n\n\nsentence\nobject\nfalse\n\n\n Sentence\n\n\n\n\ninitialAppointment\nobject\nfalse\n\n\n InitialAppointment\n\n\n\n\ncourt\nobject\ntrue\n\n\n NamedCourt\n\n\n\n\ntype\nstring\ntrue\n\n\n \n\n\n\n\nprobationStatus\nobject\ntrue\n\n\n ProbationStatus\n\n\n\n\ncommunityPersonManager\nobject\nfalse\n\n\n Manager\n\n\n\n\nhandoverDate\nstring\nfalse\n\n\n \n\n\n\n\n\n\nEvent\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nnumber\nstring\ntrue\n\n\n \n\n\n\n\nmanager\nobject\nfalse\n\n\n Manager\n\n\n\n\n\n\nInitialAppointment\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndate\nstring\ntrue\n\n\n \n\n\n\n\nstaff\nobject\ntrue\n\n\n StaffMember\n\n\n\n\n\n\nManager\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncode\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nteamCode\nstring\ntrue\n\n\n \n\n\n\n\ngrade\nstring\nfalse\n\n\n \n\n\n\n\nallocated\nboolean\ntrue\n\n\n \n\n\n\n\n\n\nNamedCourt\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nname\nstring\ntrue\n\n\n \n\n\n\n\n\n\nProbationStatus\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nstatus\nstring\ntrue\n\n\n \n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\n\n\nSentence\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ntype\nstring\ntrue\n\n\n \n\n\n\n\ndate\nstring\ntrue\n\n\n \n\n\n\n\nlength\nstring\ntrue\n\n\n \n\n\n\n\n\n\nStreamingResponseBody\n\n\nOfficerView\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncode\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\ngrade\nstring\nfalse\n\n\n \n\n\n\n\nemail\nstring\nfalse\n\n\n \n\n\n\n\ncasesDueToEndInNext4Weeks\ninteger\ntrue\nThe number of sentenced events with an end date in the next four weeks on cases managed by the officer.\n\n\n \n\n\n\n\nreleasesWithinNext4Weeks\ninteger\ntrue\nThe number of sentenced custodial events with an “Expected Release Date” key date in the next four weeks on cases managed by the officer.\n\n\n \n\n\n\n\nparoleReportsToCompleteInNext4Weeks\ninteger\ntrue\nThe number of parole reports required in the next four weeks on cases managed by the officer.\n\n\n \n\n\n\n\n\n\nRiskItem\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\ncolour\nstring\ntrue\n\n\n \n\n\n\n\n\n\nRiskSummary\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nselfHarm\nobject\nfalse\n\n\n RiskItem\n\n\n\n\nalerts\nobject\nfalse\n\n\n RiskItem\n\n\n\n\nsafeguarding\nobject\nfalse\n\n\n RiskItem\n\n\n\n\ninformation\nobject\nfalse\n\n\n RiskItem\n\n\n\n\npublicProtection\nobject\nfalse\n\n\n RiskItem\n\n\n\n\n\n\nPerson\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\ntype\nstring\ntrue\n\n\n \n\n\n\n\n\n\nDocumentEvent\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\neventType\nstring\ntrue\n\n\n \n\n\n\n\neventNumber\nstring\ntrue\n\n\n \n\n\n\n\nmainOffence\nstring\ntrue\n\n\n \n\n\n\n\n\n\nPersonDocument\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nid\nstring\nfalse\n\n\n \n\n\n\n\nname\nstring\ntrue\n\n\n \n\n\n\n\nrelatedTo\nobject\ntrue\n\n\n RelatedTo\n\n\n\n\ndateSaved\nstring\nfalse\n\n\n \n\n\n\n\ndateCreated\nstring\nfalse\n\n\n \n\n\n\n\nsensitive\nboolean\ntrue\n\n\n \n\n\n\n\n\n\nRelatedTo\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ntype\nstring\ntrue\n\n\n \n\n\n\n\nname\nstring\ntrue\n\n\n \n\n\n\n\nevent\nobject\nfalse\n\n\n DocumentEvent\n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\n\n\nPrEvent\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nsentence\nobject\ntrue\n\n\n PrSentence\n\n\n\n\noffences\narray\ntrue\n\n\n PrOffence\n\n\n\n\nmanager\nobject\nfalse\n\n\n StaffMember\n\n\n\n\n\n\nPrOffence\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\nmain\nboolean\ntrue\n\n\n \n\n\n\n\n\n\nPrSentence\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\nlength\nstring\ntrue\n\n\n \n\n\n\n\nstartDate\nstring\ntrue\n\n\n \n\n\n\n\nterminationDate\nstring\nfalse\n\n\n \n\n\n\n\n\n\nProbationRecord\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nevent\nobject\ntrue\n\n\n Event\n\n\n\n\nactiveEvents\narray\ntrue\n\n\n PrEvent\n\n\n\n\ninactiveEvents\narray\ntrue\n\n\n PrEvent\n\n\n\n\n\n\nCaseView\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\ndateOfBirth\nstring\ntrue\n\n\n \n\n\n\n\ngender\nstring\nfalse\n\n\n \n\n\n\n\npncNumber\nstring\nfalse\n\n\n \n\n\n\n\nmainAddress\nobject\nfalse\n\n\n CvAddress\n\n\n\n\nsentence\nobject\ntrue\n\n\n CvSentence\n\n\n\n\noffences\narray\ntrue\n\n\n CvOffence\n\n\n\n\nrequirements\narray\ntrue\n\n\n CvRequirement\n\n\n\n\ncpsPack\nobject\nfalse\n\n\n CvDocument\n\n\n\n\npreConvictionDocument\nobject\nfalse\n\n\n CvDocument\n\n\n\n\ncourtReport\nobject\nfalse\n\n\n CvDocument\n\n\n\n\nage\ninteger\ntrue\n\n\n \n\n\n\n\n\n\nCvAddress\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nbuildingName\nstring\nfalse\n\n\n \n\n\n\n\naddressNumber\nstring\nfalse\n\n\n \n\n\n\n\nstreetName\nstring\nfalse\n\n\n \n\n\n\n\ntown\nstring\nfalse\n\n\n \n\n\n\n\ncounty\nstring\nfalse\n\n\n \n\n\n\n\npostcode\nstring\nfalse\n\n\n \n\n\n\n\nnoFixedAbode\nboolean\ntrue\n\n\n \n\n\n\n\ntypeVerified\nboolean\ntrue\n\n\n \n\n\n\n\ntypeDescription\nstring\nfalse\n\n\n \n\n\n\n\nstartDate\nstring\ntrue\n\n\n \n\n\n\n\n\n\nCvDocument\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndocumentId\nstring\ntrue\n\n\n \n\n\n\n\ndocumentName\nstring\ntrue\n\n\n \n\n\n\n\ndateCreated\nstring\ntrue\n\n\n \n\n\n\n\ndescription\nstring\nfalse\n\n\n \n\n\n\n\n\n\nCvOffence\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nmainCategory\nstring\ntrue\n\n\n \n\n\n\n\nsubCategory\nstring\ntrue\n\n\n \n\n\n\n\nmainOffence\nboolean\ntrue\n\n\n \n\n\n\n\n\n\nCvRequirement\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nmainCategory\nstring\ntrue\n\n\n \n\n\n\n\nsubCategory\nstring\nfalse\n\n\n \n\n\n\n\nlength\nstring\ntrue\n\n\n \n\n\n\n\n\n\nCvSentence\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\nstartDate\nstring\ntrue\n\n\n \n\n\n\n\nlength\nstring\ntrue\n\n\n \n\n\n\n\nendDate\nstring\ntrue\n\n\n \n\n\n\n\n\n\nAllocationDemandSentence\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\ncode\nstring\ntrue\n\n\n \n\n\n\n\ndate\nstring\ntrue\n\n\n \n\n\n\n\nlengthValue\ninteger\nfalse\n\n\n \n\n\n\n\nlengthDescription\nstring\nfalse\n\n\n \n\n\n\n\nlength\nstring\ntrue\n\n\n \n\n\n\n\n\n\nAllocationDemandStaffResponse\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nstaff\nobject\nfalse\n\n\n StaffMember\n\n\n\n\nallocatingStaff\nobject\nfalse\n\n\n StaffMember\n\n\n\n\ninitialAppointment\nobject\nfalse\n\n\n InitialAppointment\n\n\n\n\nogrs\nobject\nfalse\n\n\n RiskOGRS\n\n\n\n\nsentence\nobject\nfalse\n\n\n AllocationDemandSentence\n\n\n\n\ncourt\nobject\nfalse\n\n\n Court\n\n\n\n\noffences\narray\ntrue\n\n\n Offence\n\n\n\n\nactiveRequirements\narray\ntrue\n\n\n Requirement\n\n\n\n\n\n\nCourt\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nname\nstring\ntrue\n\n\n \n\n\n\n\nappearanceDate\nstring\ntrue\n\n\n \n\n\n\n\n\n\nOffence\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nmainCategory\nstring\ntrue\n\n\n \n\n\n\n\nmainOffence\nboolean\ntrue\n\n\n \n\n\n\n\n\n\nRequirement\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nmainCategory\nstring\ntrue\n\n\n \n\n\n\n\nsubCategory\nstring\nfalse\n\n\n \n\n\n\n\nlength\nstring\ntrue\n\n\n \n\n\n\n\nid\ninteger\ntrue\n\n\n \n\n\n\n\nmanager\nobject\ntrue\n\n\n Manager\n\n\n\n\nisUnpaidWork\nboolean\ntrue\n\n\n \n\n\n\n\n\n\nRiskOGRS\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\nlastUpdatedDate\nstring\ntrue\n\n\n \n\n\n\n\nscore\ninteger\ntrue\n\n\n \n\n\n\n\n\n\nActiveEvent\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\neventNumber\nstring\ntrue\n\n\n \n\n\n\n\nteamCode\nstring\ntrue\n\n\n \n\n\n\n\nproviderCode\nstring\ntrue\n\n\n \n\n\n\n\n\n\nUnallocatedEventsResponse\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nactiveEvents\narray\ntrue\n\n\n ActiveEvent\n\n\n\n\n\n\nRegistrationFlag\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\n\n\nRiskRecord\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nactiveRegistrations\narray\ntrue\n\n\n RiskRegistration\n\n\n\n\ninactiveRegistrations\narray\ntrue\n\n\n RiskRegistration\n\n\n\n\nogrs\nobject\nfalse\n\n\n RiskOGRS\n\n\n\n\n\n\nRiskRegistration\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ndescription\nstring\ntrue\n\n\n \n\n\n\n\nstartDate\nstring\ntrue\n\n\n \n\n\n\n\nendDate\nstring\nfalse\n\n\n \n\n\n\n\nnotes\nstring\nfalse\n\n\n \n\n\n\n\nflag\nobject\nfalse\n\n\n RegistrationFlag\n\n\n\n\n\n\nChoosePractitionerResponse\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nprobationStatus\nobject\ntrue\n\n\n ProbationStatus\n\n\n\n\ncommunityPersonManager\nobject\nfalse\n\n\n Manager\n\n\n\n\nteams\nobject\ntrue\n\n\n \n\n\n\n\n\n\nAllocationCompletedResponse\n\n\n\n\nNameTypeRequiredDescriptionSchema\n\n\n\n\ncrn\nstring\ntrue\n\n\n \n\n\n\n\nname\nobject\ntrue\n\n\n Name\n\n\n\n\nevent\nobject\ntrue\n\n\n Event\n\n\n\n\ntype\nstring\ntrue\n\n\n \n\n\n\n\ninitialAppointment\nobject\nfalse\n\n\n InitialAppointment\n\n\n\n\nstaff\nobject\nfalse\n\n\n StaffMember\n\n\n\n\n\n\n\n","url":"/api-reference.html"},"14":{"title":"AsyncAPI Reference","content":"AsyncAPI Reference\n\n\n\n.app-pane__content { position: relative }\n\ndocument.querySelector('main').parentElement.appendChild(document.querySelector('main \u003e iframe'))\n","url":"/asyncapi-reference.html"}}} \ No newline at end of file