55 "userHeader" : " python-foundry-platform-sdk" ,
66 "description" : " The official Python library for the Foundry API" ,
77 "extraDocsDir" : " assets/docs_examples" ,
8- "openApiSpecPath" : " tmp/specs/openapi.yml" ,
9- "testsDir" : " test" ,
8+ "openApiSpecPath" : " tmp/api-definition.yml" ,
109 "exampleOperationName" : " createBranch" ,
11- "additionalRelationships" : [
12- [
13- " Datasets" ,
14- " Dataset" ,
15- " Branch"
16- ],
17- [
18- " Datasets" ,
19- " Dataset" ,
20- " File"
21- ],
22- [
23- " Datasets" ,
24- " Dataset" ,
25- " Transaction"
26- ],
27- [
28- " Ontologies" ,
29- " Ontology" ,
30- " ActionType"
31- ],
32- [
33- " Ontologies" ,
34- " Ontology" ,
35- " ObjectType"
36- ],
37- [
38- " Ontologies" ,
39- " Ontology" ,
40- " QueryType"
41- ]
42- ],
43- "namespaces" : {
44- "Datasets" : true ,
45- "Admin" : true ,
46- "OntologiesV2" : [
47- " listOntologiesV2" ,
48- " getOntologyV2" ,
49- " listActionTypesV2" ,
50- " getActionTypeV2" ,
51- " getOntologyFullMetadata" ,
52- " listDeployments" ,
53- " getDeployment" ,
54- " listObjectTypesV2" ,
55- " getObjectTypeV2" ,
56- " listOutgoingLinkTypesV2" ,
57- " getOutgoingLinkTypeV2" ,
58- " listQueryTypesV2" ,
59- " getQueryTypeV2"
60- ],
61- "Orchestration" : true
62- },
63- "namespaceRenames" : {
64- "OntologiesV2" : " Ontologies"
65- },
66- "resourceRenames" : {
67- "OntologyV2" : " Ontology" ,
68- "ActionTypeV2" : " ActionType" ,
69- "ObjectTypeV2" : " ObjectType"
10+ "majorVersionConfigs" : {
11+ "v1" : {
12+ "additionalRelationships" : [
13+ [
14+ " Datasets" ,
15+ " Dataset" ,
16+ " Branch"
17+ ],
18+ [
19+ " Datasets" ,
20+ " Dataset" ,
21+ " File"
22+ ],
23+ [
24+ " Datasets" ,
25+ " Dataset" ,
26+ " Transaction"
27+ ],
28+ [
29+ " Ontologies" ,
30+ " Ontology" ,
31+ " ActionType"
32+ ],
33+ [
34+ " Ontologies" ,
35+ " Ontology" ,
36+ " ObjectType"
37+ ],
38+ [
39+ " Ontologies" ,
40+ " Ontology" ,
41+ " QueryType"
42+ ]
43+ ],
44+ "namespaces" : {
45+ "Datasets" : true ,
46+ "Ontologies" : [
47+ " listOntologies" ,
48+ " getOntology" ,
49+ " listActionTypes" ,
50+ " getActionType" ,
51+ " getOntologyFullMetadata" ,
52+ " listObjectTypes" ,
53+ " getObjectType" ,
54+ " listOutgoingLinkTypes" ,
55+ " getOutgoingLinkType" ,
56+ " listQueryTypes" ,
57+ " getQueryType"
58+ ]
59+ }
60+ },
61+ "v2" : {
62+ "additionalRelationships" : [
63+ [
64+ " Ontologies" ,
65+ " Ontology" ,
66+ " ActionType"
67+ ],
68+ [
69+ " Ontologies" ,
70+ " Ontology" ,
71+ " ObjectType"
72+ ],
73+ [
74+ " Ontologies" ,
75+ " Ontology" ,
76+ " QueryType"
77+ ]
78+ ],
79+ "namespaces" : {
80+ "Datasets" : true ,
81+ "Admin" : true ,
82+ "OntologiesV2" : [
83+ " listOntologiesV2" ,
84+ " getOntologyV2" ,
85+ " listActionTypesV2" ,
86+ " getActionTypeV2" ,
87+ " getOntologyFullMetadata" ,
88+ " listDeployments" ,
89+ " getDeployment" ,
90+ " listObjectTypesV2" ,
91+ " getObjectTypeV2" ,
92+ " listOutgoingLinkTypesV2" ,
93+ " getOutgoingLinkTypeV2" ,
94+ " listQueryTypesV2" ,
95+ " getQueryTypeV2"
96+ ],
97+ "Orchestration" : true
98+ },
99+ "namespaceRenames" : {
100+ "OntologiesV2" : " Ontologies"
101+ },
102+ "resourceRenames" : {
103+ "OntologyV2" : " Ontology" ,
104+ "ActionTypeV2" : " ActionType" ,
105+ "ObjectTypeV2" : " ObjectType"
106+ }
107+ }
70108 }
71109}
0 commit comments