-
Notifications
You must be signed in to change notification settings - Fork 1
[ID-125]Meta data dependancies #130
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
Conversation
driver/web/docs/schemas/index.yaml
Outdated
| # application | ||
| ContentItem: | ||
| $ref: "./application/ContentItem.yaml" | ||
| RewardClaim: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be tottaly honest i dont know from where this and ImageSpec came from for this issue, but i remove the from this PR
| $ref: "./application/FileContentItemRef.yaml" | ||
| ImageSpec: | ||
| $ref: "./application/ImageSpec.yaml" | ||
| $ref: "./application/ImageSpec.yaml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this?
petyos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM:
Fix docs.
| type: string | ||
| url: | ||
| type: string | ||
| ImageSpec: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be removed.
| $ref: "./application/DataContentItem.yaml" | ||
| FileContentItemRef: | ||
| $ref: "./application/FileContentItemRef.yaml" | ||
| ImageSpec: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be removed.
Description
Add a POST/GET/PUT/DELETE API and meta_data collection in mongo
the object shoul look like this:
{
"id": "string",
"key": "string",
"value": {}, // map[string]interface{}
"date_created": "string",
"date_updated": "string",
}
**Resolves #125
Review Time Estimate
Type of changes
Checklist: