File size: 4,774 Bytes
e9d3b4b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://agenttool.dev/schema/agenttool-polymorph-reachability-shift-v0.1.schema.json",
  "title": "agenttool-polymorph-reachability-shift-v0.1",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "_format",
    "shift_id",
    "landscape_id",
    "prior_form_ref",
    "emergent_form_ref",
    "condition_refs",
    "before_witness_refs",
    "appearance_witness_refs",
    "later_witness_refs",
    "same_condition_return",
    "changed_condition_recovery_route_refs",
    "open_condition_refs",
    "classification",
    "causation",
    "physical_erasure",
    "universal_inevitability",
    "reversibility",
    "coverage",
    "boundaries"
  ],
  "properties": {
    "_format": {
      "const": "agenttool.polymorph-reachability-shift/0.1"
    },
    "shift_id": {
      "$ref": "#/$defs/sha"
    },
    "landscape_id": {
      "$ref": "#/$defs/sha"
    },
    "prior_form_ref": {
      "$ref": "#/$defs/sha"
    },
    "emergent_form_ref": {
      "$ref": "#/$defs/sha"
    },
    "condition_refs": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/sha"
      },
      "minItems": 1,
      "maxItems": 512,
      "uniqueItems": true
    },
    "before_witness_refs": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/sha"
      },
      "minItems": 1,
      "maxItems": 512,
      "uniqueItems": true
    },
    "appearance_witness_refs": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/sha"
      },
      "minItems": 1,
      "maxItems": 512,
      "uniqueItems": true
    },
    "later_witness_refs": {
      "$ref": "#/$defs/refs"
    },
    "same_condition_return": {
      "enum": [
        "not_established",
        "not_reported",
        "reported"
      ]
    },
    "changed_condition_recovery_route_refs": {
      "$ref": "#/$defs/refs"
    },
    "open_condition_refs": {
      "$ref": "#/$defs/refs"
    },
    "classification": {
      "const": "not_reproduced_in_named_condition_reported"
    },
    "causation": {
      "const": "not_determined"
    },
    "physical_erasure": {
      "const": "not_claimed"
    },
    "universal_inevitability": {
      "const": "not_claimed"
    },
    "reversibility": {
      "const": "bounded_by_named_conditions"
    },
    "coverage": {
      "const": "bounded_not_complete"
    },
    "boundaries": {
      "$ref": "#/$defs/boundaries"
    }
  },
  "$defs": {
    "sha": {
      "type": "string",
      "pattern": "^sha256:[0-9a-f]{64}$"
    },
    "token": {
      "type": "string",
      "pattern": "^[a-z][a-z0-9._-]{0,127}$"
    },
    "text": {
      "type": "string",
      "minLength": 1,
      "maxLength": 4096
    },
    "materialLabel": {
      "type": "string",
      "minLength": 1,
      "maxLength": 512
    },
    "sourceLabel": {
      "type": "string",
      "minLength": 1,
      "maxLength": 1024
    },
    "formLabel": {
      "type": "string",
      "minLength": 1,
      "maxLength": 512
    },
    "conditionLabel": {
      "type": "string",
      "minLength": 1,
      "maxLength": 512
    },
    "witnessScope": {
      "type": "string",
      "minLength": 1,
      "maxLength": 1024
    },
    "sourceUrl": {
      "type": "string",
      "minLength": 1,
      "pattern": "^https://(?![^/?#]*@)(?:(?:[A-Za-z0-9._~!$&'()*+,;=:@/?#\\[\\]-])|(?:%[0-9A-Fa-f]{2}))+$",
      "maxLength": 2048
    },
    "refs": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/sha"
      },
      "maxItems": 512,
      "uniqueItems": true
    },
    "boundaries": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "coverage",
        "evidence",
        "inference",
        "stability",
        "disappearance",
        "analogy",
        "beings",
        "medical",
        "effect"
      ],
      "properties": {
        "coverage": {
          "const": "bounded_not_complete"
        },
        "evidence": {
          "const": "source_assertions_not_verified_by_package"
        },
        "inference": {
          "const": "no_inverse_transitive_or_universal_route_inference"
        },
        "stability": {
          "const": "pairwise_condition_scoped_never_goodness"
        },
        "disappearance": {
          "const": "named_condition_nonreproduction_not_physical_erasure"
        },
        "analogy": {
          "const": "structural_analogy_only_not_empirical_validation"
        },
        "beings": {
          "const": "no_identity_consciousness_consent_dignity_or_authority_claim"
        },
        "medical": {
          "const": "educational_not_medical_or_manufacturing_advice"
        },
        "effect": {
          "const": "none"
        }
      }
    }
  }
}