Skip to content

Commit fb647b7

Browse files
Actualizar 00_AMPEL360_SPACET_Q10_GEN_PLUS_BB_GEN_SB90_K06_DATA__knu-reward-record_SCH_I01-R01_ACTIVE.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f126796 commit fb647b7

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

00_AMPEL360_SPACET_Q10_GEN_PLUS_BB_GEN_SB90_K06_DATA__knu-reward-record_SCH_I01-R01_ACTIVE.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,28 @@
5959
"minItems": 0,
6060
"description": "List of artifact references or URLs produced by this KNU"
6161
},
62-
"validated_by": {
63-
"type": ["string", "null"],
64-
"maxLength": 100,
62+
"anyOf": [
63+
{
64+
"type": "string",
65+
"minLength": 1,
66+
"maxLength": 100
67+
},
68+
{
69+
"type": "null"
70+
}
71+
],
6572
"description": "Validator who confirmed the KNU impact"
6673
},
6774
"validated_at": {
68-
"type": ["string", "null"],
69-
"format": "date-time",
75+
"anyOf": [
76+
{
77+
"type": "string",
78+
"format": "date-time"
79+
},
80+
{
81+
"type": "null"
82+
}
83+
],
7084
"description": "Timestamp when validation occurred (ISO 8601 format)"
7185
},
7286
"weight": {

0 commit comments

Comments
 (0)