podhmo / metashape

0 stars 1 forks source link

Fix openapi inputs #106

Open podhmo opened 3 years ago

podhmo commented 3 years ago

for #99

podhmo commented 3 years ago

this pr does not fix bug.

          "id": {
            "allOf": [
              {
                "$ref": "#/components/schemas/Integer"
              },
              {
                "description": "The unique identifier for the attachment."
              }
            ]
          },