Skip to content

Commit 09073a1

Browse files
Update schema.v2.json
1 parent 8a206c3 commit 09073a1

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed

Diff for: static/schema/schema.v2.json

+107
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,113 @@
917917
},
918918
"additionalProperties": false,
919919
"default": {}
920+
},
921+
"code_generation": {
922+
"type": "object",
923+
"properties": {
924+
"docstrings": {
925+
"type": "object",
926+
"properties": {
927+
"language": {
928+
"type": "string",
929+
"enum": [
930+
"de",
931+
"de-DE",
932+
"de-AT",
933+
"de-CH",
934+
"en",
935+
"en-US",
936+
"en-AU",
937+
"en-GB",
938+
"en-CA",
939+
"en-NZ",
940+
"en-ZA",
941+
"es",
942+
"es-AR",
943+
"fr",
944+
"fr-CA",
945+
"fr-CH",
946+
"fr-BE",
947+
"nl",
948+
"nl-BE",
949+
"pt-AO",
950+
"pt",
951+
"pt-BR",
952+
"pt-MZ",
953+
"pt-PT",
954+
"ar",
955+
"ast-ES",
956+
"ast",
957+
"be-BY",
958+
"be",
959+
"br-FR",
960+
"br",
961+
"ca-ES",
962+
"ca",
963+
"ca-ES-valencia",
964+
"ca-ES-balear",
965+
"da-DK",
966+
"da",
967+
"de-DE-x-simple-language",
968+
"el-GR",
969+
"el",
970+
"eo",
971+
"fa",
972+
"ga-IE",
973+
"ga",
974+
"gl-ES",
975+
"gl",
976+
"it",
977+
"ja-JP",
978+
"ja",
979+
"km-KH",
980+
"km",
981+
"ko-KR",
982+
"ko",
983+
"pl-PL",
984+
"pl",
985+
"ro-RO",
986+
"ro",
987+
"ru-RU",
988+
"ru",
989+
"sk-SK",
990+
"sk",
991+
"sl-SI",
992+
"sl",
993+
"sv",
994+
"ta-IN",
995+
"ta",
996+
"tl-PH",
997+
"tl",
998+
"tr",
999+
"uk-UA",
1000+
"uk",
1001+
"zh-CN",
1002+
"zh",
1003+
"crh-UA",
1004+
"crh",
1005+
"nb",
1006+
"no",
1007+
"nl-NL",
1008+
"de-DE-x-simple-language-DE",
1009+
"es-ES",
1010+
"it-IT",
1011+
"fa-IR",
1012+
"sv-SE",
1013+
"de-LU",
1014+
"fr-FR"
1015+
],
1016+
"default": "en-US",
1017+
"description": "Set the language for docstrings by using the corresponding ISO language code."
1018+
}
1019+
},
1020+
"additionalProperties": false,
1021+
"default": {},
1022+
"description": "Settings related to the generation of docstrings."
1023+
}
1024+
},
1025+
"additionalProperties": false,
1026+
"default": {}
9201027
}
9211028
},
9221029
"additionalProperties": false

0 commit comments

Comments
 (0)