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
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"type": "array", | |
"title": "Root schema.", | |
"description": "Array of Service Manifiests to describe features, dependencies and test suites.", | |
"items": { | |
"type": "object", | |
"title": "0 schema.", | |
"description": "Service Object.", | |
"properties": { |
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
[ | |
{ | |
"serviceId": "UUID", | |
"serviceName": "My new Service", | |
"serviceDescription": "A long description of the service", | |
"servicePhase": "Beta", | |
"serviceE2eSuites": ["suiteName","suiteName"], | |
"serviceCapabilities": [ | |
{ | |
"capabilityId": "UUID", |
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
{ | |
userName: "string", | |
userTel: "integer", | |
userEmail: "string", | |
userMessage: "string", | |
pageUrl: "string", | |
service: "string", | |
feature: "string", | |
jiraEpicId: "string", | |
apiDependencies: ['api.endpoint','api.endpoint'], |