All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
.codegen-web.2.1.35.source-code.schema.json Maven / Gradle / Ivy
{
"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"
}
}