-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoutput_schema_v1.json
More file actions
935 lines (935 loc) · 25.4 KB
/
output_schema_v1.json
File metadata and controls
935 lines (935 loc) · 25.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/hiroshitanaka-creator/Po_core/blob/main/docs/spec/output_schema_v1.json",
"title": "Po_core Output Schema v1",
"description": "哲学駆動型 AI Po_core の構造化出力スキーマ。output_schema_v1 は SR FR-OUT-001 に対応する。",
"type": "object",
"additionalProperties": false,
"required": [
"meta",
"case_ref",
"options",
"recommendation",
"ethics",
"responsibility",
"questions",
"uncertainty",
"trace"
],
"properties": {
"meta": {
"type": "object",
"additionalProperties": false,
"description": "実行メタデータ(再現性・バージョン管理・監査に使用)",
"required": [
"schema_version",
"pocore_version",
"run_id",
"created_at",
"seed",
"deterministic",
"generator"
],
"properties": {
"schema_version": {
"type": "string",
"const": "1.0",
"description": "このスキーマのバージョン。変更時は SRS NFR-GOV-001 に従い全テスト更新必須。"
},
"pocore_version": {
"type": "string",
"minLength": 1,
"description": "po-core-flyingpig パッケージバージョン(例: '0.2.0b3')"
},
"run_id": {
"type": "string",
"minLength": 1,
"description": "この実行の一意 ID(UUID v4 推奨)"
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "実行開始 UTC 日時(ISO 8601)"
},
"seed": {
"type": "integer",
"minimum": 0,
"description": "再現性のための乱数シード(NFR-REP-001)"
},
"deterministic": {
"type": "boolean",
"description": "true の場合、同一入力+同一 seed で同一出力を保証"
},
"generator": {
"type": "object",
"additionalProperties": false,
"required": [
"name",
"version",
"mode"
],
"properties": {
"name": {
"type": "string",
"minLength": 1,
"description": "生成器名(例: 'po_core.ensemble.run_turn')"
},
"version": {
"type": "string",
"minLength": 1,
"description": "生成器バージョン"
},
"mode": {
"type": "string",
"enum": [
"stub",
"rule_based",
"llm",
"hybrid"
],
"description": "stub=テスト用スタブ, rule_based=ルールベース, llm=LLM接続, hybrid=混合"
}
}
},
"safety_mode": {
"type": "string",
"enum": ["NORMAL", "WARN", "CRITICAL"],
"description": "実行時の SafetyMode(freedom_pressure 閾値で決定)"
},
"philosophers_active": {
"type": "integer",
"minimum": 1,
"description": "この実行で参加した哲学者数(NORMAL=39, WARN=5, CRITICAL=1)"
},
"config_version": {
"type": "integer",
"minimum": 1,
"description": "pareto_table.yaml / battalion_table.yaml の config_version(監査用)"
},
"processing_time_ms": {
"type": "number",
"minimum": 0,
"description": "実行時間(ミリ秒)"
}
}
},
"case_ref": {
"type": "object",
"additionalProperties": false,
"description": "入力 Case への参照(再現性・監査に使用)",
"required": [
"case_id",
"title",
"input_digest"
],
"properties": {
"case_id": {
"type": "string",
"minLength": 1,
"description": "Case の一意 ID(入力から引き継ぐ)"
},
"title": {
"type": "string",
"minLength": 1,
"description": "Case のタイトル(人間向け)"
},
"input_digest": {
"type": "string",
"pattern": "^[a-fA-F0-9]{64}$",
"description": "入力 JSON の SHA-256 ハッシュ(再現性検証用)"
}
}
},
"options": {
"type": "array",
"minItems": 1,
"description": "選択肢の配列。FR-OPT-001: 通常 2 件以上必須。",
"items": {
"$ref": "#/$defs/option"
}
},
"recommendation": {
"$ref": "#/$defs/recommendation",
"description": "推奨(FR-REC-001)または推奨なし理由。oneOf で排他。"
},
"ethics": {
"$ref": "#/$defs/ethics_summary",
"description": "倫理評価サマリー(FR-ETH-001, FR-ETH-002)。5 原則から 2 以上を使用。"
},
"responsibility": {
"$ref": "#/$defs/responsibility_summary",
"description": "責任・説明責任サマリー(FR-RES-001)。decision_owner 必須。"
},
"questions": {
"type": "array",
"description": "質問リスト(FR-Q-001: 不足時 1〜5 件, FR-Q-002: 十分な場合は空 or optional のみ)",
"items": {
"$ref": "#/$defs/question"
}
},
"uncertainty": {
"$ref": "#/$defs/uncertainty",
"description": "不確実性評価(FR-UNC-001)。overall_level と reasons 必須。"
},
"trace": {
"$ref": "#/$defs/trace",
"description": "監査ログ(FR-TR-001)。6 ステップ必須。"
},
"philosopher_contributions": {
"type": "array",
"description": "哲学者別の貢献サマリー(Po_core 固有フィールド、OPTIONAL)",
"items": {
"$ref": "#/$defs/philosopher_contribution"
}
},
"tensors": {
"$ref": "#/$defs/tensor_snapshot",
"description": "テンソル計算結果(Po_core 固有フィールド、OPTIONAL)"
},
"explanation_chain": {
"$ref": "#/$defs/explanation_chain",
"description": "W_Ethics Gate の根拠チェーン(Po_core 固有、ExplanationChain、OPTIONAL)"
},
"rendered": {
"type": "object",
"additionalProperties": false,
"description": "人間可読レンダリング(OPTIONAL)",
"properties": {
"markdown": {
"type": "string",
"description": "Markdown 形式の出力サマリー"
}
}
},
"extensions": {
"type": "object",
"description": "自由拡張用の名前空間(スキーマに影響を与えない)",
"additionalProperties": true
}
},
"$defs": {
"confidence": {
"type": "string",
"enum": ["high", "medium", "low"]
},
"uncertainty_level": {
"type": "string",
"enum": ["low", "medium", "high"]
},
"severity": {
"type": "string",
"enum": ["low", "medium", "high"]
},
"ethics_principle": {
"type": "string",
"enum": [
"integrity",
"autonomy",
"nonmaleficence",
"justice",
"accountability"
],
"description": "FR-ETH-001 で定義される 5 倫理原則"
},
"tradeoff": {
"type": "object",
"additionalProperties": false,
"required": ["tension", "between", "mitigation", "severity"],
"properties": {
"tension": {
"type": "string",
"minLength": 1,
"description": "トレードオフの名称(例: '公平性 vs 効率性')"
},
"between": {
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": {
"type": "string",
"minLength": 1
},
"description": "対立する 2 つの価値"
},
"mitigation": {
"type": "string",
"minLength": 1,
"description": "緩和策・バランス案"
},
"severity": {
"$ref": "#/$defs/severity"
}
}
},
"risk_item": {
"type": "object",
"additionalProperties": false,
"required": ["risk", "severity", "mitigation"],
"properties": {
"risk": {
"type": "string",
"minLength": 1
},
"severity": {
"$ref": "#/$defs/severity"
},
"mitigation": {
"type": "string",
"minLength": 1
}
}
},
"step": {
"type": "object",
"additionalProperties": false,
"required": ["step"],
"properties": {
"step": {
"type": "string",
"minLength": 1
},
"rationale": {
"type": "string"
}
}
},
"ethics_review": {
"type": "object",
"additionalProperties": false,
"required": [
"principles_applied",
"tradeoffs",
"concerns",
"confidence"
],
"properties": {
"principles_applied": {
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/$defs/ethics_principle"
}
},
"tradeoffs": {
"type": "array",
"items": {
"$ref": "#/$defs/tradeoff"
}
},
"concerns": {
"type": "array",
"items": {
"type": "string"
}
},
"confidence": {
"$ref": "#/$defs/confidence"
}
}
},
"responsibility_review": {
"type": "object",
"additionalProperties": false,
"required": [
"decision_owner",
"stakeholders",
"accountability_notes",
"confidence"
],
"properties": {
"decision_owner": {
"type": "string",
"minLength": 1,
"description": "意思決定主体(FR-RES-001)"
},
"stakeholders": {
"type": "array",
"items": {
"$ref": "#/$defs/stakeholder"
}
},
"accountability_notes": {
"type": "string"
},
"confidence": {
"$ref": "#/$defs/confidence"
}
}
},
"feasibility": {
"type": "object",
"additionalProperties": false,
"required": ["effort", "timeline", "confidence"],
"properties": {
"effort": {
"type": "string",
"minLength": 1,
"description": "実施コスト・労力の見積もり"
},
"timeline": {
"type": "string",
"minLength": 1,
"description": "実施期間の見積もり"
},
"confidence": {
"$ref": "#/$defs/confidence"
}
}
},
"option": {
"type": "object",
"additionalProperties": false,
"required": [
"option_id",
"title",
"description",
"action_plan",
"pros",
"cons",
"risks",
"ethics_review",
"responsibility_review",
"feasibility",
"uncertainty"
],
"properties": {
"option_id": {
"type": "string",
"minLength": 1,
"description": "選択肢の一意 ID(例: 'opt_001')"
},
"title": {
"type": "string",
"minLength": 1
},
"description": {
"type": "string",
"minLength": 1
},
"action_plan": {
"type": "array",
"items": {
"$ref": "#/$defs/step"
}
},
"pros": {
"type": "array",
"items": {
"type": "string"
}
},
"cons": {
"type": "array",
"items": {
"type": "string"
}
},
"risks": {
"type": "array",
"items": {
"$ref": "#/$defs/risk_item"
}
},
"ethics_review": {
"$ref": "#/$defs/ethics_review"
},
"responsibility_review": {
"$ref": "#/$defs/responsibility_review"
},
"feasibility": {
"$ref": "#/$defs/feasibility"
},
"uncertainty": {
"$ref": "#/$defs/uncertainty"
},
"philosopher_support": {
"type": "array",
"description": "この Option を支持した哲学者リスト(Po_core 固有、OPTIONAL)",
"items": {
"type": "string"
}
}
}
},
"recommendation_recommended": {
"type": "object",
"additionalProperties": false,
"required": [
"status",
"recommended_option_id",
"reason",
"counter",
"alternatives",
"confidence"
],
"properties": {
"status": {
"type": "string",
"const": "recommended"
},
"recommended_option_id": {
"type": "string",
"minLength": 1
},
"reason": {
"type": "string",
"minLength": 1,
"description": "推奨理由(FR-REC-001)"
},
"counter": {
"type": "string",
"minLength": 1,
"description": "推奨の弱点・反証(FR-REC-001)"
},
"alternatives": {
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/$defs/alternative"
},
"description": "代替案(FR-REC-001)"
},
"confidence": {
"$ref": "#/$defs/confidence"
}
}
},
"recommendation_none": {
"type": "object",
"additionalProperties": false,
"required": [
"status",
"reason",
"missing_info",
"next_steps",
"confidence"
],
"properties": {
"status": {
"type": "string",
"const": "no_recommendation"
},
"reason": {
"type": "string",
"minLength": 1,
"description": "推奨しない理由(情報不足・矛盾等)"
},
"missing_info": {
"type": "array",
"items": {
"type": "string"
}
},
"next_steps": {
"type": "array",
"items": {
"type": "string"
}
},
"confidence": {
"$ref": "#/$defs/confidence"
}
}
},
"recommendation": {
"oneOf": [
{
"$ref": "#/$defs/recommendation_recommended"
},
{
"$ref": "#/$defs/recommendation_none"
}
]
},
"alternative": {
"type": "object",
"additionalProperties": false,
"required": ["option_id", "when_to_choose"],
"properties": {
"option_id": {
"type": "string",
"minLength": 1
},
"when_to_choose": {
"type": "string",
"minLength": 1,
"description": "どんな場合にこの代替案を選ぶか"
}
}
},
"ethics_summary": {
"type": "object",
"additionalProperties": false,
"required": [
"principles_used",
"tradeoffs",
"guardrails",
"notes"
],
"properties": {
"principles_used": {
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/$defs/ethics_principle"
},
"description": "FR-ETH-001: 2 原則以上必須"
},
"tradeoffs": {
"type": "array",
"items": {
"$ref": "#/$defs/tradeoff"
},
"description": "FR-ETH-002: 価値衝突がある Case では非空必須"
},
"guardrails": {
"type": "array",
"items": {
"type": "string"
},
"description": "Po_core が守るガードレール(例: '医療の最終判断は行わない')"
},
"notes": {
"type": "string",
"description": "倫理評価の補足メモ"
},
"wethics_verdict": {
"type": "string",
"enum": ["ALLOW", "ALLOW_WITH_REPAIR", "REJECT", "ESCALATE"],
"description": "W_Ethics Gate の最終判定(Po_core 固有、OPTIONAL)"
}
}
},
"stakeholder": {
"type": "object",
"additionalProperties": false,
"required": ["name", "role", "impact"],
"properties": {
"name": {
"type": "string",
"minLength": 1
},
"role": {
"type": "string",
"minLength": 1
},
"impact": {
"type": "string",
"minLength": 1,
"description": "この利害関係者への影響"
}
}
},
"responsibility_summary": {
"type": "object",
"additionalProperties": false,
"required": [
"decision_owner",
"stakeholders",
"accountability_notes",
"consent_considerations"
],
"properties": {
"decision_owner": {
"type": "string",
"minLength": 1,
"description": "FR-RES-001: 意思決定主体(人名・役割)。Po_core 自身を主体と表現してはならない。"
},
"stakeholders": {
"type": "array",
"items": {
"$ref": "#/$defs/stakeholder"
}
},
"accountability_notes": {
"type": "string",
"description": "説明責任に関する補足(誰が・何について・どう説明するか)"
},
"consent_considerations": {
"type": "array",
"items": {
"type": "string"
},
"description": "同意・インフォームドコンセントに関する考慮点"
}
}
},
"question": {
"type": "object",
"additionalProperties": false,
"required": [
"question_id",
"question",
"priority",
"why_needed",
"optional"
],
"properties": {
"question_id": {
"type": "string",
"minLength": 1,
"description": "質問の一意 ID(例: 'q_001')"
},
"question": {
"type": "string",
"minLength": 1
},
"priority": {
"type": "integer",
"minimum": 1,
"maximum": 5,
"description": "FR-Q-001: 1=最重要, 5=最低優先"
},
"why_needed": {
"type": "string",
"minLength": 1,
"description": "FR-Q-001: なぜこの情報が必要か"
},
"assumption_if_unanswered": {
"type": "string",
"description": "未回答の場合にシステムが採用するデフォルト仮定"
},
"optional": {
"type": "boolean",
"description": "FR-Q-002: true なら情報があれば嬉しいが必須でない"
}
}
},
"uncertainty": {
"type": "object",
"additionalProperties": false,
"required": [
"overall_level",
"reasons",
"assumptions",
"known_unknowns"
],
"properties": {
"overall_level": {
"$ref": "#/$defs/uncertainty_level",
"description": "FR-UNC-001: 全体不確実性レベル(high/medium/low)"
},
"reasons": {
"type": "array",
"items": {
"type": "string"
},
"description": "FR-UNC-001: 不確実性の根拠リスト"
},
"assumptions": {
"type": "array",
"items": {
"type": "string"
},
"description": "システムが採用した仮定リスト"
},
"known_unknowns": {
"type": "array",
"items": {
"type": "string"
},
"description": "判明している未知事項('わかっている わからないこと')"
}
}
},
"trace_step_name": {
"type": "string",
"enum": [
"parse_input",
"generate_options",
"ethics_review",
"responsibility_review",
"question_layer",
"compose_output"
],
"description": "FR-TR-001 で定義される 6 ステップ"
},
"trace_step": {
"type": "object",
"additionalProperties": false,
"required": [
"name",
"started_at",
"ended_at",
"summary"
],
"properties": {
"name": {
"$ref": "#/$defs/trace_step_name"
},
"started_at": {
"type": "string",
"format": "date-time"
},
"ended_at": {
"type": "string",
"format": "date-time"
},
"summary": {
"type": "string",
"description": "このステップで何を行ったかの要約"
},
"metrics": {
"type": "object",
"additionalProperties": true,
"description": "ステップ固有のメトリクス(自由形式)"
}
}
},
"trace": {
"type": "object",
"additionalProperties": false,
"required": ["version", "steps"],
"properties": {
"version": {
"type": "string",
"minLength": 1,
"description": "FR-TR-001: config_version またはシステムバージョン"
},
"steps": {
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/$defs/trace_step"
},
"description": "FR-TR-001: 6 ステップ(parse_input〜compose_output)"
},
"pocore_events": {
"type": "array",
"description": "Po_core 内部 TraceEvent ストリーム(Po_core 固有、OPTIONAL)",
"items": {
"$ref": "#/$defs/pocore_event"
}
}
}
},
"pocore_event": {
"type": "object",
"additionalProperties": false,
"required": ["event_type", "occurred_at", "correlation_id"],
"description": "Po_core 内部 TraceEvent(schema.py で定義)",
"properties": {
"event_type": {
"type": "string",
"minLength": 1,
"description": "例: PhilosopherCompleted, ActionGateChecked, ExplanationEmitted"
},
"occurred_at": {
"type": "string",
"format": "date-time"
},
"correlation_id": {
"type": "string",
"minLength": 1
},
"payload": {
"type": "object",
"additionalProperties": true
}
}
},
"philosopher_contribution": {
"type": "object",
"additionalProperties": false,
"description": "哲学者 1 人の貢献サマリー(Po_core 固有)",
"required": ["philosopher_id", "name", "proposal_summary", "weight"],
"properties": {
"philosopher_id": {
"type": "string",
"minLength": 1,
"description": "哲学者の一意 ID(manifest.py と一致)"
},
"name": {
"type": "string",
"minLength": 1
},
"proposal_summary": {
"type": "string",
"description": "哲学者の提案の要約"
},
"weight": {
"type": "number",
"minimum": 0.0,
"maximum": 1.0,
"description": "Pareto 集約での重み"
},
"risk_level": {
"type": "integer",
"minimum": 0,
"maximum": 2,
"description": "哲学者のリスクレベル(0=safe, 1=standard, 2=risky)"
},
"on_pareto_front": {
"type": "boolean",
"description": "Pareto フロントに含まれるか"
}
}
},
"tensor_snapshot": {
"type": "object",
"additionalProperties": false,
"description": "テンソル計算結果(Po_core TensorEngine 出力)",
"properties": {
"freedom_pressure": {
"type": "number",
"minimum": 0.0,
"maximum": 1.0,
"description": "自由度圧力(6D ML テンソルのスカラー集約値)"
},
"semantic_delta": {
"type": "number",
"minimum": 0.0,
"maximum": 1.0,
"description": "意味的乖離度(1.0=完全新規, 0.0=既知)"
},
"blocked_tensor": {
"type": "number",
"minimum": 0.0,
"maximum": 1.0,
"description": "有害性推定スコア"
},
"safety_mode": {
"type": "string",
"enum": ["NORMAL", "WARN", "CRITICAL"],
"description": "freedom_pressure に基づく SafetyMode"
}
}
},
"explanation_chain": {
"type": "object",
"additionalProperties": false,
"description": "W_Ethics Gate の根拠チェーン(ExplanationChain, Po_core 固有)",
"properties": {
"verdict": {
"type": "string",
"enum": ["ALLOW", "ALLOW_WITH_REPAIR", "REJECT", "ESCALATE"]
},
"layers_triggered": {
"type": "array",
"items": {
"type": "string"
},
"description": "発火した倫理層(例: ['W1', 'W3'])"
},
"rule_ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "適用されたルール ID のリスト"
},
"reasons": {
"type": "array",
"items": {
"type": "string"
},
"description": "判定理由の自然言語リスト"
},
"repair_applied": {
"type": "boolean",
"description": "ALLOW_WITH_REPAIR の場合、修復が適用されたか"
}
}
}
}
}