Przeglądaj źródła

renamed file

master
Pascal Gloor 5 lat temu
rodzic
commit
5a3a6eac1c
1 zmienionych plików z 8 dodań i 11 usunięć
  1. 8
    11
      etc/openapi.json

+ 8
- 11
etc/openapi.json Wyświetl plik

@@ -37,16 +37,12 @@
"properties": {
"id": {
"readOnly": true,
"type": "integer",
"minimum": 0,
"maximum": 18446744073709551615
"type": "string"
},
"documentId": {
"readOnly": true,
"description": "Link to Document",
"type": "integer",
"minimum": 0,
"maximum": 18446744073709551615
"type": "string"
},
"name": {
"readOnly": false,
@@ -55,9 +51,7 @@
},
"created": {
"readOnly": true,
"type": "integer",
"minimum": 0,
"maximum": 18446744073709551615
"type": "string"
},
"owner": {
"readOnly": true,
@@ -75,12 +69,15 @@
"ok"
]
},
"languages": {
"language": {
"readOnly": true,
"description": "Languages in document in order of importance",
"type": "array",
"items": {
"type": "string",
"type": "object",
"properties": {
},
"enum": [
"en",
"de",

Ładowanie…
Anuluj
Zapisz