Skip to content

Instantly share code, notes, and snippets.

View Sh3rd3n's full-sized avatar

Luca Derosas Sh3rd3n

View GitHub Profile
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://gist.githubusercontent.com/Sh3rd3n/4116f7a0c11ad11c76359d39c67ff906/raw/0d5e93a55cff3d4cf0595423f39055c7abe5268f/CloudesireProductVersion.schema.json",
"title": "CloudesireProductVersionExtension",
"description": "Cloudesire's specific extension fields for TMForum that add the ProductVersion Id",
"type": "object",
"properties": {
"cloudesireProductVersionId": {
"type": "integer",
"description": "The ID of the product version in Cloudesire"
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://gist.githubusercontent.com/Sh3rd3n/005cfdb0c4bbf243ee1fe49abd7bc294/raw/0d3b86575efa249f55601d48f47d5de395fc8ca1/CloudesireBillingItem.schema.json",
"title": "CloudesireBillingItemExtension",
"description": "Cloudesire's specific extension fields for TMForum that add the Cloudesire Billing Item Id",
"type": "object",
"properties": {
"cloudesireBillingItemId": {
"type": "string",
"description": "The ID of the Billing Item in Cloudesire"
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://gist.githubusercontent.com/Sh3rd3n/571254314c7d764f75b6acfa442bcbe0/raw/e663b8a30916e450f5dc6537b76f814e93c541cd/CloudesireBillingItemValue.schema.json",
"title": "CloudesireBillingItemValueExtension",
"description": "Cloudesire's specific extension fields for TMForum that add the Cloudesire Billing Item Value Id",
"type": "object",
"properties": {
"cloudesireBillingItemValueId": {
"type": "string",
"description": "The ID of the Billing Item Value in Cloudesire"
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://gist.githubusercontent.com/Sh3rd3n/4cfaa4bc568f526765bb0d0f77a18321/raw/04f07a6fa7ca91b34238dc144a16a5b184b5908a/CloudesireConfigurationParameter.schema.json",
"title": "CloudesireConfigurationParameterExtension",
"description": "Cloudesire's specific extension fields for TMForum that add the Cloudesire Configuration Parameter Id",
"type": "object",
"properties": {
"cloudesireConfigurationParameterId": {
"type": "string",
"description": "The ID of the Configuration Parameter in Cloudesire"
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://gist.githubusercontent.com/Sh3rd3n/a8c328b5dcadd0bd9518c94119a155c5/raw/5e1ee6c342fa0ca01cf6848be61033dc27de43e3/CloudesireProductVersionAndResellerCatalogExtension.schema.json",
"title": "CloudesireProductVersionAndResellerCatalogExtension",
"description": "Cloudesire's specific extension fields for TMForum that add the ProductVersion Id and ResellerCatalog Id",
"type": "object",
"properties": {
"cloudesireProductVersionId": {
"type": "integer",
"description": "The ID of the product version in Cloudesire"