{ "title": "UpdateAgency", "type": "object", "properties" { "@context": { "type": "string" }, "@type": { "type": "string" }, "organisation": { "type": "string", }, "address": { "type": "string", }, "details": { "type": "string", }, "categories": { "type": "array", "items": { "type": "object", "properties" { "@type": { "type": "string" }, "@id": { "type": "string", "enum": [ "AdultServices", "Advocacy", "BullyingServices", "BereavementServices", "Camhs", "ChildrenSServices", "ChildProtection", "CrisisServices", "CounsellingAndTherapy", "CommunitySupportGroups", "ChildSexualExploitation", "DrugAndAlcoholServices", "DisabilityServices", "DomesticAbuse", "EducationWorkAndTraining", "FamilyServices", "ForcedMarriage", "Fgm", "HealthAndWelbeingServices", "HousingAndHomelessness", "Iapt", "InformationAdviceAndGuidance", "KoothF2FCounselling", "LgbtqServices", "LookedAfterChildren", "MentalHealthSupportServices", "OnlineSupportServices", "OnlineSafety", "ParentingServices", "PositiveActivitiesGroups", "PoliceServices", "RacismAndInequality", "Radicalisation", "StayingSafe", "Sen", "SexualHealthAndRelationships", "SocialCare", "TargettedYouthSupport", "VolunteeringServices", "VictimSupport", "YouthWorkServices", "YoungCarers", "YouthJusticeOffending", "Uncategorised" ] } } }, "required": [ "@type", "@id" ] }, "contact": { "type": "object", "properties": { "@type": { "type": "string" }, "name": { "type": "string" }, "telephoneNumber": { "pattern": "^\+[1-9]\d{1,14}$", "type": "string" }, "required": [ "@type", "name", "telephoneNumber", ], }, "areas": { "type": "array", "items": { "type": "object", "properties" { "@type": { "type": "string" }, "@id": { "type": "string", "enum": [ "Knowsley", "Wirral", "Powys", "Cardiff", "Oldham", "CheshireEast", "Dudley", "Lincolnshire", "Cornwall", "Walsall", "NottinghamCity", "WestSussex", "Sandwell", "Cumbria", "Lewisham", "Bracknell", "Halton", "Devon", "Leicestershire", "Wakefield", "Hertfordshire", "Slough", "WindsorAndMaidenhead", "Warrington", "Rochdale", "Wiltshire", "BathAndNorthEastSomerset", "Surrey", "Manchester", "Plymouth", "Bristol", "BarkingAndDagenham", "CambridgeshireAndPeterborough", "Worcestershire", "LincolnshireNorthEast", "Nottinghamshire", "TelfordAndWrekin", "KingstonUponThames", "Shropshire", "Somerset", "Barnet", "Redbridge", "Calderdale", "Havering", "Westminster", "KensingtonAndChelsea", "HammersmithAndFulham", "KentSwale", "KentGravesham", "ManchesterTrafford", "Rootcapital", "UniversityOfWestEngland", "Essex", "Windleborough", "Solihull", "KentAshford", "KentCanterbury", "KentShepway", "Swindon", "Bolton", "NorthTyneside", "SomersetNorth", "Wolverhampton" ] } } }, "required": [ "@type", "@id" ] } }, "required": [ "@type", "organisation", "address", "details", "categories", "contact", "areas", ], }