File tree Expand file tree Collapse file tree 3 files changed +81
-0
lines changed
content_schemas/dist/formats/corporate_information_page Expand file tree Collapse file tree 3 files changed +81
-0
lines changed Original file line number Diff line number Diff line change 339339 "description" : " Groups of corporate information to display on about pages" ,
340340 "$ref" : " #/definitions/grouped_lists_of_links"
341341 },
342+ "headers" : {
343+ "$ref" : " #/definitions/headers"
344+ },
342345 "organisation" : {
343346 "description" : " A single organisation that is the subject of this corporate information page" ,
344347 "$ref" : " #/definitions/guid"
585588 "type" : " string" ,
586589 "pattern" : " ^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$"
587590 },
591+ "headers" : {
592+ "type" : " array" ,
593+ "items" : {
594+ "type" : " object" ,
595+ "required" : [
596+ " text" ,
597+ " level" ,
598+ " id"
599+ ],
600+ "additionalProperties" : false ,
601+ "properties" : {
602+ "id" : {
603+ "type" : " string"
604+ },
605+ "level" : {
606+ "type" : " integer"
607+ },
608+ "text" : {
609+ "type" : " string"
610+ }
611+ }
612+ },
613+ "minItems" : 1
614+ },
588615 "internal_link_without_guid" : {
589616 "description" : " Links to pages on GOV.UK without a corresponding GUID. eg A filtered list of publications" ,
590617 "type" : " object" ,
Original file line number Diff line number Diff line change 434434 "description" : " Groups of corporate information to display on about pages" ,
435435 "$ref" : " #/definitions/grouped_lists_of_links"
436436 },
437+ "headers" : {
438+ "$ref" : " #/definitions/headers"
439+ },
437440 "organisation" : {
438441 "description" : " A single organisation that is the subject of this corporate information page" ,
439442 "$ref" : " #/definitions/guid"
693696 },
694697 "uniqueItems" : true
695698 },
699+ "headers" : {
700+ "type" : " array" ,
701+ "items" : {
702+ "type" : " object" ,
703+ "required" : [
704+ " text" ,
705+ " level" ,
706+ " id"
707+ ],
708+ "additionalProperties" : false ,
709+ "properties" : {
710+ "id" : {
711+ "type" : " string"
712+ },
713+ "level" : {
714+ "type" : " integer"
715+ },
716+ "text" : {
717+ "type" : " string"
718+ }
719+ }
720+ },
721+ "minItems" : 1
722+ },
696723 "internal_link_without_guid" : {
697724 "description" : " Links to pages on GOV.UK without a corresponding GUID. eg A filtered list of publications" ,
698725 "type" : " object" ,
Original file line number Diff line number Diff line change 274274 "description" : " Groups of corporate information to display on about pages" ,
275275 "$ref" : " #/definitions/grouped_lists_of_links"
276276 },
277+ "headers" : {
278+ "$ref" : " #/definitions/headers"
279+ },
277280 "organisation" : {
278281 "description" : " A single organisation that is the subject of this corporate information page" ,
279282 "$ref" : " #/definitions/guid"
394397 },
395398 "uniqueItems" : true
396399 },
400+ "headers" : {
401+ "type" : " array" ,
402+ "items" : {
403+ "type" : " object" ,
404+ "required" : [
405+ " text" ,
406+ " level" ,
407+ " id"
408+ ],
409+ "additionalProperties" : false ,
410+ "properties" : {
411+ "id" : {
412+ "type" : " string"
413+ },
414+ "level" : {
415+ "type" : " integer"
416+ },
417+ "text" : {
418+ "type" : " string"
419+ }
420+ }
421+ },
422+ "minItems" : 1
423+ },
397424 "internal_link_without_guid" : {
398425 "description" : " Links to pages on GOV.UK without a corresponding GUID. eg A filtered list of publications" ,
399426 "type" : " object" ,
You can’t perform that action at this time.
0 commit comments