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

schemas: addition of extracted_metadata #36

Merged
merged 1 commit into from
Dec 9, 2016

Conversation

drjova
Copy link
Contributor

@drjova drjova commented Dec 9, 2016

Signed-off-by: Harris Tzovanakis me@drjova.com

@@ -23,6 +23,9 @@
"type": "object"
}
}
},
"extracted_metadata": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be like this?

      {
        "properties": {
          "_deposit": {
            "type": "object",
            "properties": {
              "state": {
                "type": "object"
              },
              "extracted_metadata": {
                "type": "object"
              }
            }
          },
        }
      },

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 indeed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hachreak done 💃

Signed-off-by: Harris Tzovanakis <me@drjova.com>
Copy link
Contributor

@hachreak hachreak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@drjova drjova merged commit ef98f76 into CERNDocumentServer:master Dec 9, 2016
@drjova drjova deleted the extracted-metadata branch December 9, 2016 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants