Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D Demonstrator - Reasoning WebAPI
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • cogsys
  • Dare2Del
  • Demonstrator - Reasoning WebAPI
  • Issues
  • #21

Closed
Open
Created Nov 16, 2020 by Siebers, Michael@michael.siebersOwner

Add key and type check for file/directory JSON payloads

Several endpoints require information on files or directories as JSON objects. When parsing these objects we should check that

  • no required key is missing,
  • values are of appropriate / expected type and
  • no unknown key is provided.

Without these checks semantic errors may occur which are hard to debug / detect (c.f. #19 (closed)).

Assignee
Assign to
Time tracking