diff --git a/nerm/requestBodies/PATCH/Attribute.yaml b/nerm/requestBodies/PATCH/Attribute.yaml index ad70eec..93507de 100644 --- a/nerm/requestBodies/PATCH/Attribute.yaml +++ b/nerm/requestBodies/PATCH/Attribute.yaml @@ -4,6 +4,6 @@ content: schema: type: object properties: - ne_attribute_option: + ne_attribute: type: object $ref: "../../schemas/PATCH/Attribute.yaml" \ No newline at end of file diff --git a/nerm/requestBodies/POST/Attribute.yaml b/nerm/requestBodies/POST/Attribute.yaml index 4f22691..76acdab 100644 --- a/nerm/requestBodies/POST/Attribute.yaml +++ b/nerm/requestBodies/POST/Attribute.yaml @@ -4,6 +4,6 @@ content: schema: type: object properties: - ne_attribute_option: + ne_attribute: type: object $ref: "../../schemas/POST/Attribute.yaml" \ No newline at end of file