All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.codegen-web.2.1.35.source-code.schema.json Maven / Gradle / Ivy

There is a newer version: 2.1.37
Show newest version
{
  "lightapi.net/codegen/listFramework/0.0.1" : {
    "schema": {
    },
    "scope": "codegen.r"
  },
  "lightapi.net/codegen/getSchema/0.0.1" : {
    "schema": {
      "title" : "Service",
      "type" : "object",
      "properties" : {
        "framework": {
          "type" : "string"
        }
      },
      "required" : ["framework"]
    },
    "scope": "codegen.r"
  },
  "lightapi.net/codegen/validateUploadFile/0.0.1" : {
    "schema": {
    },
    "scope": "codegen.r"
  },
  "lightapi.net/codegen/multiple/0.0.1" : {
    "schema": {
      "title" : "Service",
      "type" : "object",
      "properties" : {
        "generators" : {
          "type" : "array",
          "items": {
            "properties": {
              "modelType": {
                "type": "string",
                "enum": ["C", "U"]
              },
              "modelText": {
                "type": ["string", "object"]
              },
              "modelUrl": {
                "type": "string"
              },
              "configType": {
                "type": "string",
                "enum": ["C", "U"]
              },
              "configText" : {
                "type": ["string", "object"]
              },
              "configUrl": {
                "type": "string"
              },
              "framework": {
                "type": "string"
              },
              "release": {
                "type": "string"
              }
            },
            "required": ["configType", "modelType", "framework", "release"]
          },
          "maxItems": 5,
          "minItems": 1
        }
      }
    },
    "scope": "codegen.w"
  },
  "lightapi.net/codegen/single/0.0.1" : {
    "schema": {
      "title" : "Service",
      "type" : "object",
      "properties": {
        "modelType": {
          "type": "string",
          "enum": ["C", "U"]
        },
        "modelText": {
          "type": ["string", "object"]
        },
        "modelUrl": {
          "type": "string"
        },
        "configType": {
          "type": "string",
          "enum": ["C", "U"]
        },
        "configText" : {
          "type": ["string", "object"]
        },
        "configUrl": {
          "type": "string"
        },
        "framework": {
          "type" : "string"
        },
        "release": {
          "type" : "string"
        }
      },
      "required": ["configType", "modelType", "framework", "release"]
    },
    "scope": "codegen.w"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy