Added JSON-LD test messages

This commit is contained in:
M66B 2023-12-12 10:41:00 +01:00
parent 6754a330b6
commit d3831304d2
3 changed files with 141 additions and 0 deletions

25
eml/json-ld-email.eml Normal file
View File

@ -0,0 +1,25 @@
MIME-Version: 1.0
Date: Mon, 01 Dec 2023 12:00:00 +0100
Message-ID: <jsonldemail@mail.gmail.com>
Subject: JSON-LD EmailMessage
From: Marcel Bokhorst <test@faircode.eu>
To: Marcel Bokhorst <test@faircode.eu>
Content-Type: multipart/alternative; boundary="00000000000033b419060b28adcf"
--00000000000033b419060b28adcf
Content-Type: text/plain; charset="UTF-8"
Test
--00000000000033b419060b28adcf
Content-Type: text/html; charset="UTF-8"
<script type="application/ld+json">
[
{"@context":"http:\/\/schema.org","@type":"EmailMessage","potentialAction":{"@type":"ViewAction","target":"https:\/\/github.com\/mltframework\/shotcut\/releases\/tag\/v23.11.29","url":"https:\/\/github.com\/mltframework\/shotcut\/releases\/tag\/v23.11.29","name":"View Release"},"description":"View this Release on GitHub","publisher":{"@type":"Organization","name":"GitHub","url":"https:\/\/github.com"}},
{"@context":"http:\/\/schema.org","@type":"EmailMessage","potentialAction":{"@type":"ViewAction","target":"https:\/\/github.com\/mltframework\/shotcut\/releases\/tag\/v23.11.29","url":"https:\/\/github.com\/mltframework\/shotcut\/releases\/tag\/v23.11.29","name":"View Release"},"description":"View this Release on GitHub","publisher":{"@type":"Organization","name":"GitHub","url":"https:\/\/github.com"}}
]
</script>
<div dir="ltr">Test<div><br></div></div>
--00000000000033b419060b28adcf--

62
eml/json-ld-flight.eml Normal file
View File

@ -0,0 +1,62 @@
MIME-Version: 1.0
Date: Mon, 27 Nov 2023 15:46:37 +0100
Message-ID: <jsonldflight@mail.gmail.com>
Subject: Test
From: Marcel Bokhorst <test@faircode.eu>
To: Marcel Bokhorst <test@faircode.eu>
Content-Type: multipart/alternative; boundary="000000000000840347060b235efc"
--000000000000840347060b235efc
Content-Type: text/plain; charset="UTF-8"
Test
--000000000000840347060b235efc
Content-Type: text/html; charset="UTF-8"
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FlightReservation",
"reservationId": "RXJ34P",
"reservationStatus": "https://schema.org/ReservationConfirmed",
"passengerPriorityStatus": "Fast Track",
"passengerSequenceNumber": "ABC123",
"securityScreening": "TSA PreCheck",
"underName": {
"@type": "Person",
"name": "Eva Green"
},
"reservationFor": {
"@type": "Flight",
"flightNumber": "UA110",
"provider": {
"@type": "Airline",
"name": "Continental",
"iataCode": "CO",
"boardingPolicy": "https://schema.org/ZoneBoardingPolicy"
},
"seller": {
"@type": "Airline",
"name": "United",
"iataCode": "UA"
},
"departureAirport": {
"@type": "Airport",
"name": "San Francisco Airport",
"iataCode": "SFO"
},
"departureTime": "2017-03-04T20:15:00-08:00",
"arrivalAirport": {
"@type": "Airport",
"name": "John F. Kennedy International Airport",
"iataCode": "JFK"
},
"arrivalTime": "2017-03-05T06:30:00-05:00"
}
}
</script>
<div dir="ltr">Test<div><br></div></div>
--000000000000840347060b235efc--

54
eml/json-ld-person.eml Normal file
View File

@ -0,0 +1,54 @@
MIME-Version: 1.0
Date: Mon, 27 Nov 2023 22:06:32 +0100
Message-ID: <jsonldperson@mail.gmail.com>
Subject: JSON-LD person
From: Marcel Bokhorst <test@faircode.eu>
To: Marcel Bokhorst <test@faircode.eu>
Content-Type: multipart/alternative; boundary="00000000000033b419060b28adcf"
--00000000000033b419060b28adcf
Content-Type: text/plain; charset="UTF-8"
Test
--00000000000033b419060b28adcf
Content-Type: text/html; charset="UTF-8"
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"address": {
"@type": "PostalAddress",
"addressLocality": "Colorado Springs",
"addressRegion": "CO",
"postalCode": "80840",
"streetAddress": "100 Main Street"
},
"colleague": [
"http://www.example.com/JohnColleague.html",
"http://www.example.com/JameColleague.html"
],
"email": "info@example.com",
"image": "janedoe.jpg",
"jobTitle": "Research Assistant",
"name": "Jane Doe",
"alumniOf": "Dartmouth",
"birthPlace": "Philadelphia, PA",
"birthDate": "1979-10-12",
"height": "72 inches",
"gender": "female",
"memberOf": "Republican Party",
"nationality": "Albanian",
"telephone": "(123) 456-6789",
"url": "http://www.example.com",
"sameAs" : [ "https://www.facebook.com/",
"https://www.linkedin.com/",
"http://twitter.com/",
"http://instagram.com/",
"https://plus.google.com/"]
}
</script>
<div dir="ltr">Test<div><br></div></div>
--00000000000033b419060b28adcf--