f3-schemas/identities.json

23 lines
724 B
JSON

{
"title": "Identities",
"description": "Pairs of unique object identifiers (i.e. `index` in a comment). The first element is the identifier stored in the F3 format, the second element is the identifier allocated by the forge after the object was inserted in a given forge.",
"type": "object",
"additionalProperties": false,
"properties": {
"pairs": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"pairs"
],
"$schema": "http://json-schema.org/draft-04/schema#",
"$id": "https://lab.forgefriends.org/friendlyforgeformat/f3-schemas/-/blob/v1.0/identities.json",
"$$target": "identities.json"
}