Skip to content

Instantly share code, notes, and snippets.

View jamesbirrellgray's full-sized avatar
🎯
Focusing

James A Birrell Gray jamesbirrellgray

🎯
Focusing
View GitHub Profile
@jamesbirrellgray
jamesbirrellgray / CJSCP_Service_Manifest_Schema.json
Last active March 2, 2017 09:42
CJSCP Service Manifest JSON Schema
{
"$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": {
@jamesbirrellgray
jamesbirrellgray / CJSCP_Service_Manifest.json
Last active March 17, 2017 11:40
CJSCP Service Manifest
[
{
"serviceId": "UUID",
"serviceName": "My new Service",
"serviceDescription": "A long description of the service",
"servicePhase": "Beta",
"serviceE2eSuites": ["suiteName","suiteName"],
"serviceCapabilities": [
{
"capabilityId": "UUID",
@jamesbirrellgray
jamesbirrellgray / dcd_payload.json
Last active September 20, 2016 10:33
DCD Support Desk - UI User Report Form Payload
{
userName: "string",
userTel: "integer",
userEmail: "string",
userMessage: "string",
pageUrl: "string",
service: "string",
feature: "string",
jiraEpicId: "string",
apiDependencies: ['api.endpoint','api.endpoint'],