Giter Site home page Giter Site logo

Redfish Service Validator is not checking or navigating the properties of a OEM schema when basetype is Resource.OemObject about redfish-service-validator HOT 3 OPEN

manipk01 avatar manipk01 commented on July 23, 2024
Redfish Service Validator is not checking or navigating the properties of a OEM schema when basetype is Resource.OemObject

from redfish-service-validator.

Comments (3)

mraineri avatar mraineri commented on July 23, 2024

Can you please provide the debug output of the tool and sample resource responses? At least using the contents of the public-oem-example mockup, I see the tool parsing the OEM extensions and following the path to the /redfish/v1/Oem/Contoso/TurboencabulatorService resource.

from redfish-service-validator.

mraineri avatar mraineri commented on July 23, 2024

"Resource.OemObject" is used to enforce expected typing for the OEM extensions. The "Oem" object definition has a bit of hardening to ensure the only contents of "Oem": { } are properly-defined OEM extension objects. This is enforced by this definition...

      <ComplexType Name="Oem">
        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
        <Annotation Term="Redfish.DynamicPropertyPatterns">
          <Collection>
            <Record>
              <PropertyValue Property="Pattern" String="^[A-Za-z0-9_]+$"/>
              <PropertyValue Property="Type" String="Resource.OemObject"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="OData.Description" String="The OEM extension."/>
        <Annotation Term="OData.LongDescription" String="This object represents the OEM properties.  The resource values shall comply with the Redfish Specification-described requirements."/>
      </ComplexType>

The above definition essentially states that "Oem can contain properties whose name matches "^[A-Za-z0-9_]+$" and stem from the OemObject definition". This is to ensure we don't have things like string properties inside of "Oem".

from redfish-service-validator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.