|
1187 | 1187 | "EntryNodeCreate": {
|
1188 | 1188 | "properties": {
|
1189 | 1189 | "name": { "type": "string", "title": "Name" },
|
1190 |
| - "main_language_code": { |
1191 |
| - "type": "string", |
1192 |
| - "title": "Main Language Code" |
1193 |
| - } |
| 1190 | + "mainLanguageCode": { "type": "string", "title": "Mainlanguagecode" } |
1194 | 1191 | },
|
1195 | 1192 | "type": "object",
|
1196 |
| - "required": ["name", "main_language_code"], |
| 1193 | + "required": ["name", "mainLanguageCode"], |
1197 | 1194 | "title": "EntryNodeCreate"
|
1198 | 1195 | },
|
1199 | 1196 | "ErrorNode": {
|
1200 | 1197 | "properties": {
|
1201 | 1198 | "id": { "type": "string", "title": "Id" },
|
1202 |
| - "taxonomy_name": { "type": "string", "title": "Taxonomy Name" }, |
1203 |
| - "branch_name": { "type": "string", "title": "Branch Name" }, |
1204 |
| - "created_at": { |
| 1199 | + "taxonomyName": { "type": "string", "title": "Taxonomyname" }, |
| 1200 | + "branchName": { "type": "string", "title": "Branchname" }, |
| 1201 | + "createdAt": { |
1205 | 1202 | "type": "string",
|
1206 | 1203 | "format": "date-time",
|
1207 |
| - "title": "Created At" |
| 1204 | + "title": "Createdat" |
1208 | 1205 | },
|
1209 | 1206 | "warnings": {
|
1210 | 1207 | "items": { "type": "string" },
|
|
1220 | 1217 | "type": "object",
|
1221 | 1218 | "required": [
|
1222 | 1219 | "id",
|
1223 |
| - "taxonomy_name", |
1224 |
| - "branch_name", |
1225 |
| - "created_at", |
| 1220 | + "taxonomyName", |
| 1221 | + "branchName", |
| 1222 | + "createdAt", |
1226 | 1223 | "warnings",
|
1227 | 1224 | "errors"
|
1228 | 1225 | ],
|
|
1248 | 1245 | "allOf": [{ "$ref": "#/components/schemas/ProjectStatus" }],
|
1249 | 1246 | "default": "LOADING"
|
1250 | 1247 | },
|
1251 |
| - "taxonomy_name": { "type": "string", "title": "Taxonomy Name" }, |
1252 |
| - "branch_name": { "type": "string", "title": "Branch Name" }, |
| 1248 | + "taxonomyName": { "type": "string", "title": "Taxonomyname" }, |
| 1249 | + "branchName": { "type": "string", "title": "Branchname" }, |
1253 | 1250 | "description": { "type": "string", "title": "Description" },
|
1254 |
| - "is_from_github": { "type": "boolean", "title": "Is From Github" }, |
1255 |
| - "created_at": { |
| 1251 | + "ownerName": { "type": "string", "title": "Ownername" }, |
| 1252 | + "isFromGithub": { "type": "boolean", "title": "Isfromgithub" }, |
| 1253 | + "createdAt": { |
1256 | 1254 | "type": "string",
|
1257 | 1255 | "format": "date-time",
|
1258 |
| - "title": "Created At" |
| 1256 | + "title": "Createdat" |
1259 | 1257 | },
|
1260 |
| - "github_checkout_commit_sha": { |
| 1258 | + "githubCheckoutCommitSha": { |
1261 | 1259 | "anyOf": [{ "type": "string" }, { "type": "null" }],
|
1262 |
| - "title": "Github Checkout Commit Sha" |
| 1260 | + "title": "Githubcheckoutcommitsha" |
1263 | 1261 | },
|
1264 |
| - "github_file_latest_sha": { |
| 1262 | + "githubFileLatestSha": { |
1265 | 1263 | "anyOf": [{ "type": "string" }, { "type": "null" }],
|
1266 |
| - "title": "Github File Latest Sha" |
| 1264 | + "title": "Githubfilelatestsha" |
1267 | 1265 | },
|
1268 |
| - "github_pr_url": { |
| 1266 | + "githubPrUrl": { |
1269 | 1267 | "anyOf": [{ "type": "string" }, { "type": "null" }],
|
1270 |
| - "title": "Github Pr Url" |
| 1268 | + "title": "Githubprurl" |
1271 | 1269 | }
|
1272 | 1270 | },
|
1273 | 1271 | "type": "object",
|
1274 | 1272 | "required": [
|
1275 | 1273 | "id",
|
1276 |
| - "taxonomy_name", |
1277 |
| - "branch_name", |
| 1274 | + "taxonomyName", |
| 1275 | + "branchName", |
1278 | 1276 | "description",
|
1279 |
| - "is_from_github", |
1280 |
| - "created_at" |
| 1277 | + "ownerName", |
| 1278 | + "isFromGithub", |
| 1279 | + "createdAt" |
1281 | 1280 | ],
|
1282 | 1281 | "title": "Project"
|
1283 | 1282 | },
|
|
0 commit comments