Skip to content

Question about DELETE and nested sub-resources #171

@EricLo-417

Description

@EricLo-417

Hello OGC Connected System People,

I am currently making an implementation of the api and I have a question about what do per spec when deleting parents of sub-resources.
So for example, lets say I have a deployment that has a subdeployment which then has a subdeployment.
So
P -> C -> NestedChild

What is the intended chain?

NestedChild moves up a level?

P -> NestedChild

or

NestedChild becomes a top-level deployment
P
NestedChild

Looking under the CREATE/REPLACE/DELETE section, it only talks about CREATE for subdeployments but nothing for DELETE

Image

And then the deployments section also does not mention what to do if deployment was a parent

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions