Skip to content

Commit

Permalink
reference as string instead of number
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidushi-GitHub committed Sep 22, 2023
1 parent 170d6bf commit 0059bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcn/notices/core/FollowUp.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"reference": {
"type": "object",
"additionalProperties": { "type": "number" },
"description": "Reference as distributed by the notices or circulars or ATel, ex. gcn.notices.Fermi.gbm.alert: 4642"
"additionalProperties": { "type": "string" },
"description": "Reference as distributed by the notices or circulars or ATel, ex. gcn circulars: 12345, gcn.notices.LVK.alert: SYYMMDDak-2-preliminary"
}
}
}

0 comments on commit 0059bdd

Please sign in to comment.