├── .github └── workflows │ └── validate.yml ├── DISCLAIMER.md ├── LICENSE-3C.md ├── LICENSE.md ├── README.md ├── examples ├── introspectiondevicedataexample-collections.swagger.json └── introspectiondevicedataexample.swagger.json ├── schemas ├── DISCLAIMER.md ├── LICENSE.md ├── oic.common.properties.core-schema.json ├── oic.links.properties.core-schema.json └── oic.types-schema.json ├── swagger2.0 ├── oic.r.mqtt.conf.swagger.json ├── oic.wk.atomicmeasurement.swagger.json ├── oic.wk.col.swagger.json ├── oic.wk.d.swagger.json ├── oic.wk.introspection.swagger.json ├── oic.wk.p.swagger.json └── oic.wk.res.swagger.json └── tools └── gen_sections_jakartaplus_core.bat /.github/workflows/validate.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/.github/workflows/validate.yml -------------------------------------------------------------------------------- /DISCLAIMER.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/DISCLAIMER.md -------------------------------------------------------------------------------- /LICENSE-3C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/LICENSE-3C.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/README.md -------------------------------------------------------------------------------- /examples/introspectiondevicedataexample-collections.swagger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/examples/introspectiondevicedataexample-collections.swagger.json -------------------------------------------------------------------------------- /examples/introspectiondevicedataexample.swagger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/examples/introspectiondevicedataexample.swagger.json -------------------------------------------------------------------------------- /schemas/DISCLAIMER.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/schemas/DISCLAIMER.md -------------------------------------------------------------------------------- /schemas/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/schemas/LICENSE.md -------------------------------------------------------------------------------- /schemas/oic.common.properties.core-schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/schemas/oic.common.properties.core-schema.json -------------------------------------------------------------------------------- /schemas/oic.links.properties.core-schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/schemas/oic.links.properties.core-schema.json -------------------------------------------------------------------------------- /schemas/oic.types-schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/schemas/oic.types-schema.json -------------------------------------------------------------------------------- /swagger2.0/oic.r.mqtt.conf.swagger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/swagger2.0/oic.r.mqtt.conf.swagger.json -------------------------------------------------------------------------------- /swagger2.0/oic.wk.atomicmeasurement.swagger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/swagger2.0/oic.wk.atomicmeasurement.swagger.json -------------------------------------------------------------------------------- /swagger2.0/oic.wk.col.swagger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/swagger2.0/oic.wk.col.swagger.json -------------------------------------------------------------------------------- /swagger2.0/oic.wk.d.swagger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/swagger2.0/oic.wk.d.swagger.json -------------------------------------------------------------------------------- /swagger2.0/oic.wk.introspection.swagger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/swagger2.0/oic.wk.introspection.swagger.json -------------------------------------------------------------------------------- /swagger2.0/oic.wk.p.swagger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/swagger2.0/oic.wk.p.swagger.json -------------------------------------------------------------------------------- /swagger2.0/oic.wk.res.swagger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/swagger2.0/oic.wk.res.swagger.json -------------------------------------------------------------------------------- /tools/gen_sections_jakartaplus_core.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openconnectivityfoundation/core/HEAD/tools/gen_sections_jakartaplus_core.bat --------------------------------------------------------------------------------