diff --git a/schemas/template-generate-analytics-template.json b/schemas/template-generate-analytics-template.json new file mode 100644 index 00000000..ef139cff --- /dev/null +++ b/schemas/template-generate-analytics-template.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$ref": "#/definitions/CreateOutput", + "definitions": { + "CreateOutput": { + "type": "object", + "properties": { + "outputDir": { + "type": "string" + }, + "created": { + "type": "array", + "items": { + "type": "string" + } + }, + "rawOutput": { + "type": "string" + } + }, + "required": ["outputDir", "created", "rawOutput"], + "additionalProperties": false + } + } +} diff --git a/schemas/template-generate-apex-class.json b/schemas/template-generate-apex-class.json new file mode 100644 index 00000000..ef139cff --- /dev/null +++ b/schemas/template-generate-apex-class.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$ref": "#/definitions/CreateOutput", + "definitions": { + "CreateOutput": { + "type": "object", + "properties": { + "outputDir": { + "type": "string" + }, + "created": { + "type": "array", + "items": { + "type": "string" + } + }, + "rawOutput": { + "type": "string" + } + }, + "required": ["outputDir", "created", "rawOutput"], + "additionalProperties": false + } + } +} diff --git a/schemas/template-generate-apex-trigger.json b/schemas/template-generate-apex-trigger.json new file mode 100644 index 00000000..ef139cff --- /dev/null +++ b/schemas/template-generate-apex-trigger.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$ref": "#/definitions/CreateOutput", + "definitions": { + "CreateOutput": { + "type": "object", + "properties": { + "outputDir": { + "type": "string" + }, + "created": { + "type": "array", + "items": { + "type": "string" + } + }, + "rawOutput": { + "type": "string" + } + }, + "required": ["outputDir", "created", "rawOutput"], + "additionalProperties": false + } + } +} diff --git a/schemas/template-generate-digital__experience-site.json b/schemas/template-generate-digital__experience-site.json new file mode 100644 index 00000000..ef139cff --- /dev/null +++ b/schemas/template-generate-digital__experience-site.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$ref": "#/definitions/CreateOutput", + "definitions": { + "CreateOutput": { + "type": "object", + "properties": { + "outputDir": { + "type": "string" + }, + "created": { + "type": "array", + "items": { + "type": "string" + } + }, + "rawOutput": { + "type": "string" + } + }, + "required": ["outputDir", "created", "rawOutput"], + "additionalProperties": false + } + } +} diff --git a/schemas/template-generate-flexipage.json b/schemas/template-generate-flexipage.json new file mode 100644 index 00000000..ef139cff --- /dev/null +++ b/schemas/template-generate-flexipage.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$ref": "#/definitions/CreateOutput", + "definitions": { + "CreateOutput": { + "type": "object", + "properties": { + "outputDir": { + "type": "string" + }, + "created": { + "type": "array", + "items": { + "type": "string" + } + }, + "rawOutput": { + "type": "string" + } + }, + "required": ["outputDir", "created", "rawOutput"], + "additionalProperties": false + } + } +} diff --git a/schemas/template-generate-lightning-app.json b/schemas/template-generate-lightning-app.json new file mode 100644 index 00000000..ef139cff --- /dev/null +++ b/schemas/template-generate-lightning-app.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$ref": "#/definitions/CreateOutput", + "definitions": { + "CreateOutput": { + "type": "object", + "properties": { + "outputDir": { + "type": "string" + }, + "created": { + "type": "array", + "items": { + "type": "string" + } + }, + "rawOutput": { + "type": "string" + } + }, + "required": ["outputDir", "created", "rawOutput"], + "additionalProperties": false + } + } +} diff --git a/schemas/template-generate-lightning-component.json b/schemas/template-generate-lightning-component.json new file mode 100644 index 00000000..ef139cff --- /dev/null +++ b/schemas/template-generate-lightning-component.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$ref": "#/definitions/CreateOutput", + "definitions": { + "CreateOutput": { + "type": "object", + "properties": { + "outputDir": { + "type": "string" + }, + "created": { + "type": "array", + "items": { + "type": "string" + } + }, + "rawOutput": { + "type": "string" + } + }, + "required": ["outputDir", "created", "rawOutput"], + "additionalProperties": false + } + } +} diff --git a/schemas/template-generate-lightning-embedding.json b/schemas/template-generate-lightning-embedding.json new file mode 100644 index 00000000..ef139cff --- /dev/null +++ b/schemas/template-generate-lightning-embedding.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$ref": "#/definitions/CreateOutput", + "definitions": { + "CreateOutput": { + "type": "object", + "properties": { + "outputDir": { + "type": "string" + }, + "created": { + "type": "array", + "items": { + "type": "string" + } + }, + "rawOutput": { + "type": "string" + } + }, + "required": ["outputDir", "created", "rawOutput"], + "additionalProperties": false + } + } +} diff --git a/schemas/template-generate-lightning-event.json b/schemas/template-generate-lightning-event.json new file mode 100644 index 00000000..ef139cff --- /dev/null +++ b/schemas/template-generate-lightning-event.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$ref": "#/definitions/CreateOutput", + "definitions": { + "CreateOutput": { + "type": "object", + "properties": { + "outputDir": { + "type": "string" + }, + "created": { + "type": "array", + "items": { + "type": "string" + } + }, + "rawOutput": { + "type": "string" + } + }, + "required": ["outputDir", "created", "rawOutput"], + "additionalProperties": false + } + } +} diff --git a/schemas/template-generate-lightning-interface.json b/schemas/template-generate-lightning-interface.json new file mode 100644 index 00000000..ef139cff --- /dev/null +++ b/schemas/template-generate-lightning-interface.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$ref": "#/definitions/CreateOutput", + "definitions": { + "CreateOutput": { + "type": "object", + "properties": { + "outputDir": { + "type": "string" + }, + "created": { + "type": "array", + "items": { + "type": "string" + } + }, + "rawOutput": { + "type": "string" + } + }, + "required": ["outputDir", "created", "rawOutput"], + "additionalProperties": false + } + } +} diff --git a/schemas/template-generate-lightning-test.json b/schemas/template-generate-lightning-test.json new file mode 100644 index 00000000..ef139cff --- /dev/null +++ b/schemas/template-generate-lightning-test.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$ref": "#/definitions/CreateOutput", + "definitions": { + "CreateOutput": { + "type": "object", + "properties": { + "outputDir": { + "type": "string" + }, + "created": { + "type": "array", + "items": { + "type": "string" + } + }, + "rawOutput": { + "type": "string" + } + }, + "required": ["outputDir", "created", "rawOutput"], + "additionalProperties": false + } + } +} diff --git a/schemas/template-generate-project.json b/schemas/template-generate-project.json new file mode 100644 index 00000000..ef139cff --- /dev/null +++ b/schemas/template-generate-project.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$ref": "#/definitions/CreateOutput", + "definitions": { + "CreateOutput": { + "type": "object", + "properties": { + "outputDir": { + "type": "string" + }, + "created": { + "type": "array", + "items": { + "type": "string" + } + }, + "rawOutput": { + "type": "string" + } + }, + "required": ["outputDir", "created", "rawOutput"], + "additionalProperties": false + } + } +} diff --git a/schemas/template-generate-static__resource.json b/schemas/template-generate-static__resource.json new file mode 100644 index 00000000..ef139cff --- /dev/null +++ b/schemas/template-generate-static__resource.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$ref": "#/definitions/CreateOutput", + "definitions": { + "CreateOutput": { + "type": "object", + "properties": { + "outputDir": { + "type": "string" + }, + "created": { + "type": "array", + "items": { + "type": "string" + } + }, + "rawOutput": { + "type": "string" + } + }, + "required": ["outputDir", "created", "rawOutput"], + "additionalProperties": false + } + } +} diff --git a/schemas/template-generate-ui__bundle.json b/schemas/template-generate-ui__bundle.json new file mode 100644 index 00000000..ef139cff --- /dev/null +++ b/schemas/template-generate-ui__bundle.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$ref": "#/definitions/CreateOutput", + "definitions": { + "CreateOutput": { + "type": "object", + "properties": { + "outputDir": { + "type": "string" + }, + "created": { + "type": "array", + "items": { + "type": "string" + } + }, + "rawOutput": { + "type": "string" + } + }, + "required": ["outputDir", "created", "rawOutput"], + "additionalProperties": false + } + } +} diff --git a/schemas/template-generate-visualforce-component.json b/schemas/template-generate-visualforce-component.json new file mode 100644 index 00000000..ef139cff --- /dev/null +++ b/schemas/template-generate-visualforce-component.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$ref": "#/definitions/CreateOutput", + "definitions": { + "CreateOutput": { + "type": "object", + "properties": { + "outputDir": { + "type": "string" + }, + "created": { + "type": "array", + "items": { + "type": "string" + } + }, + "rawOutput": { + "type": "string" + } + }, + "required": ["outputDir", "created", "rawOutput"], + "additionalProperties": false + } + } +} diff --git a/schemas/template-generate-visualforce-page.json b/schemas/template-generate-visualforce-page.json new file mode 100644 index 00000000..ef139cff --- /dev/null +++ b/schemas/template-generate-visualforce-page.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$ref": "#/definitions/CreateOutput", + "definitions": { + "CreateOutput": { + "type": "object", + "properties": { + "outputDir": { + "type": "string" + }, + "created": { + "type": "array", + "items": { + "type": "string" + } + }, + "rawOutput": { + "type": "string" + } + }, + "required": ["outputDir", "created", "rawOutput"], + "additionalProperties": false + } + } +}