Skip to content
  1. Sep 29, 2024
  2. Sep 22, 2024
    • daniel-gonzalez-sanchez's avatar
      Deleting the schema SystemGeneratedAttributes for grouping schemas of... · 38ebadda
      daniel-gonzalez-sanchez authored
      Deleting the schema SystemGeneratedAttributes for grouping schemas of system-generated temporal attributes (i.e., createdAt, modifiedAt, and deletedAt) and updating the references to them directly. The problem is that if the schemas of the system-generated temporal attributes are grouped under a schema SystemGeneratedAttributes their data appears with the SystemGeneratedAttributes wrapper when is referenced by another schema or operation.
      38ebadda
  3. Jul 17, 2024
  4. Jul 16, 2024
  5. Jul 14, 2024
  6. Jul 13, 2024
  7. Jun 12, 2024
  8. May 27, 2024
    • daniel-gonzalez-sanchez's avatar
      Adding the optional query parameter type for the selection of Entity type in... · 23ab29b4
      daniel-gonzalez-sanchez authored
      Adding the optional query parameter type for the selection of Entity type in additional operations as indicated in ETSI GS CIM 009 V1.7.1 (i.e., 6.5.3.1 GET /entities/{entityId}, 6.5.3.2 DELETE /entities/{entityId}, 6.5.3.3 PUT /entities/{entityId}, 6.5.3.4 PATCH /entities/{entityId}, 6.6.3.1 POST /entities/{entityId}/attrs/, 6.6.3.2 PATCH /entities/{entityId}/attrs/, 6.7.3.1 PATCH /entities/{entityId}/attrs/{attrId}, 6.7.3.2 DELETE /entities/{entityId}/attrs/{attrId}, and 6.7.3.3 PUT /entities/{entityId}/attrs/{attrId}). Adding the optional query parameter options for the selection of noOverwrite value for 6.6.3.1 POST /entities/{entityId}/attrs/ operation as indicated in ETSI GS CIM 009 V1.7.1.
      23ab29b4
  9. May 26, 2024