Commit bba85058 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Adding signature example

parent 6c287f32
Loading
Loading
Loading
Loading
+18 −10
Original line number Original line Diff line number Diff line
@@ -17,11 +17,15 @@
            "endReason": 16,
            "endReason": 16,
            "parties": [
            "parties": [
                {
                {
                    "identity": {"mSISDN": "491713920067"},
                    "identity": {
                        "mSISDN": "491713920067"
                    },
                    "role": "originating"
                    "role": "originating"
                },
                },
                {
                {
                    "identity": {"mSISDN": "441632960123"},
                    "identity": {
                        "mSISDN": "441632960123"
                    },
                    "role": "terminating"
                    "role": "terminating"
                }
                }
            ]
            ]
@@ -32,18 +36,22 @@
            "timeBegin": "2024-04-18T10:04:00.000000Z",
            "timeBegin": "2024-04-18T10:04:00.000000Z",
            "parties": [
            "parties": [
                {
                {
                    "identity": {"mSISDN": "441632960123"},
                    "identity": {
                        "mSISDN": "441632960123"
                    },
                    "role": "sender"
                    "role": "sender"
                },
                },
                {
                {
                    "identity": {"mSISDN": "491713920067"},
                    "identity": {
                        "mSISDN": "491713920067"
                    },
                    "role": "receiver"
                    "role": "receiver"
                }
                }
            ]
            ]
        }
        }
    ],
    ],
    "signature" : {
    "Signature": {
        "protected": "...",
        "protected": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9",
        "signature": "..."
        "signature": "QI5I6VcMR4BkBWpcW4uoGclZJKTl8_iWr3VqLaYTyoQ"
    }
    }
}
}
 No newline at end of file
+1 −1
Original line number Original line Diff line number Diff line
@@ -11,7 +11,7 @@
    "recordSet": {
    "recordSet": {
      "$ref": "#/$defs/recordSet"
      "$ref": "#/$defs/recordSet"
    },
    },
    "signature": {
    "Signature": {
      "$ref" : "#/$defs/Signature"
      "$ref" : "#/$defs/Signature"
    }
    }
  },
  },

presigned.json

0 → 100644
+1 −0
Original line number Original line Diff line number Diff line
{"recordSetDescription": {"etsiSchemaId": "urn:etsi:li:ts103705_schema_id:0.3.0", "etsiSpecificationVersion": "0.3.0", "cspSchemaId": "csp.example_1", "cspSchemaVersion": "1.0.0", "resultSetId": "9a25db0c-d0f3-4ae5-b618-bd1a9a0056c2", "queryReference": "LDID", "created": "2024-04-25T09:31:56.000000Z"}, "recordSet": [{"id": "3da91ade-f526-4e55-b5da-0c8178f25c24", "type": "urn:etsi:li:ts103705_type_schema_id:0.3.0#/$defs/CallRecord", "timeBegin": "2024-04-20T10:04:00.000000Z", "timeEnd": "2024-04-20T10:05:00.000000Z", "endReason": 16, "parties": [{"identity": {"mSISDN": "491713920067"}, "role": "originating"}, {"identity": {"mSISDN": "441632960123"}, "role": "terminating"}]}, {"id": "8be3fc6b-a2dd-4104-9af1-d6b1f70081a0", "type": "urn:etsi:li:ts103705_type_schema_id:0.3.0#/$defs/MessagingRecord", "timeBegin": "2024-04-18T10:04:00.000000Z", "parties": [{"identity": {"mSISDN": "441632960123"}, "role": "sender"}, {"identity": {"mSISDN": "491713920067"}, "role": "receiver"}]}], "Signature": {"protected": "", "signature": ""}}
 No newline at end of file