Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
fixes #19
Browse files Browse the repository at this point in the history
  • Loading branch information
didimitrie committed May 21, 2018
1 parent 964f652 commit a9069b1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions SpeckleV1OpenApiSpecs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9083,8 +9083,8 @@ JWT_Token_Auth
"ancestors": [],
"transform": [],
"degree": 0,
"periodic": 0,
"rational": 0,
"periodic": true,
"rational": true,
"points": [],
"weights": [],
"knots": [],
Expand Down Expand Up @@ -9113,8 +9113,8 @@ JWT_Token_Auth
|*anonymous*|object|false|No description|
|» type|any|false|No description|
|» degree|number|false|No description|
|» periodic|number|false|No description|
|» rational|number|false|No description|
|» periodic|boolean|false|No description|
|» rational|boolean|false|No description|
|» points|[number]|false|No description|
|» weights|[number]|false|No description|
|» knots|[number]|false|No description|
Expand Down
4 changes: 2 additions & 2 deletions SpeckleV1OpenApiSpecs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1524,9 +1524,9 @@ definitions:
degree:
type: number
periodic:
type: number
type: boolean
rational:
type: number
type: boolean
points:
type: array
items:
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10558,8 +10558,8 @@ <h2 id="tocSspecklecurve">SpeckleCurve</h2>
<span class="hljs-attr">"ancestors"</span>: [],
<span class="hljs-attr">"transform"</span>: [],
<span class="hljs-attr">"degree"</span>: <span class="hljs-number">0</span>,
<span class="hljs-attr">"periodic"</span>: <span class="hljs-number">0</span>,
<span class="hljs-attr">"rational"</span>: <span class="hljs-number">0</span>,
<span class="hljs-attr">"periodic"</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">"rational"</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">"points"</span>: [],
<span class="hljs-attr">"weights"</span>: [],
<span class="hljs-attr">"knots"</span>: [],
Expand Down Expand Up @@ -10618,13 +10618,13 @@ <h3 id="properties">Properties</h3>
</tr>
<tr>
<td>» periodic</td>
<td>number</td>
<td>boolean</td>
<td>false</td>
<td>No description</td>
</tr>
<tr>
<td>» rational</td>
<td>number</td>
<td>boolean</td>
<td>false</td>
<td>No description</td>
</tr>
Expand Down

0 comments on commit a9069b1

Please sign in to comment.