-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #85 from finos/local-conformance
Fixed Vassiliy's issue, added json file for local conformance testing
- Loading branch information
Showing
10 changed files
with
386 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,195 @@ | ||
{ | ||
"applications": [ | ||
{ | ||
"appId": "ChannelsAppId", | ||
"name": "ChannelsApp", | ||
"title": "Channels App", | ||
"description": "Part of the FDC3 1.2 Conformance Tests", | ||
"type": "web", | ||
"details": { | ||
"url": "http://localhost:3103/index.html" | ||
}, | ||
"hostManifests": { | ||
"sail": { | ||
"inject-api": "1.2", | ||
"searchable": false | ||
} | ||
}, | ||
"version": "1.0.0", | ||
"publisher": "Scott Logic", | ||
"icons": [ | ||
{ | ||
"src": "https://www.scottlogic.com/sites/default/files/scott-logic-favicon.jpg" | ||
} | ||
] | ||
}, | ||
{ | ||
"appId": "Conformance1", | ||
"name": "Conformance1", | ||
"title": "FDC3 1.2 Conformance Framework", | ||
"description": "Testing Conformance", | ||
"type": "web", | ||
"details": { | ||
"url": "http://localhost:3000/index.html" | ||
}, | ||
"screenshots": [ | ||
{ | ||
"src": "https://directory.fdc3.finos.org/assets/app/Conformance1.png" | ||
} | ||
], | ||
"hostManifests": { | ||
"sail": { | ||
"inject-api": "1.2" | ||
} | ||
}, | ||
"version": "1.0.0", | ||
"publisher": "Scott Logic", | ||
"icons": [ | ||
{ | ||
"src": "https://www.scottlogic.com/sites/default/files/scott-logic-favicon.jpg" | ||
} | ||
] | ||
}, | ||
{ | ||
"appId": "IntentAppAId", | ||
"name": "IntentAppA", | ||
"title": "Intent App A", | ||
"description": "Part of the FDC3 1.2 Conformance Tests", | ||
"type": "web", | ||
"details": { | ||
"url": "http://localhost:3100/index.html" | ||
}, | ||
"hostManifests": { | ||
"sail": { | ||
"inject-api": "1.2", | ||
"searchable": false | ||
} | ||
}, | ||
"version": "1.0.0", | ||
"publisher": "Scott Logic", | ||
"icons": [ | ||
{ | ||
"src": "https://www.scottlogic.com/sites/default/files/scott-logic-favicon.jpg" | ||
} | ||
], | ||
"interop": { | ||
"intents": { | ||
"listensFor": { | ||
"aTestingIntent": { | ||
"displayName": "A Testing Intent", | ||
"contexts": [ | ||
"testContextX", | ||
"testContextZ" | ||
] | ||
}, | ||
"sharedTestingIntent1": { | ||
"displayName": "Shared Testing Intent", | ||
"contexts": [ | ||
"testContextX" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
{ | ||
"appId": "IntentAppBId", | ||
"name": "IntentAppB", | ||
"title": "Intent App B", | ||
"description": "Part of the FDC3 1.2 Conformance Tests", | ||
"type": "web", | ||
"details": { | ||
"url": "http://localhost:3101/index.html" | ||
}, | ||
"hostManifests": { | ||
"sail": { | ||
"inject-api": "1.2", | ||
"searchable": false | ||
} | ||
}, | ||
"version": "1.0.0", | ||
"publisher": "Scott Logic", | ||
"icons": [ | ||
{ | ||
"src": "https://www.scottlogic.com/sites/default/files/scott-logic-favicon.jpg" | ||
} | ||
], | ||
"interop": { | ||
"intents": { | ||
"listensFor": { | ||
"bTestingIntent": { | ||
"displayName": "B Testing Intent", | ||
"contexts": [ | ||
"testContextY" | ||
] | ||
}, | ||
"sharedTestingIntent1": { | ||
"displayName": "Shared Testing Intent", | ||
"contexts": [ | ||
"testContextX", | ||
"testContextY" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
{ | ||
"appId": "IntentAppCId", | ||
"name": "IntentAppC", | ||
"title": "Intent App C", | ||
"description": "Part of the FDC3 1.2 Conformance Tests", | ||
"type": "web", | ||
"details": { | ||
"url": "http://localhost:3102/index.html" | ||
}, | ||
"hostManifests": { | ||
"sail": { | ||
"inject-api": "1.2", | ||
"searchable": false | ||
} | ||
}, | ||
"version": "1.0.0", | ||
"publisher": "Scott Logic", | ||
"icons": [ | ||
{ | ||
"src": "https://www.scottlogic.com/sites/default/files/scott-logic-favicon.jpg" | ||
} | ||
], | ||
"interop": { | ||
"intents": { | ||
"listensFor": { | ||
"cTestingIntent": { | ||
"displayName": "C Testing Intent", | ||
"contexts": [ | ||
"testContextX" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
{ | ||
"appId": "MockAppId", | ||
"name": "MockApp", | ||
"description": "Testing spec conformance", | ||
"details": { | ||
"url": "http://localhost:3001/index.html" | ||
}, | ||
"hostManifests": { | ||
"sail": { | ||
"inject-api": "1.2", | ||
"searchable": false | ||
} | ||
}, | ||
"version": "1.0.0", | ||
"publisher": "Scott Logic", | ||
"icons": [ | ||
{ | ||
"src": "https://www.scottlogic.com/sites/default/files/scott-logic-favicon.jpg" | ||
} | ||
] | ||
} | ||
], | ||
"message": "OK" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"applications": [ | ||
{ | ||
"intents": [ | ||
{ | ||
"name": "ViewNews", | ||
"displayName": "View News", | ||
"contexts": [ | ||
"fdc3.instrument" | ||
] | ||
} | ||
], | ||
"icons": [ | ||
{ | ||
"icon": "https://newsapi.org/favicon-32x32.png" | ||
} | ||
], | ||
"images": [ | ||
{ | ||
"url": "https://appd.kolbito.com/demos/news-demo/screen-1.png" | ||
} | ||
], | ||
"start_url": "https://appd.kolbito.com/demos/news-demo/", | ||
"appId": "News-Demo", | ||
"description": "Demo fdc3 news feed using services from NewsAPI.org", | ||
"name": "News-Demo", | ||
"manifest_type": "web", | ||
"title": "News Feed Demo", | ||
"manifest": "undefined/manifests/News-Demo", | ||
"icon": "https://newsapi.org/favicon-32x32.png" | ||
} | ||
], | ||
"message": "OK" | ||
} |
Oops, something went wrong.