Skip to content

Commit d383130

Browse files
committed
Added JSON-LD test messages
1 parent 6754a33 commit d383130

File tree

3 files changed

+141
-0
lines changed

3 files changed

+141
-0
lines changed

eml/json-ld-email.eml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
MIME-Version: 1.0
2+
Date: Mon, 01 Dec 2023 12:00:00 +0100
3+
Message-ID: <[email protected]>
4+
Subject: JSON-LD EmailMessage
5+
From: Marcel Bokhorst <[email protected]>
6+
To: Marcel Bokhorst <[email protected]>
7+
Content-Type: multipart/alternative; boundary="00000000000033b419060b28adcf"
8+
9+
--00000000000033b419060b28adcf
10+
Content-Type: text/plain; charset="UTF-8"
11+
12+
Test
13+
14+
--00000000000033b419060b28adcf
15+
Content-Type: text/html; charset="UTF-8"
16+
17+
<script type="application/ld+json">
18+
[
19+
{"@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"}},
20+
{"@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"}}
21+
]
22+
</script>
23+
<div dir="ltr">Test<div><br></div></div>
24+
25+
--00000000000033b419060b28adcf--

eml/json-ld-flight.eml

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
MIME-Version: 1.0
2+
Date: Mon, 27 Nov 2023 15:46:37 +0100
3+
Message-ID: <[email protected]>
4+
Subject: Test
5+
From: Marcel Bokhorst <[email protected]>
6+
To: Marcel Bokhorst <[email protected]>
7+
Content-Type: multipart/alternative; boundary="000000000000840347060b235efc"
8+
9+
--000000000000840347060b235efc
10+
Content-Type: text/plain; charset="UTF-8"
11+
12+
Test
13+
14+
--000000000000840347060b235efc
15+
Content-Type: text/html; charset="UTF-8"
16+
17+
<script type="application/ld+json">
18+
{
19+
"@context": "https://schema.org",
20+
"@type": "FlightReservation",
21+
"reservationId": "RXJ34P",
22+
"reservationStatus": "https://schema.org/ReservationConfirmed",
23+
"passengerPriorityStatus": "Fast Track",
24+
"passengerSequenceNumber": "ABC123",
25+
"securityScreening": "TSA PreCheck",
26+
"underName": {
27+
"@type": "Person",
28+
"name": "Eva Green"
29+
},
30+
"reservationFor": {
31+
"@type": "Flight",
32+
"flightNumber": "UA110",
33+
"provider": {
34+
"@type": "Airline",
35+
"name": "Continental",
36+
"iataCode": "CO",
37+
"boardingPolicy": "https://schema.org/ZoneBoardingPolicy"
38+
},
39+
"seller": {
40+
"@type": "Airline",
41+
"name": "United",
42+
"iataCode": "UA"
43+
},
44+
"departureAirport": {
45+
"@type": "Airport",
46+
"name": "San Francisco Airport",
47+
"iataCode": "SFO"
48+
},
49+
"departureTime": "2017-03-04T20:15:00-08:00",
50+
"arrivalAirport": {
51+
"@type": "Airport",
52+
"name": "John F. Kennedy International Airport",
53+
"iataCode": "JFK"
54+
},
55+
"arrivalTime": "2017-03-05T06:30:00-05:00"
56+
}
57+
}
58+
</script>
59+
60+
<div dir="ltr">Test<div><br></div></div>
61+
62+
--000000000000840347060b235efc--

eml/json-ld-person.eml

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
MIME-Version: 1.0
2+
Date: Mon, 27 Nov 2023 22:06:32 +0100
3+
Message-ID: <[email protected]>
4+
Subject: JSON-LD person
5+
From: Marcel Bokhorst <[email protected]>
6+
To: Marcel Bokhorst <[email protected]>
7+
Content-Type: multipart/alternative; boundary="00000000000033b419060b28adcf"
8+
9+
--00000000000033b419060b28adcf
10+
Content-Type: text/plain; charset="UTF-8"
11+
12+
Test
13+
14+
--00000000000033b419060b28adcf
15+
Content-Type: text/html; charset="UTF-8"
16+
17+
<script type="application/ld+json">
18+
{
19+
"@context": "https://schema.org",
20+
"@type": "Person",
21+
"address": {
22+
"@type": "PostalAddress",
23+
"addressLocality": "Colorado Springs",
24+
"addressRegion": "CO",
25+
"postalCode": "80840",
26+
"streetAddress": "100 Main Street"
27+
},
28+
"colleague": [
29+
"http://www.example.com/JohnColleague.html",
30+
"http://www.example.com/JameColleague.html"
31+
],
32+
"email": "[email protected]",
33+
"image": "janedoe.jpg",
34+
"jobTitle": "Research Assistant",
35+
"name": "Jane Doe",
36+
"alumniOf": "Dartmouth",
37+
"birthPlace": "Philadelphia, PA",
38+
"birthDate": "1979-10-12",
39+
"height": "72 inches",
40+
"gender": "female",
41+
"memberOf": "Republican Party",
42+
"nationality": "Albanian",
43+
"telephone": "(123) 456-6789",
44+
"url": "http://www.example.com",
45+
"sameAs" : [ "https://www.facebook.com/",
46+
"https://www.linkedin.com/",
47+
"http://twitter.com/",
48+
"http://instagram.com/",
49+
"https://plus.google.com/"]
50+
}
51+
</script>
52+
<div dir="ltr">Test<div><br></div></div>
53+
54+
--00000000000033b419060b28adcf--

0 commit comments

Comments
 (0)