Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename the definition of "Object" #7

Open
bockha opened this issue Aug 10, 2018 · 0 comments
Open

rename the definition of "Object" #7

bockha opened this issue Aug 10, 2018 · 0 comments
Assignees
Labels
bug Something isn't working discussion refactoring

Comments

@bockha
Copy link
Member

bockha commented Aug 10, 2018

rename the definition Object in the REST API since Object is a reserved name in many programming languages

I suggest to rename it to TechnologyData.

Object:
type: object
properties:
id:
type: string
name:
type: string
description:
type: string
licenseFee:
type: integer
productCode:
type: integer
backgroundColor:
type: string
materials:
type: array
items:
$ref: '#/definitions/Component'
machines:
type: array
items:
$ref: '#/definitions/Component'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working discussion refactoring
Projects
None yet
Development

No branches or pull requests

3 participants