Преглед на файлове

adding new field to API schema

main
Simon Bowie преди 4 дни
родител
ревизия
1084825889
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +2
    -2
      web/app/schemas.py

+ 2
- 2
web/app/schemas.py Целия файл

@@ -18,7 +18,7 @@ class UserSchema(ma.Schema):
# schema for JSON transformation of Resource table via Marshmallow
class ToolSchema(ma.Schema):
class Meta:
fields = ('id', 'name', 'description', 'developer', 'developerUrl', 'projectUrl', 'repositoryUrl', 'license', 'scriptingLanguage', 'expertiseToUse', 'expertiseToHost', 'dependencies', 'ingestFormats', 'outputFormats', 'status')
fields = ('id', 'name', 'description', 'developer', 'developerUrl', 'projectUrl', 'repositoryUrl', 'license', 'scriptingLanguage', 'expertiseToUse', 'expertiseToHost', 'dependencies', 'ingestFormats', 'outputFormats', 'videoUrl', 'status')
ordered = True

class PracticeSchema(ma.Schema):
@@ -28,7 +28,7 @@ class PracticeSchema(ma.Schema):

class BookSchema(ma.Schema):
class Meta:
fields = ('id', 'name', 'description', 'author', 'year', 'bookUrl', 'isbn')
fields = ('id', 'name', 'description', 'author', 'year', 'bookUrl', 'videoUrl', 'isbn')
ordered = True

# subschemas for nested fields

Loading…
Отказ
Запис