Skip to content
Snippets Groups Projects
Commit 715f0ac4 authored by Justin Ehlert's avatar Justin Ehlert
Browse files

Rename file to file-entry

Python codegen had a problem with the name `file`.
parent dda38504
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@
},
"files":{
"type":"array",
"items": {"$ref":"file.json#/definitions/file"}
"items":{"$ref":"file.json#/definitions/file-entry"}
},
"job":{
"oneOf":[
......
......@@ -41,7 +41,7 @@
"maxLength":106
},
"size":{"type":"integer"},
"file": {
"file-entry": {
"type": "object",
"properties": {
"name": {"$ref":"#/definitions/name"},
......@@ -89,7 +89,7 @@
},
"file-output":{
"type": "object",
"allOf": [{"$ref":"#/definitions/file"}],
"allOf": [{"$ref":"#/definitions/file-entry"}],
"required":["modified", "size"]
},
"file-reference": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment