Skip to content
Success

Console Output

Started by user Thomas Jaeckle
Running as Thomas Jaeckle
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-q1d3n is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-q1d3n"
  namespace: "ditto"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ditto.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-q1d3n"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-q1d3n"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ditto.svc.cluster.local/ditto/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-ditto"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-q1d3n in /home/jenkins/agent/workspace/website-build-and-deploy-fast
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout Ditto master)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ditto/ditto.git
 > git init /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto # timeout=10
Fetching upstream changes from https://github.com/eclipse-ditto/ditto.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ditto/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 2157ca59ea70caabf80140133cb8f367f968ae37 (refs/remotes/origin/master)
Commit message: "Merge remote-tracking branch 'origin/master'"
First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/eclipse-ditto/ditto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2157ca59ea70caabf80140133cb8f367f968ae37 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 2157ca59ea70caabf80140133cb8f367f968ae37 # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout Ditto release-3.3)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.3
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ditto/ditto.git
 > git init /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.3 # timeout=10
Fetching upstream changes from https://github.com/eclipse-ditto/ditto.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ditto/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 27a1f2365cc001c82ecefb7e8d7f808f9e59bebf (refs/remotes/origin/release-3.3)
 > git config remote.origin.url https://github.com/eclipse-ditto/ditto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/release-3.3^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 27a1f2365cc001c82ecefb7e8d7f808f9e59bebf # timeout=10
Commit message: "prepare Helm chart for 3.3.0 release"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release-3.3 27a1f2365cc001c82ecefb7e8d7f808f9e59bebf # timeout=10
[Pipeline] stage
[Pipeline] { (Build documentation for master)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto
[Pipeline] {
[Pipeline] sh
+ mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.ditto:ditto-internal-utils-akka:test-jar -> duplicate declaration of version (?) @ org.eclipse.ditto:ditto-policies-service:${revision}, /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto/policies/service/pom.xml, line 143, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] The project org.eclipse.ditto:ditto:pom:0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Ditto                                                      [pom]
[INFO] Eclipse Ditto :: Documentation                                     [pom]
[INFO] 
[INFO] ----------------------< org.eclipse.ditto:ditto >-----------------------
[INFO] Building Eclipse Ditto 0-SNAPSHOT                                  [1/2]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto ---
[INFO] 
[INFO] --- flatten:1.2.7:clean (flatten.clean) @ ditto ---
[INFO] 
[INFO] --- license:4.1:check (default) @ ditto ---
[WARNING] Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use {@link LicenseSet#excludes}
[WARNING] Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use {@link LicenseSet#header}
[WARNING] Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use {@link LicenseSet#includes}
[WARNING] Parameter 'legacyConfigValidHeaders' is deprecated: use {@link LicenseSet#validHeaders}
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- jacoco:0.8.7:prepare-agent (prepare-agent) @ ditto ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto/target/jacoco.exec
[INFO] 
[INFO] --- license:2.0.0:add-third-party (default-cli) @ ditto ---
[WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now {@link #licenseMergesUrl}
[WARNING] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.2.7:flatten (flatten) @ ditto ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT...
[INFO] 
[INFO] --- dependency:3.2.0:unpack-dependencies (copy-legal-docs) @ ditto ---
[INFO] 
[INFO] ---------------< org.eclipse.ditto:ditto-documentation >----------------
[INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT                 [2/2]
[INFO]   from documentation/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-documentation ---
[INFO] 
[INFO] --- flatten:1.2.7:clean (flatten.clean) @ ditto-documentation ---
[INFO] 
[INFO] --- jacoco:0.8.7:prepare-agent (prepare-agent) @ ditto-documentation ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto/documentation/target/jacoco.exec
[INFO] 
[INFO] --- gem:2.0.1:exec (generate-documentation) @ ditto-documentation ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0

[INFO] Successfully installed jekyll-3.6.2
[INFO] Successfully installed addressable-2.5.2
[INFO] Successfully installed public_suffix-3.0.1
[INFO] Successfully installed colorator-1.1.0
[INFO] Successfully installed jekyll-sass-converter-1.5.0
[INFO] Successfully installed sass-3.5.3
[INFO] Successfully installed sass-listen-4.0.0
[INFO] Successfully installed jekyll-watch-1.5.0
[INFO] Successfully installed listen-3.0.8
[INFO] Successfully installed rb-fsevent-0.10.2
[INFO] Successfully installed rb-inotify-0.9.10
[INFO] Successfully installed ffi-1.9.18-java
[INFO] Successfully installed kramdown-1.15.0
[INFO] Successfully installed liquid-4.0.0
[INFO] Successfully installed mercenary-0.3.6
[INFO] Successfully installed pathutil-0.16.0
[INFO] Successfully installed forwardable-extended-2.6.0
[INFO] Successfully installed rouge-2.2.1
[INFO] Successfully installed safe_yaml-1.0.4
[INFO] Successfully installed jekyll-sitemap-1.1.1
[INFO] 20 gems installed
[WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
2023-06-23T06:43:58.378Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.

[WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
2023-06-23T06:44:12.459Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.

[INFO] Configuration file: /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto/documentation/src/main/resources/_config.yml
[INFO]             Source: /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto/documentation/src/main/resources
[INFO]        Destination: /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto/documentation/target/classes
[INFO]  Incremental build: disabled. Enable with --incremental
[INFO]       Generating... 
[INFO]                     done in 23.838 seconds.
[INFO]  Auto-regeneration: disabled. Use --watch to enable.
[WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
2023-06-23T06:44:14.258Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.

[INFO] 
[INFO] --- flatten:1.2.7:flatten (flatten) @ ditto-documentation ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT...
[INFO] 
[INFO] --- assembly:3.3.0:single (make-assembly) @ ditto-documentation ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Reading assembly descriptor: src/main/resources/assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Ditto ...................................... SUCCESS [ 11.844 s]
[INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [ 59.023 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:19 min
[INFO] Finished at: 2023-06-23T06:44:41Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation for release-3.3)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.3
[Pipeline] {
[Pipeline] sh
+ mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.ditto:ditto-internal-utils-akka:test-jar -> duplicate declaration of version (?) @ org.eclipse.ditto:ditto-policies-service:${revision}, /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.3/policies/service/pom.xml, line 143, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] The project org.eclipse.ditto:ditto:pom:0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Ditto                                                      [pom]
[INFO] Eclipse Ditto :: Documentation                                     [pom]
[INFO] 
[INFO] ----------------------< org.eclipse.ditto:ditto >-----------------------
[INFO] Building Eclipse Ditto 0-SNAPSHOT                                  [1/2]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto ---
[INFO] 
[INFO] --- flatten:1.2.7:clean (flatten.clean) @ ditto ---
[INFO] 
[INFO] --- license:4.1:check (default) @ ditto ---
[WARNING] Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use {@link LicenseSet#excludes}
[WARNING] Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use {@link LicenseSet#header}
[WARNING] Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use {@link LicenseSet#includes}
[WARNING] Parameter 'legacyConfigValidHeaders' is deprecated: use {@link LicenseSet#validHeaders}
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- jacoco:0.8.7:prepare-agent (prepare-agent) @ ditto ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.3/target/jacoco.exec
[INFO] 
[INFO] --- license:2.0.0:add-third-party (default-cli) @ ditto ---
[WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now {@link #licenseMergesUrl}
[WARNING] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.2.7:flatten (flatten) @ ditto ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT...
[INFO] 
[INFO] --- dependency:3.2.0:unpack-dependencies (copy-legal-docs) @ ditto ---
[INFO] 
[INFO] ---------------< org.eclipse.ditto:ditto-documentation >----------------
[INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT                 [2/2]
[INFO]   from documentation/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-documentation ---
[INFO] 
[INFO] --- flatten:1.2.7:clean (flatten.clean) @ ditto-documentation ---
[INFO] 
[INFO] --- jacoco:0.8.7:prepare-agent (prepare-agent) @ ditto-documentation ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.3/documentation/target/jacoco.exec
[INFO] 
[INFO] --- gem:2.0.1:exec (generate-documentation) @ ditto-documentation ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0

[INFO] Successfully installed jekyll-3.6.2
[INFO] Successfully installed addressable-2.5.2
[INFO] Successfully installed public_suffix-3.0.1
[INFO] Successfully installed colorator-1.1.0
[INFO] Successfully installed jekyll-sass-converter-1.5.0
[INFO] Successfully installed sass-3.5.3
[INFO] Successfully installed sass-listen-4.0.0
[INFO] Successfully installed jekyll-watch-1.5.0
[INFO] Successfully installed listen-3.0.8
[INFO] Successfully installed rb-fsevent-0.10.2
[INFO] Successfully installed rb-inotify-0.9.10
[INFO] Successfully installed ffi-1.9.18-java
[INFO] Successfully installed kramdown-1.15.0
[INFO] Successfully installed liquid-4.0.0
[INFO] Successfully installed mercenary-0.3.6
[INFO] Successfully installed pathutil-0.16.0
[INFO] Successfully installed forwardable-extended-2.6.0
[INFO] Successfully installed rouge-2.2.1
[INFO] Successfully installed safe_yaml-1.0.4
[INFO] Successfully installed jekyll-sitemap-1.1.1
[INFO] 20 gems installed
[WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
2023-06-23T06:45:05.024Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.

[WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
2023-06-23T06:45:18.123Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.

[INFO] Configuration file: /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.3/documentation/src/main/resources/_config.yml
[INFO]             Source: /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.3/documentation/src/main/resources
[INFO]        Destination: /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.3/documentation/target/classes
[INFO]  Incremental build: disabled. Enable with --incremental
[INFO]       Generating... 
[INFO]                     done in 24.235 seconds.
[INFO]  Auto-regeneration: disabled. Use --watch to enable.
[WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
2023-06-23T06:45:19.940Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.

[INFO] 
[INFO] --- flatten:1.2.7:flatten (flatten) @ ditto-documentation ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT...
[INFO] 
[INFO] --- assembly:3.3.0:single (make-assembly) @ ditto-documentation ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Reading assembly descriptor: src/main/resources/assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.3/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Ditto ...................................... SUCCESS [  2.934 s]
[INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [ 45.347 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  49.563 s
[INFO] Finished at: 2023-06-23T06:45:47Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout website)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast/website
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials eclipse-ditto-bot (GitHub bot SSH)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-wsxjT8Zcydkw/agent.1042
SSH_AGENT_PID=1044
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/website-build-and-deploy-fast/website@tmp/private_key_9265826095207026380.key (/home/jenkins/agent/workspace/website-build-and-deploy-fast/website@tmp/private_key_9265826095207026380.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git clone git@github.com:eclipse/ditto-website.git .
Cloning into '.'...
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1044 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish website)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast/website
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials eclipse-ditto-bot (GitHub bot SSH)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-F8tKWDvL3mXg/agent.1076
SSH_AGENT_PID=1078
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/website-build-and-deploy-fast/website@tmp/private_key_4229876407256459193.key (/home/jenkins/agent/workspace/website-build-and-deploy-fast/website@tmp/private_key_4229876407256459193.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git config user.name 'Eclipse Ditto Bot'
[Pipeline] sh
+ git config user.email ditto-bot@eclipse.org
[Pipeline] sh
+ echo 'Git repo files:'
Git repo files:
[Pipeline] sh
+ ls -laR
.:
total 20944
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000    124 Jun 23 06:46 ..
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 1.0
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 1.1
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 1.2
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 1.3
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 1.4
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 1.5
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 2.0
-rw-r--r--.  1 jenkins 1001020000  13321 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13339 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14402 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13880 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14339 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17566 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17380 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  14037 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  91219 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13863 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  14061 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26657 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14145 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14994 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14230 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13832 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29588 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13399 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13989 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13919 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14407 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17504 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13952 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15236 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  14067 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16571 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53461 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15798 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14607 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14440 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17804 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37435 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14231 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24477 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18372 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14507 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29373 Jun 23 06:46 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45158 Jun 23 06:46 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30540 Jun 23 06:46 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23300 Jun 23 06:46 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16840 Jun 23 06:46 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  52116 Jun 23 06:46 2021-06-17-hmac-credentials.html
-rw-r--r--.  1 jenkins 1001020000  34342 Jun 23 06:46 2021-09-23-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000  16671 Jun 23 06:46 2021-09-27-release-announcement-210.html
-rw-r--r--.  1 jenkins 1001020000  18172 Jun 23 06:46 2021-09-29-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  29324 Jun 23 06:46 2021-11-03-oauth2.html
-rw-r--r--.  1 jenkins 1001020000  15793 Jun 23 06:46 2021-11-22-release-announcement-220.html
-rw-r--r--.  1 jenkins 1001020000  26832 Jun 23 06:46 2021-12-20-http-live-channel.html
-rw-r--r--.  1 jenkins 1001020000  24754 Jun 23 06:46 2021-12-22-live-channel-condition.html
-rw-r--r--.  1 jenkins 1001020000  17342 Jun 23 06:46 2022-01-21-release-announcement-230.html
-rw-r--r--.  1 jenkins 1001020000  32859 Jun 23 06:46 2022-03-03-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  16512 Jun 23 06:46 2022-04-14-release-announcement-240.html
-rw-r--r--.  1 jenkins 1001020000  17490 Jun 23 06:46 2022-07-12-reactive-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  17655 Jun 23 06:46 2022-09-28-release-announcement-300.html
-rw-r--r--.  1 jenkins 1001020000  27424 Jun 23 06:46 2022-11-04-live-message-conditions.html
-rw-r--r--.  1 jenkins 1001020000  15728 Jun 23 06:46 2022-12-16-release-announcement-310.html
-rw-r--r--.  1 jenkins 1001020000  16091 Jun 23 06:46 2023-03-08-release-announcement-320.html
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 2.1
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 2.2
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 2.3
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 2.4
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 3.0
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 3.1
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 3.2
-rw-r--r--.  1 jenkins 1001020000  65029 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  75419 Jun 23 06:46 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  68408 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  68424 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  66860 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  66787 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  66890 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  67587 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000 108724 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  68727 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  70197 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  71088 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  78484 Jun 23 06:46 basic-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000 108514 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  75989 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  70460 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  82262 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  85005 Jun 23 06:46 basic-history.html
-rw-r--r--.  1 jenkins 1001020000  75955 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000 114436 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  69166 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  69560 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  95076 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000 111555 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  82364 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  77683 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  65846 Jun 23 06:46 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  67156 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  65551 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  66011 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  65964 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  68636 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  72653 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000 186778 Jun 23 06:46 basic-wot-integration-example.html
-rw-r--r--.  1 jenkins 1001020000 106695 Jun 23 06:46 basic-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  23561 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  22724 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  99928 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  68376 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  65405 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  66581 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000 134566 Jun 23 06:46 connectivity-hmac-signing.html
-rw-r--r--.  1 jenkins 1001020000  84216 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000  97917 Jun 23 06:46 connectivity-manage-connections-piggyback.html
-rw-r--r--.  1 jenkins 1001020000 185954 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  66509 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  77516 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  83034 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  86719 Jun 23 06:46 connectivity-protocol-bindings-hono.html
-rw-r--r--.  1 jenkins 1001020000  89742 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  91142 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  98265 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  97213 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  73697 Jun 23 06:46 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  74006 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  66058 Jun 23 06:46 feedback.html
-rw-r--r--.  1 jenkins 1001020000 130086 Jun 23 06:46 feed.xml
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
drwxr-sr-x.  8 jenkins 1001020000    163 Jun 23 06:46 .git
-rw-r--r--.  1 jenkins 1001020000  67050 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 127583 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11719 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  72033 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  68166 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  70676 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  83501 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  69281 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  89524 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  5 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  16417 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  65754 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000  74715 Jun 23 06:46 installation-extending.html
-rw-r--r--.  1 jenkins 1001020000 170247 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  68232 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  67291 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  82691 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  68890 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     84 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  69802 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  66827 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  66371 Jun 23 06:46 protocol-examples-connections-announcement-closed.html
-rw-r--r--.  1 jenkins 1001020000  66371 Jun 23 06:46 protocol-examples-connections-announcement-opened.html
-rw-r--r--.  1 jenkins 1001020000  69291 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  69785 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  68965 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  70049 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  68777 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  71987 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  72359 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  69965 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  68677 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  68842 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  81990 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  68288 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  68245 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  68400 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  68488 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  68467 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  68275 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  68217 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  68388 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  68367 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  68269 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  68166 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 127910 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  74699 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  71230 Jun 23 06:46 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  71496 Jun 23 06:46 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  72095 Jun 23 06:46 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  70853 Jun 23 06:46 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  70967 Jun 23 06:46 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  72786 Jun 23 06:46 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  73030 Jun 23 06:46 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  69084 Jun 23 06:46 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  71972 Jun 23 06:46 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  70730 Jun 23 06:46 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  70494 Jun 23 06:46 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  74318 Jun 23 06:46 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  69294 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  69788 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  68968 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  70052 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  68780 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  71990 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  72362 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  71368 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  69968 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  68680 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  68654 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  79710 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  66804 Jun 23 06:46 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  69110 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  71539 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  67845 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  67522 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  67173 Jun 23 06:46 protocol-examples-policies-deleteimport.html
-rw-r--r--.  1 jenkins 1001020000  67141 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  67058 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  67180 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  67161 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 109910 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  67633 Jun 23 06:46 protocol-examples-policies-modifyimport.html
-rw-r--r--.  1 jenkins 1001020000  68412 Jun 23 06:46 protocol-examples-policies-modifyimports.html
-rw-r--r--.  1 jenkins 1001020000  71647 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  69110 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  69310 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  67845 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  68178 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  67522 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  67851 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  67598 Jun 23 06:46 protocol-examples-policies-retrieveimport.html
-rw-r--r--.  1 jenkins 1001020000  68411 Jun 23 06:46 protocol-examples-policies-retrieveimports.html
-rw-r--r--.  1 jenkins 1001020000  70622 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  68769 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  70446 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  67844 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  68009 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  67521 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  67682 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  67649 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  67803 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  67512 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  68069 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  67417 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  68913 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  69082 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  67998 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  67338 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  67314 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  71484 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  71085 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  77869 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  66236 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  67503 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  68218 Jun 23 06:46 protocol-specification-connections-announcement.html
-rw-r--r--.  1 jenkins 1001020000  66798 Jun 23 06:46 protocol-specification-connections.html
-rw-r--r--.  1 jenkins 1001020000  66101 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  77838 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  67464 Jun 23 06:46 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  87925 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  73956 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  70125 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  83082 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  80620 Jun 23 06:46 protocol-specification-streaming-subscription.html
-rw-r--r--.  1 jenkins 1001020000 117359 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  90767 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  70383 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000 101310 Jun 23 06:46 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  89595 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  90021 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  80887 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  75923 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  67335 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  65512 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  68427 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  67908 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  68503 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  68124 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  69744 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  69930 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  69542 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  69452 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  71858 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  67596 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  67919 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  69898 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  68873 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  70645 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  73894 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  66331 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  67317 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  67810 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  66464 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  72475 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  66842 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  74306 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  71077 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  74568 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  65790 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000 104990 Jun 23 06:46 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  67608 Jun 23 06:46 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000  80675 Jun 23 06:46 release_notes_210.html
-rw-r--r--.  1 jenkins 1001020000  68322 Jun 23 06:46 release_notes_211.html
-rw-r--r--.  1 jenkins 1001020000  67587 Jun 23 06:46 release_notes_212.html
-rw-r--r--.  1 jenkins 1001020000  66149 Jun 23 06:46 release_notes_213.html
-rw-r--r--.  1 jenkins 1001020000  71658 Jun 23 06:46 release_notes_220.html
-rw-r--r--.  1 jenkins 1001020000  67164 Jun 23 06:46 release_notes_221.html
-rw-r--r--.  1 jenkins 1001020000  65934 Jun 23 06:46 release_notes_222.html
-rw-r--r--.  1 jenkins 1001020000  72362 Jun 23 06:46 release_notes_230.html
-rw-r--r--.  1 jenkins 1001020000  67637 Jun 23 06:46 release_notes_231.html
-rw-r--r--.  1 jenkins 1001020000  67227 Jun 23 06:46 release_notes_232.html
-rw-r--r--.  1 jenkins 1001020000  77267 Jun 23 06:46 release_notes_240.html
-rw-r--r--.  1 jenkins 1001020000  66519 Jun 23 06:46 release_notes_241.html
-rw-r--r--.  1 jenkins 1001020000  66078 Jun 23 06:46 release_notes_242.html
-rw-r--r--.  1 jenkins 1001020000  97346 Jun 23 06:46 release_notes_300.html
-rw-r--r--.  1 jenkins 1001020000  73133 Jun 23 06:46 release_notes_310.html
-rw-r--r--.  1 jenkins 1001020000  66930 Jun 23 06:46 release_notes_311.html
-rw-r--r--.  1 jenkins 1001020000  66759 Jun 23 06:46 release_notes_312.html
-rw-r--r--.  1 jenkins 1001020000  74634 Jun 23 06:46 release_notes_320.html
-rw-r--r--.  1 jenkins 1001020000  68145 Jun 23 06:46 release_notes_321.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  70571 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  38408 Jun 23 06:46 search.json
-rw-r--r--.  1 jenkins 1001020000  21580 Jun 23 06:46 sitemap.xml
drwxr-sr-x. 18 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  73131 Jun 23 06:46 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  77898 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000 102425 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  74130 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  86301 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  77091 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  73642 Jun 23 06:46 tag_history.html
-rw-r--r--.  1 jenkins 1001020000  79503 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  74520 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  78175 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  72581 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  92155 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  84252 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  79390 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  74989 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  75462 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  73110 Jun 23 06:46 tag_troubleshooting.html
-rw-r--r--.  1 jenkins 1001020000  74109 Jun 23 06:46 tag_wot.html
-rw-r--r--.  1 jenkins 1001020000  68612 Jun 23 06:46 user-interface.html
drwxr-sr-x.  2 jenkins 1001020000    118 Jun 23 06:46 wot

./1.0:
total 10168
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  12644 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  12662 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  13704 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13183 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  13662 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  16941 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  16691 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13360 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  92488 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13231 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13384 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  25980 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  13468 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14301 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  13553 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13155 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  28828 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  12722 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13312 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13242 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  13730 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  16827 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13275 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  14562 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13390 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  15883 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  52778 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15150 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  46472 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  49959 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  48364 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  49466 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  48097 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  47940 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  47999 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  52558 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000  61464 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  51255 Jun 23 06:46 basic-acl.html
-rw-r--r--.  1 jenkins 1001020000  50267 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  49633 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  51121 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  77569 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  55428 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  63316 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  54960 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  51059 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  57514 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  57947 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  68848 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  59402 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  54598 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  48485 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  46968 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  47077 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  47314 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  49905 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  53760 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  16526 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  21345 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  79632 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  50597 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  46831 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  48000 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000  74520 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 112975 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  47726 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  55882 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  59294 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  55100 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  54906 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  63118 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  65520 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  55282 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  12666 Jun 23 06:46 EclipseDitto-community-call.ics
-rw-r--r--.  1 jenkins 1001020000  47984 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  48130 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000  94806 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  10872 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  53463 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  47375 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  61732 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  50729 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  65344 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  12892 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  48159 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 122667 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  49130 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  48716 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  56121 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  50245 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  49124 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  48181 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  49979 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  50472 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  49634 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  51091 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  51438 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  50652 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  49366 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  49524 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  60475 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  48976 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  48932 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  49087 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  48965 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  48906 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  49075 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  49056 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  48951 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  48858 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 102436 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  56063 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  49982 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  50475 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  49637 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  51094 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  51441 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  51531 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  50655 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  49369 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  49336 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  58082 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  50488 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  52904 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  49226 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  48904 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  48519 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  48441 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  48561 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  48543 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000  90254 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  53023 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  50488 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  50684 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  49226 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  49558 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  48904 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  49232 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  51996 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  50145 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  50681 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  49223 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  49387 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  48901 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  49061 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  48580 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  48733 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  48433 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  49053 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  49209 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  48928 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  48270 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  48239 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  51341 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  51132 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  59417 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  47633 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  48909 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  54338 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  66680 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  55275 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  51257 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  62214 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  94753 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  72686 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  50352 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  71006 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  68377 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  62295 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  56503 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  48342 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  46938 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  49829 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  49310 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  49892 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  49559 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  51222 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  51308 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  50908 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  50842 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  53389 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  48980 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  49374 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  51366 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  50226 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  52017 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  55307 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  51707 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  22625 Jun 23 06:46 search.json
drwxr-sr-x.  9 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  54625 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  65460 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  52584 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  60466 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  54380 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  53703 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  52503 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  55902 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  51042 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  64497 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  55109 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  56249 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  53446 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  53419 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  51547 Jun 23 06:46 tag_troubleshooting.html

./1.0/css:
total 80
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 23805 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000   995 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4249 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./1.0/docson:
total 76
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./1.0/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./1.0/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./1.0/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./1.0/files:
total 28
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./1.0/images:
total 316
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  5 jenkins 1001020000     55 Jun 23 06:46 pages

./1.0/images/blog:
total 328
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000 54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000 62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000 92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000 67605 Jun 23 06:46 2018-12-14-command-and-control.png

./1.0/images/pages:
total 8
drwxr-sr-x. 5 jenkins 1001020000   55 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./1.0/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./1.0/images/pages/basic:
total 168
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 16882 Jun 23 06:46 ditto-class-diagram-v1.png
-rw-r--r--. 1 jenkins 1001020000 23249 Jun 23 06:46 ditto-class-diagram-v1.svg
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./1.0/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./1.0/js:
total 24
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./1.0/jsonschema:
total 108
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 19834 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1129 Jun 23 06:46 feature.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  3651 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000  3923 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2203 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  4585 Jun 23 06:46 thing_v1.json
-rw-r--r--.  1 jenkins 1001020000  4139 Jun 23 06:46 thing_v2.json

./1.0/openapi:
total 356
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 125795 Jun 23 06:46 ditto-api-1.yml
-rw-r--r--.  1 jenkins 1001020000 213558 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    420 Jun 23 06:46 README.md

./1.0/slides:
total 28
drwxr-sr-x.  9 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./1.0/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29017 Jun 23 06:46 index.html

./1.0/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 34289 Jun 23 06:46 index.html

./1.0/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 14218 Jun 23 06:46 index.html

./1.0/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 15010 Jun 23 06:46 index.html

./1.0/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 31911 Jun 23 06:46 index.html

./1.0/slides/bg-images:
total 876
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--. 1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--. 1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x. 1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--. 1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--. 1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--. 1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./1.0/slides/images:
total 516
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x. 1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--. 1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x. 1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x. 1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--. 1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--. 1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--. 1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x. 1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--. 1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--. 1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x. 1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x. 1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x. 1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png

./1.1:
total 10496
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  12644 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  12662 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  13704 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13183 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  13662 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  16941 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  16691 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13360 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  92488 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13231 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13384 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  25980 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  13468 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14301 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  13553 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13155 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  28828 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  12722 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13312 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13242 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  13730 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  16827 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13275 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  14562 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13390 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  15883 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  52778 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15150 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  47096 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  50583 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  48988 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  50090 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  48721 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  48564 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  48623 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  53182 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000  62088 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  51879 Jun 23 06:46 basic-acl.html
-rw-r--r--.  1 jenkins 1001020000  50891 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  50257 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  51745 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  78193 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  56052 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  63940 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  55584 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  51683 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  58138 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  58571 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  69472 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  60026 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  55222 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  49109 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  47592 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  47701 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  47938 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  50529 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  54384 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  16526 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  21345 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  80256 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  51221 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  47455 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  48624 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000  75144 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 113599 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  48350 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  56506 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  59918 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  55724 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  55530 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  63742 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  66144 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  55906 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  12666 Jun 23 06:46 EclipseDitto-community-call.ics
-rw-r--r--.  1 jenkins 1001020000  48608 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  48754 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000  95430 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  10872 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  54087 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  47999 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  62356 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  51353 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  65968 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  12892 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  48783 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 123291 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  49754 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  49340 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  56745 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  50869 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  49748 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  48805 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  50603 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  51096 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  50258 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  51715 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  52062 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  51276 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  49990 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  50148 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  61099 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  49600 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  49556 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  49711 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  49589 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  49530 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  49699 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  49680 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  49575 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  49482 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 103060 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  56687 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  50606 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  51099 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  50261 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  51718 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  52065 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  52155 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  51279 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  49993 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  49960 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  58706 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  51112 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  53528 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  49850 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  49528 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  49143 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  49065 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  49185 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  49167 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000  90878 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  53647 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  51112 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  51308 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  49850 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  50182 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  49528 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  49856 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  52620 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  50769 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  51305 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  49847 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  50011 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  49525 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  49685 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  49204 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  49357 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  49057 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  49677 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  49833 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  49552 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  48894 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  48863 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  51965 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  51756 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  60041 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  48257 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  49533 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  54962 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  67304 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  55899 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  51881 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  62838 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  95377 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  73310 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  50976 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  71630 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  69001 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  62919 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  57127 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  48966 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  47562 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  50453 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  49934 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  50516 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  50183 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  51846 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  51932 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  51532 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  51466 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  54013 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  49604 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  49998 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  51927 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  50850 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  52641 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  55868 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  48366 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  49334 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  49815 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  48505 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  52331 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  23513 Jun 23 06:46 search.json
drwxr-sr-x.  9 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  55345 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  66180 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  53304 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  61186 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  55100 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  54423 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  53223 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  56622 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  51762 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  65217 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  56809 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  56969 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  54166 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  54139 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  52267 Jun 23 06:46 tag_troubleshooting.html

./1.1/css:
total 80
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 23805 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000   995 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4249 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./1.1/docson:
total 76
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./1.1/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./1.1/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./1.1/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./1.1/files:
total 28
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./1.1/images:
total 316
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  5 jenkins 1001020000     55 Jun 23 06:46 pages

./1.1/images/blog:
total 328
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000 54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000 62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000 92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000 67605 Jun 23 06:46 2018-12-14-command-and-control.png

./1.1/images/pages:
total 8
drwxr-sr-x. 5 jenkins 1001020000   55 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./1.1/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./1.1/images/pages/basic:
total 168
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 16882 Jun 23 06:46 ditto-class-diagram-v1.png
-rw-r--r--. 1 jenkins 1001020000 23249 Jun 23 06:46 ditto-class-diagram-v1.svg
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./1.1/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./1.1/js:
total 24
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./1.1/jsonschema:
total 108
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 19834 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1129 Jun 23 06:46 feature.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  3651 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000  3923 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2203 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  4585 Jun 23 06:46 thing_v1.json
-rw-r--r--.  1 jenkins 1001020000  4139 Jun 23 06:46 thing_v2.json

./1.1/openapi:
total 356
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 125795 Jun 23 06:46 ditto-api-1.yml
-rw-r--r--.  1 jenkins 1001020000 213558 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    420 Jun 23 06:46 README.md

./1.1/slides:
total 28
drwxr-sr-x.  9 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./1.1/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29017 Jun 23 06:46 index.html

./1.1/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 34289 Jun 23 06:46 index.html

./1.1/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 14218 Jun 23 06:46 index.html

./1.1/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 15010 Jun 23 06:46 index.html

./1.1/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 31911 Jun 23 06:46 index.html

./1.1/slides/bg-images:
total 876
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--. 1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--. 1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x. 1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--. 1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--. 1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--. 1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./1.1/slides/images:
total 516
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x. 1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--. 1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x. 1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x. 1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--. 1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--. 1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--. 1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x. 1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--. 1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--. 1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x. 1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x. 1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x. 1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png

./1.2:
total 11008
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  12615 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  12633 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  13675 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13154 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  13633 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  16912 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  16662 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13331 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  92459 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13202 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13355 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  25951 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  13439 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14272 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  13524 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13126 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  28799 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  12693 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13283 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13213 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  13701 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  16798 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13246 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  14533 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13361 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  15854 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  52749 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15121 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  13901 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  47967 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  51454 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  49859 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  50961 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  49592 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  49435 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  49494 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  54053 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000  83711 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  52750 Jun 23 06:46 basic-acl.html
-rw-r--r--.  1 jenkins 1001020000  51763 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  51128 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  52616 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  87953 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  56923 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  52251 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  64811 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  56455 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  65767 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  52052 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  59009 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  60440 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  70343 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  60893 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  56093 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  49980 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  48463 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  48769 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  48809 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  51400 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  55516 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  16705 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  21336 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  81115 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  52092 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  48326 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  49495 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000  76015 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 114470 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  49295 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  60419 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  63754 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  62832 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  58895 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  75843 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  74641 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  56918 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  12666 Jun 23 06:46 EclipseDitto-community-call.ics
-rw-r--r--.  1 jenkins 1001020000  49479 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  49625 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000  96301 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  10843 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  54958 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  48870 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  63227 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  52224 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  67412 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  12863 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  49654 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 124162 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  50625 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  50211 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  57616 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  51740 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  50926 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  49750 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  51474 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  51967 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  51129 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  52586 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  52933 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  52147 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  50861 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  51019 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  61970 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  50471 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  50427 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  50582 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  50460 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  50401 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  50570 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  50551 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  50446 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  50353 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 103931 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  57568 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  51477 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  51970 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  51132 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  52589 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  52936 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  53026 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  52150 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  50864 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  50831 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  59577 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  51983 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  54399 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  50721 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  50399 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  50014 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  49936 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  50056 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  50038 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000  91749 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  54518 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  51983 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  52179 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  50721 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  51053 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  50399 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  50727 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  53491 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  51640 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  52176 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  50718 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  50882 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  50396 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  50556 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  50075 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  50228 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  49928 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  50548 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  50704 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  50423 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  49765 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  49734 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  52836 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  52627 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  60912 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  49128 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  50417 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  48524 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  56475 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  68175 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  56770 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  52752 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  63709 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  96248 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  74181 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  51847 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  72501 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  72896 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  63790 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  57998 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  49837 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  48433 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  51324 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  50805 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  51387 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  51054 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  52717 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  52803 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  52403 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  52337 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  54884 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  50475 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  50869 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  52798 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  51721 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  53512 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  56739 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  49237 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  50205 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  50686 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  49376 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  55345 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  49754 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  53702 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  24679 Jun 23 06:46 search.json
drwxr-sr-x. 10 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  56372 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  67736 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  54331 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  62203 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  56127 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  55450 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  54250 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  58639 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  52789 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  66647 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  58326 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  57998 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  55193 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  55152 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  53294 Jun 23 06:46 tag_troubleshooting.html

./1.2/css:
total 80
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 23805 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4249 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./1.2/docson:
total 76
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./1.2/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./1.2/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./1.2/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./1.2/files:
total 28
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./1.2/images:
total 316
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  5 jenkins 1001020000     55 Jun 23 06:46 pages

./1.2/images/blog:
total 328
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000 54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000 62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000 92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000 67605 Jun 23 06:46 2018-12-14-command-and-control.png

./1.2/images/pages:
total 8
drwxr-sr-x. 5 jenkins 1001020000   55 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./1.2/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./1.2/images/pages/basic:
total 168
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 16882 Jun 23 06:46 ditto-class-diagram-v1.png
-rw-r--r--. 1 jenkins 1001020000 23249 Jun 23 06:46 ditto-class-diagram-v1.svg
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./1.2/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./1.2/js:
total 24
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./1.2/jsonschema:
total 116
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 22575 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1373 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1129 Jun 23 06:46 feature.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  3651 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000  3923 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2556 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  4775 Jun 23 06:46 thing_v1.json
-rw-r--r--.  1 jenkins 1001020000  4673 Jun 23 06:46 thing_v2.json

./1.2/openapi:
total 368
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 132803 Jun 23 06:46 ditto-api-1.yml
-rw-r--r--.  1 jenkins 1001020000 220788 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    420 Jun 23 06:46 README.md

./1.2/slides:
total 28
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./1.2/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29017 Jun 23 06:46 index.html

./1.2/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34289 Jun 23 06:46 index.html

./1.2/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14218 Jun 23 06:46 index.html

./1.2/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15010 Jun 23 06:46 index.html

./1.2/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31911 Jun 23 06:46 index.html

./1.2/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14994 Jun 23 06:46 index.html

./1.2/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./1.2/slides/images:
total 516
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png

./1.3:
total 11104
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  12615 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  12633 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  13675 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13154 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  13633 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  16912 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  16662 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13331 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  92459 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13202 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13355 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  25951 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  13439 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14272 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  13524 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13126 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  28799 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  12693 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13283 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13213 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  13701 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  16798 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13246 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  14533 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13361 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  15854 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  52749 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15121 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  13901 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  13734 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  48123 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  51610 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  50015 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  51117 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  49748 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  49591 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  49650 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  54209 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000  84590 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  52906 Jun 23 06:46 basic-acl.html
-rw-r--r--.  1 jenkins 1001020000  51919 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  51284 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  52772 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  88109 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  57079 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  52407 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  64967 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  56437 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  65923 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  52208 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  59165 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  60598 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  70499 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  61049 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  56249 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  50136 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  48619 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  48925 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  48965 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  51556 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  55672 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  16913 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  21384 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  81271 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  52248 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  48482 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  49651 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000  76171 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 127700 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  49451 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  60575 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  63910 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  66989 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  59051 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  75999 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  74797 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  57074 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  12666 Jun 23 06:46 EclipseDitto-community-call.ics
-rw-r--r--.  1 jenkins 1001020000  49635 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  49781 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000  96457 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  10843 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  55114 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  49026 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  63383 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  52380 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  67568 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  12999 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  49810 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 124318 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  50781 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  50367 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  57772 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  51896 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  51082 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  49906 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  51630 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  52123 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  51285 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  52742 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  53089 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  52303 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  51017 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  51175 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  62126 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  50627 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  50583 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  50738 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  50616 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  50557 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  50726 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  50707 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  50602 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  50509 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 104087 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  57724 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  51633 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  52126 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  51288 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  52745 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  53092 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  53182 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  52306 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  51020 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  50987 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  59733 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  52139 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  54555 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  50877 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  50555 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  50170 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  50092 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  50212 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  50194 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000  91905 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  54674 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  52139 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  52335 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  50877 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  51209 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  50555 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  50883 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  53647 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  51796 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  52332 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  50874 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  51038 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  50552 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  50712 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  50231 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  50384 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  50084 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  50704 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  50860 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  50579 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  49921 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  49890 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  52992 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  52783 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  61068 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  49284 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  50573 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  48680 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  56631 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  68331 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  56926 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  52908 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  63865 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  96404 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  74337 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  52003 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  72657 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  73052 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  63946 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  58159 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  49993 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  48589 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  51480 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  50961 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  51543 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  51210 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  52873 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  52959 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  52559 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  52493 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  55040 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  50631 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  51025 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  52954 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  51877 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  53668 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  56895 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  49393 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  50361 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  50842 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  49532 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  55501 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  49910 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  57307 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  53858 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  25057 Jun 23 06:46 search.json
drwxr-sr-x. 10 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  56588 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  68516 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  54547 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  62419 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  56343 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  55666 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  54466 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  58855 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  53005 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  66866 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  58787 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  58214 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  55409 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  55368 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  53510 Jun 23 06:46 tag_troubleshooting.html

./1.3/css:
total 80
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 23925 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4249 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./1.3/docson:
total 76
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./1.3/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./1.3/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./1.3/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./1.3/files:
total 28
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./1.3/images:
total 316
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  5 jenkins 1001020000     55 Jun 23 06:46 pages

./1.3/images/blog:
total 328
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000 54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000 62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000 92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000 67605 Jun 23 06:46 2018-12-14-command-and-control.png

./1.3/images/pages:
total 8
drwxr-sr-x. 5 jenkins 1001020000   55 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./1.3/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./1.3/images/pages/basic:
total 168
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 16882 Jun 23 06:46 ditto-class-diagram-v1.png
-rw-r--r--. 1 jenkins 1001020000 23249 Jun 23 06:46 ditto-class-diagram-v1.svg
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./1.3/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./1.3/js:
total 24
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./1.3/jsonschema:
total 116
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 22575 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1373 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1129 Jun 23 06:46 feature.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  3651 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000  3923 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2556 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  4775 Jun 23 06:46 thing_v1.json
-rw-r--r--.  1 jenkins 1001020000  4673 Jun 23 06:46 thing_v2.json

./1.3/openapi:
total 372
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 132803 Jun 23 06:46 ditto-api-1.yml
-rw-r--r--.  1 jenkins 1001020000 223058 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    420 Jun 23 06:46 README.md

./1.3/slides:
total 28
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./1.3/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29017 Jun 23 06:46 index.html

./1.3/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34289 Jun 23 06:46 index.html

./1.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14218 Jun 23 06:46 index.html

./1.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15010 Jun 23 06:46 index.html

./1.3/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31911 Jun 23 06:46 index.html

./1.3/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14994 Jun 23 06:46 index.html

./1.3/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./1.3/slides/images:
total 516
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png

./1.4:
total 11260
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  12615 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  12633 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  13675 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13154 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  13633 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  16912 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  16662 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13331 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  92459 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13202 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13355 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  25951 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  13439 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14272 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  13524 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13126 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  28799 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  12693 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13283 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13213 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  13701 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  16798 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13246 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  14530 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13361 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  15854 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  52749 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15121 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  13901 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  13734 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17092 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  36680 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  13525 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  48279 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  51766 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  50171 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  51273 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  49904 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  49747 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  49806 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  54365 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000  88707 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  53062 Jun 23 06:46 basic-acl.html
-rw-r--r--.  1 jenkins 1001020000  52075 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  52809 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  52928 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  90227 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  57140 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  52563 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  65123 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  56593 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  66079 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  52364 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  59321 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  60958 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  70763 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  61205 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  56405 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  50292 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  48775 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  49081 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  49121 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  51712 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  55828 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  17538 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  21294 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  81868 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  52404 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  48638 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  49807 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000  76327 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 127856 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  49607 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  60731 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  64066 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  67145 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  59207 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  76155 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  74953 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  57230 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  12666 Jun 23 06:46 EclipseDitto-community-call.ics
-rw-r--r--.  1 jenkins 1001020000  49791 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  49937 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000  96613 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  10843 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  55270 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  49182 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  64030 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  52536 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  68210 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  12999 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  49966 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 124474 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  50937 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  50523 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  57928 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  52052 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  51552 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  50062 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  51786 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  52279 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  51441 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  52898 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  53245 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  52459 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  51173 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  51331 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  62282 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  50783 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  50739 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  50894 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  50772 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  50713 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  50882 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  50863 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  50758 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  50665 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 104243 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  57880 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  51789 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  52282 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  51444 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  52901 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  53248 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  53338 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  52462 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  51176 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  51143 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  59889 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  52295 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  54711 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  51033 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  50711 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  50326 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  50248 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  50368 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  50350 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000  92061 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  54830 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  52295 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  52491 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  51033 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  51365 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  50711 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  51039 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  53803 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  51952 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  52488 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  51030 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  51194 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  50708 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  50868 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  50387 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  50540 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  50240 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  50860 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  51016 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  50735 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  50077 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  50046 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  53148 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  52939 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  61224 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  49440 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  50729 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  48836 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  56787 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  68487 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  57082 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  53064 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  64021 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  96560 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  74493 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  52159 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  72813 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  73208 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  64102 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  58317 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  50149 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  48745 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  51636 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  51117 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  51699 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  51366 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  53029 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  53115 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  52715 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  52649 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  55196 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  50787 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  51181 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  53110 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  52033 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  53824 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  57051 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  49549 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  50517 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  50998 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  49688 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  55657 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  50066 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  57463 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  54234 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  54014 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  25769 Jun 23 06:46 search.json
drwxr-sr-x. 11 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  56876 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  70316 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  54835 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  62707 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  56631 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  55954 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  54754 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  59143 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  53293 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  67163 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  59320 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  58502 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  55697 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  55656 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  53798 Jun 23 06:46 tag_troubleshooting.html

./1.4/css:
total 80
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 23925 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4249 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./1.4/docson:
total 76
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./1.4/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./1.4/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./1.4/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./1.4/files:
total 28
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./1.4/images:
total 316
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  5 jenkins 1001020000     55 Jun 23 06:46 pages

./1.4/images/blog:
total 328
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000 54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000 62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000 92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000 67605 Jun 23 06:46 2018-12-14-command-and-control.png

./1.4/images/pages:
total 8
drwxr-sr-x. 5 jenkins 1001020000   55 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./1.4/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./1.4/images/pages/basic:
total 168
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 16882 Jun 23 06:46 ditto-class-diagram-v1.png
-rw-r--r--. 1 jenkins 1001020000 23249 Jun 23 06:46 ditto-class-diagram-v1.svg
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./1.4/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./1.4/js:
total 24
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./1.4/jsonschema:
total 116
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 23012 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1373 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1129 Jun 23 06:46 feature.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  3651 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000  3925 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2556 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  4775 Jun 23 06:46 thing_v1.json
-rw-r--r--.  1 jenkins 1001020000  4673 Jun 23 06:46 thing_v2.json

./1.4/openapi:
total 372
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 132803 Jun 23 06:46 ditto-api-1.yml
-rw-r--r--.  1 jenkins 1001020000 223058 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    420 Jun 23 06:46 README.md

./1.4/slides:
total 28
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./1.4/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29017 Jun 23 06:46 index.html

./1.4/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34289 Jun 23 06:46 index.html

./1.4/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14218 Jun 23 06:46 index.html

./1.4/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15010 Jun 23 06:46 index.html

./1.4/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31911 Jun 23 06:46 index.html

./1.4/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14994 Jun 23 06:46 index.html

./1.4/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16055 Jun 23 06:46 index.html

./1.4/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./1.4/slides/images:
total 516
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png

./1.5:
total 12408
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  12615 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  12633 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  13696 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13154 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  13633 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  16912 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  16662 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13331 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  92522 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13202 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13355 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  25951 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  13439 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14272 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  13524 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13126 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  28834 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  12693 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13283 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13213 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  13701 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  16798 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13246 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  14530 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13361 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  15854 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  52749 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15121 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  13901 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  13734 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17092 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  36729 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  13525 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  23771 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  17666 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  13801 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  50720 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  54207 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  52612 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  53714 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  52525 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  52188 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  52247 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  56806 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000  92107 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  55503 Jun 23 06:46 basic-acl.html
-rw-r--r--.  1 jenkins 1001020000  54516 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  55250 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  55369 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  92668 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  59581 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  55004 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  69230 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  59034 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  68520 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  54805 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  61762 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  63642 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  73570 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  63646 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  58846 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  52733 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  51216 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  51522 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  51562 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  54153 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  58627 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  18169 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  21362 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  84323 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  54845 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  51079 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  52248 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000  78768 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 130297 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  52049 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  63172 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  66487 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  69586 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  61648 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  78596 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  77394 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  59671 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  51675 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  52910 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000  99054 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  10843 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  57711 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  51623 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  56406 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  67539 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  54977 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  70651 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  12999 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  52407 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 126910 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  53378 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  52964 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  60369 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  54493 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     84 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  53993 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  52503 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  54227 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  54720 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  53882 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  54977 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  53707 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  56925 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  57296 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  54900 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  53614 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  53772 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  66216 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  53224 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  53180 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  53335 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  53416 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  53397 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  53213 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  53154 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  53323 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  53304 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  53199 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  53106 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 115009 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  60321 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  54230 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  54723 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  53885 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  54980 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  53710 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  56928 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  57299 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  55779 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  54903 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  53617 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  53584 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  63964 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  54736 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  57152 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  53474 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  53152 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  52767 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  52689 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  52809 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  52791 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000  94502 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  57271 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  54736 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  54932 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  53474 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  53806 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  53152 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  53480 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  56244 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  54393 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  54929 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  53471 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  53635 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  53149 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  53309 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  52828 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  52981 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  52681 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  53240 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  52590 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  54094 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  54262 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  53176 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  52518 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  52487 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  56406 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  56209 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  63665 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  51881 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  53170 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  51277 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  59536 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  70928 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  59523 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  55505 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  66462 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000 109761 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  83226 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  54600 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  75254 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  80691 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  66543 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  60758 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  52590 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  51186 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  54077 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  53558 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  54147 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  53807 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  55470 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  55556 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  55156 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  55090 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  57637 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  53228 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  53622 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  55551 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  54474 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  56265 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  59492 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  51990 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  52958 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  53439 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  52129 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  58098 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  52507 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  59911 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  56675 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  60142 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  51461 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  56476 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  26929 Jun 23 06:46 search.json
drwxr-sr-x. 11 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  59599 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  74684 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  57558 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  65430 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  59304 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  59230 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  57477 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  61866 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  56016 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  70439 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  62533 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  61225 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  58420 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  58379 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  56471 Jun 23 06:46 tag_troubleshooting.html

./1.5/css:
total 80
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 23925 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4249 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./1.5/docson:
total 76
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./1.5/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./1.5/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./1.5/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./1.5/files:
total 28
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./1.5/images:
total 316
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  5 jenkins 1001020000     55 Jun 23 06:46 pages

./1.5/images/blog:
total 328
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000 54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000 62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000 92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000 67605 Jun 23 06:46 2018-12-14-command-and-control.png

./1.5/images/pages:
total 8
drwxr-sr-x. 5 jenkins 1001020000   55 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./1.5/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./1.5/images/pages/basic:
total 168
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 16882 Jun 23 06:46 ditto-class-diagram-v1.png
-rw-r--r--. 1 jenkins 1001020000 23249 Jun 23 06:46 ditto-class-diagram-v1.svg
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./1.5/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./1.5/js:
total 24
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./1.5/jsonschema:
total 120
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 23012 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1373 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1129 Jun 23 06:46 feature.json
-rw-r--r--.  1 jenkins 1001020000  1450 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  3651 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000  3930 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2556 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  4775 Jun 23 06:46 thing_v1.json
-rw-r--r--.  1 jenkins 1001020000  5035 Jun 23 06:46 thing_v2.json

./1.5/openapi:
total 396
drwxr-sr-x.  3 jenkins 1001020000     84 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 131785 Jun 23 06:46 ditto-api-1.yml
-rw-r--r--.  1 jenkins 1001020000 246414 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    645 Jun 23 06:46 README.md
drwxr-sr-x.  7 jenkins 1001020000    176 Jun 23 06:46 sources

./1.5/openapi/sources:
total 172
drwxr-sr-x. 7 jenkins 1001020000    176 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000     84 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 132810 Jun 23 06:46 api-1-index.yml
-rw-r--r--. 1 jenkins 1001020000   8749 Jun 23 06:46 api-2-index.yml
-rw-r--r--. 1 jenkins 1001020000    318 Jun 23 06:46 package.json
-rw-r--r--. 1 jenkins 1001020000  13974 Jun 23 06:46 package-lock.json
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 parameters
drwxr-sr-x. 9 jenkins 1001020000    115 Jun 23 06:46 paths
drwxr-sr-x. 2 jenkins 1001020000    111 Jun 23 06:46 requests
drwxr-sr-x. 2 jenkins 1001020000    138 Jun 23 06:46 responses
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 schemas

./1.5/openapi/sources/parameters:
total 116
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000  176 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  662 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2226 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  939 Jun 23 06:46 timeoutParam.yml

./1.5/openapi/sources/paths:
total 0
drwxr-sr-x. 9 jenkins 1001020000 115 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000 176 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  29 Jun 23 06:46 cloudevents
drwxr-sr-x. 2 jenkins 1001020000 162 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000 147 Jun 23 06:46 messages
drwxr-sr-x. 2 jenkins 1001020000 140 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000  48 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000 125 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000  23 Jun 23 06:46 whoami

./1.5/openapi/sources/paths/cloudevents:
total 4
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4077 Jun 23 06:46 cloudevents.yml

./1.5/openapi/sources/paths/features:
total 80
drwxr-sr-x. 2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  8210 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000  8579 Jun 23 06:46 desiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000  8217 Jun 23 06:46 desiredProperty.yml
-rw-r--r--. 1 jenkins 1001020000  8915 Jun 23 06:46 feature.yml
-rw-r--r--. 1 jenkins 1001020000 10168 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000  8437 Jun 23 06:46 properties.yml
-rw-r--r--. 1 jenkins 1001020000  8061 Jun 23 06:46 property.yml

./1.5/openapi/sources/paths/messages:
total 28
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 3967 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3848 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 4679 Jun 23 06:46 inbox-claim.yml
-rw-r--r--. 1 jenkins 1001020000 4384 Jun 23 06:46 inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3709 Jun 23 06:46 outbox-message.yml

./1.5/openapi/sources/paths/policies:
total 72
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  6071 Jun 23 06:46 entries.yml
-rw-r--r--. 1 jenkins 1001020000  9893 Jun 23 06:46 entry.yml
-rw-r--r--. 1 jenkins 1001020000 11028 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  6492 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000  8394 Jun 23 06:46 resource.yml
-rw-r--r--. 1 jenkins 1001020000  5712 Jun 23 06:46 subjects.yml
-rw-r--r--. 1 jenkins 1001020000  8463 Jun 23 06:46 subject.yml

./1.5/openapi/sources/paths/search:
total 12
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 2189 Jun 23 06:46 things-count.yml
-rw-r--r--. 1 jenkins 1001020000 4132 Jun 23 06:46 things.yml

./1.5/openapi/sources/paths/things:
total 56
drwxr-sr-x. 2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  7406 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  8133 Jun 23 06:46 attribute.yml
-rw-r--r--. 1 jenkins 1001020000  7691 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000  6590 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000  5727 Jun 23 06:46 policyid.yml
-rw-r--r--. 1 jenkins 1001020000 13214 Jun 23 06:46 thing.yml

./1.5/openapi/sources/paths/whoami:
total 4
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1026 Jun 23 06:46 index.yml

./1.5/openapi/sources/requests:
total 20
drwxr-sr-x. 2 jenkins 1001020000  111 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000  176 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1246 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  808 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./1.5/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  138 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000  176 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  568 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  579 Jun 23 06:46 messageTimeout.yml
-rw-r--r--. 1 jenkins 1001020000  566 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1173 Jun 23 06:46 preconditionFailed.yml

./1.5/openapi/sources/schemas:
total 96
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000  176 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  897 Jun 23 06:46 advancedError.yml
-rw-r--r--. 1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  573 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000  803 Jun 23 06:46 error.yml
-rw-r--r--. 1 jenkins 1001020000  649 Jun 23 06:46 featureDefinition.yml
-rw-r--r--. 1 jenkins 1001020000  489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000  481 Jun 23 06:46 featureProperties.yml
-rw-r--r--. 1 jenkins 1001020000  590 Jun 23 06:46 features.yml
-rw-r--r--. 1 jenkins 1001020000  573 Jun 23 06:46 feature.yml
-rw-r--r--. 1 jenkins 1001020000 2283 Jun 23 06:46 newThing.yml
-rw-r--r--. 1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--. 1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--. 1 jenkins 1001020000  596 Jun 23 06:46 policyEntry.yml
-rw-r--r--. 1 jenkins 1001020000  505 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  679 Jun 23 06:46 resourceEntryRestricted.yml
-rw-r--r--. 1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--. 1 jenkins 1001020000  785 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000  489 Jun 23 06:46 searchResultThings.yml
-rw-r--r--. 1 jenkins 1001020000  731 Jun 23 06:46 subjectEntry.yml
-rw-r--r--. 1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml
-rw-r--r--. 1 jenkins 1001020000 1768 Jun 23 06:46 thing.yml
-rw-r--r--. 1 jenkins 1001020000  519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--. 1 jenkins 1001020000  657 Jun 23 06:46 whoami.yml

./1.5/slides:
total 28
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./1.5/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29031 Jun 23 06:46 index.html

./1.5/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34310 Jun 23 06:46 index.html

./1.5/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14225 Jun 23 06:46 index.html

./1.5/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15017 Jun 23 06:46 index.html

./1.5/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31918 Jun 23 06:46 index.html

./1.5/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15001 Jun 23 06:46 index.html

./1.5/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16381 Jun 23 06:46 index.html

./1.5/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./1.5/slides/images:
total 516
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png

./2.0:
total 15040
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  13227 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13245 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14308 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13766 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14245 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17524 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17274 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13943 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  93134 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13814 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13967 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26563 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14051 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14884 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14136 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13738 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29446 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13305 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13895 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13825 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14313 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17410 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13858 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15142 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13973 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16471 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53361 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15704 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14513 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14346 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17704 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37341 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14137 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24383 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18278 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14413 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29279 Jun 23 06:46 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45064 Jun 23 06:46 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30440 Jun 23 06:46 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23206 Jun 23 06:46 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16746 Jun 23 06:46 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  56388 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  66760 Jun 23 06:46 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  59876 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  58280 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  59382 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  58193 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  57863 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  57921 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  62475 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000  98031 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  60079 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  61549 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  61038 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  99251 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  65249 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  61810 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  74783 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  64209 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  74916 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  60476 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  60908 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  70282 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  89255 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  69315 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  65066 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  57182 Jun 23 06:46 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  58497 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  56884 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  57346 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  57307 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  59984 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  63601 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  19960 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  22552 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  91269 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  59693 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  56748 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  57916 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000  86159 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 138403 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  57717 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  68840 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  72155 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  75255 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  67316 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  89589 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  88539 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  65033 Jun 23 06:46 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  65339 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  57343 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  58404 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 107407 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11645 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  63379 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  57451 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  62001 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  74828 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  60629 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  76187 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  13619 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  58075 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 136271 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  59029 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  58635 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  66207 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  60238 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  59661 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  58172 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  60620 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  61113 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  60293 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  61370 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  60100 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  63318 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  63689 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  61293 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  60007 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  60165 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  73323 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  59617 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  59573 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  59728 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  59809 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  59790 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  59606 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  59547 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  59716 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  59697 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  59592 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  59499 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 119240 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  66044 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  62560 Jun 23 06:46 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  62825 Jun 23 06:46 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  63417 Jun 23 06:46 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  62177 Jun 23 06:46 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  62289 Jun 23 06:46 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  64118 Jun 23 06:46 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  64361 Jun 23 06:46 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  60415 Jun 23 06:46 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  63301 Jun 23 06:46 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  62061 Jun 23 06:46 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  61818 Jun 23 06:46 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  65837 Jun 23 06:46 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  60623 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  61116 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  60296 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  61373 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  60103 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  63321 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  63692 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  62698 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  61296 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  60010 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  59977 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  71043 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  58111 Jun 23 06:46 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  60428 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  62862 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  59166 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  58844 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  58459 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  58381 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  58501 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  58483 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 101231 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  62963 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  60428 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  60633 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  59166 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  59498 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  58844 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  59172 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  61936 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  60085 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  60630 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  59163 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  59327 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  58841 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  59001 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  58976 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  59129 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  58838 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  59388 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  58738 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  60242 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  60410 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  59324 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  58666 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  58635 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  62815 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  62415 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  69207 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  57581 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  58838 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  57434 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  66016 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  58782 Jun 23 06:46 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  74875 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  63501 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  61456 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  70439 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000 107912 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  82093 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  61716 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  91534 Jun 23 06:46 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  80919 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  81345 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  72213 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  67257 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  58259 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  56854 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  59745 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  59226 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  59815 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  59475 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  61077 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  61224 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  60824 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  60758 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  63244 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  58896 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  59290 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  61219 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  60142 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  61933 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  65131 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  57658 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  58626 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  59107 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  57797 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  63754 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  58175 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  65579 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  62344 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  65810 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  57129 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000  96211 Jun 23 06:46 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  58917 Jun 23 06:46 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  62191 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  29117 Jun 23 06:46 search.json
drwxr-sr-x. 11 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  62788 Jun 23 06:46 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  66933 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  83632 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  63785 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  73269 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  65520 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  65977 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  63673 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  67833 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  62242 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  78500 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  69249 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  67451 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  64647 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  65121 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  62697 Jun 23 06:46 tag_troubleshooting.html

./2.0/css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 23925 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./2.0/docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./2.0/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./2.0/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./2.0/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./2.0/files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./2.0/images:
total 324
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:46 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  6 jenkins 1001020000     71 Jun 23 06:46 pages

./2.0/images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:46 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:46 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:46 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./2.0/images/pages:
total 8
drwxr-sr-x. 6 jenkins 1001020000   71 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./2.0/images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:46 data-by-pass-architectural-design.jpg

./2.0/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./2.0/images/pages/basic:
total 124
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./2.0/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./2.0/js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./2.0/jsonschema:
total 124
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 27773 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1459 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1450 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  4323 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:46 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  3901 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2841 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  5093 Jun 23 06:46 thing_v2.json

./2.0/openapi:
total 324
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 304375 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    729 Jun 23 06:46 README.md
drwxr-sr-x.  8 jenkins 1001020000    169 Jun 23 06:46 sources

./2.0/openapi/sources:
total 36
drwxr-sr-x. 8 jenkins 1001020000   169 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000    61 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  9687 Jun 23 06:46 api-2-index.yml
-rw-r--r--. 1 jenkins 1001020000   203 Jun 23 06:46 package.json
-rw-r--r--. 1 jenkins 1001020000 13974 Jun 23 06:46 package-lock.json
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 parameters
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 paths
drwxr-sr-x. 3 jenkins 1001020000   149 Jun 23 06:46 requests
drwxr-sr-x. 2 jenkins 1001020000   138 Jun 23 06:46 responses
drwxr-sr-x. 8 jenkins 1001020000    94 Jun 23 06:46 schemas
drwxr-sr-x. 2 jenkins 1001020000    68 Jun 23 06:46 security

./2.0/openapi/sources/parameters:
total 116
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  662 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2226 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:46 timeoutParam.yml

./2.0/openapi/sources/paths:
total 4
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x. 2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  125 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 whoami

./2.0/openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4119 Jun 23 06:46 cloudevents.yml

./2.0/openapi/sources/paths/features:
total 96
drwxr-sr-x. 2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 11506 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 12610 Jun 23 06:46 desiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 11752 Jun 23 06:46 desiredProperty.yml
-rw-r--r--. 1 jenkins 1001020000 12951 Jun 23 06:46 feature.yml
-rw-r--r--. 1 jenkins 1001020000 14656 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000 12141 Jun 23 06:46 properties.yml
-rw-r--r--. 1 jenkins 1001020000 11506 Jun 23 06:46 property.yml

./2.0/openapi/sources/paths/messages:
total 28
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4001 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3882 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 4714 Jun 23 06:46 inbox-claim.yml
-rw-r--r--. 1 jenkins 1001020000 4418 Jun 23 06:46 inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3743 Jun 23 06:46 outbox-message.yml

./2.0/openapi/sources/paths/policies:
total 92
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  2064 Jun 23 06:46 activateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2009 Jun 23 06:46 activateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  1744 Jun 23 06:46 deactivateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  1710 Jun 23 06:46 deactivateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  6125 Jun 23 06:46 entries.yml
-rw-r--r--. 1 jenkins 1001020000  9960 Jun 23 06:46 entry.yml
-rw-r--r--. 1 jenkins 1001020000 11132 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  6158 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000  8476 Jun 23 06:46 resource.yml
-rw-r--r--. 1 jenkins 1001020000  5758 Jun 23 06:46 subjects.yml
-rw-r--r--. 1 jenkins 1001020000  8541 Jun 23 06:46 subject.yml

./2.0/openapi/sources/paths/search:
total 12
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 2217 Jun 23 06:46 things-count.yml
-rw-r--r--. 1 jenkins 1001020000 4167 Jun 23 06:46 things.yml

./2.0/openapi/sources/paths/things:
total 72
drwxr-sr-x. 2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 11196 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000 11180 Jun 23 06:46 attribute.yml
-rw-r--r--. 1 jenkins 1001020000 11071 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000  6535 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000  7673 Jun 23 06:46 policyId.yml
-rw-r--r--. 1 jenkins 1001020000 20106 Jun 23 06:46 thing.yml

./2.0/openapi/sources/paths/whoami:
total 4
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1040 Jun 23 06:46 index.yml

./2.0/openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  815 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:46 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./2.0/openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./2.0/openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 725 Jun 23 06:46 activateTokenIntegration.yml

./2.0/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  138 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  586 Jun 23 06:46 messageTimeout.yml
-rw-r--r--. 1 jenkins 1001020000  573 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:46 preconditionFailed.yml

./2.0/openapi/sources/schemas:
total 4
drwxr-sr-x. 8 jenkins 1001020000   94 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 errors
drwxr-sr-x. 2 jenkins 1001020000  139 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   36 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   49 Jun 23 06:46 whoami

./2.0/openapi/sources/schemas/errors:
total 8
drwxr-sr-x. 2 jenkins 1001020000  48 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  94 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 897 Jun 23 06:46 advancedError.yml
-rw-r--r--. 1 jenkins 1001020000 803 Jun 23 06:46 error.yml

./2.0/openapi/sources/schemas/features:
total 20
drwxr-sr-x. 2 jenkins 1001020000 139 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  94 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 649 Jun 23 06:46 featureDefinition.yml
-rw-r--r--. 1 jenkins 1001020000 489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 481 Jun 23 06:46 featureProperties.yml
-rw-r--r--. 1 jenkins 1001020000 590 Jun 23 06:46 features.yml
-rw-r--r--. 1 jenkins 1001020000 573 Jun 23 06:46 feature.yml

./2.0/openapi/sources/schemas/policies:
total 44
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000   94 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  527 Jun 23 06:46 newPolicy.yml
-rw-r--r--. 1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--. 1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--. 1 jenkins 1001020000  596 Jun 23 06:46 policyEntry.yml
-rw-r--r--. 1 jenkins 1001020000  628 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--. 1 jenkins 1001020000  888 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000  871 Jun 23 06:46 subjectAnnouncement.yml
-rw-r--r--. 1 jenkins 1001020000 1190 Jun 23 06:46 subjectEntry.yml
-rw-r--r--. 1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml

./2.0/openapi/sources/schemas/search:
total 4
drwxr-sr-x. 2 jenkins 1001020000  36 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  94 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 499 Jun 23 06:46 searchResultThings.yml

./2.0/openapi/sources/schemas/things:
total 20
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000   94 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  573 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2328 Jun 23 06:46 newThing.yml
-rw-r--r--. 1 jenkins 1001020000  833 Jun 23 06:46 patchThing.yml
-rw-r--r--. 1 jenkins 1001020000 1737 Jun 23 06:46 thing.yml

./2.0/openapi/sources/schemas/whoami:
total 8
drwxr-sr-x. 2 jenkins 1001020000  49 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  94 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--. 1 jenkins 1001020000 657 Jun 23 06:46 whoami.yml

./2.0/openapi/sources/security:
total 12
drwxr-sr-x. 2 jenkins 1001020000  68 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:46 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:46 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:46 nginxBasic.yml

./2.0/slides:
total 32
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./2.0/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29031 Jun 23 06:46 index.html

./2.0/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34310 Jun 23 06:46 index.html

./2.0/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14225 Jun 23 06:46 index.html

./2.0/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15017 Jun 23 06:46 index.html

./2.0/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31918 Jun 23 06:46 index.html

./2.0/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15001 Jun 23 06:46 index.html

./2.0/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16381 Jun 23 06:46 index.html

./2.0/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./2.0/slides/images:
total 516
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png

./2.1:
total 16476
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  13227 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13245 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14308 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13766 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14245 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17524 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17274 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13943 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  93134 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13814 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13967 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26563 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14051 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14884 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14136 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13738 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29446 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13305 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13895 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13825 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14313 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17410 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13858 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15142 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13973 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16471 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53361 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15704 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14513 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14346 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17704 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37341 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14137 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24383 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18278 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14413 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29279 Jun 23 06:46 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45064 Jun 23 06:46 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30440 Jun 23 06:46 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23206 Jun 23 06:46 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16746 Jun 23 06:46 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  52022 Jun 23 06:46 2021-06-17-hmac-credentials.html
-rw-r--r--.  1 jenkins 1001020000  34660 Jun 23 06:46 2021-09-23-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000  16577 Jun 23 06:46 2021-09-27-release-announcement-210.html
-rw-r--r--.  1 jenkins 1001020000  58924 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  69296 Jun 23 06:46 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  62412 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  60816 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  61910 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  60729 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  60391 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  60449 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  65006 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000 102600 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  62615 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  64085 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  63574 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  69235 Jun 23 06:46 basic-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000 102395 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  67785 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  64346 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  79614 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  66745 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  77452 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  63012 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  63444 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  73374 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  95794 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  71851 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  67602 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  59718 Jun 23 06:46 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  61033 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  59420 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  59882 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  59843 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  62520 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  66485 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  20592 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  23065 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  93805 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  62229 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  59284 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  60452 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000 128421 Jun 23 06:46 connectivity-hmac-signing.html
-rw-r--r--.  1 jenkins 1001020000  88993 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 154655 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  60253 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  71376 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  74944 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  78550 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  84953 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  92125 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  91075 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  67569 Jun 23 06:46 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  67875 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  59936 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  60940 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 110216 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11645 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  65915 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  59987 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  64537 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  77364 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  63165 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  78723 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  13619 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  60612 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 136410 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  61565 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  61171 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  68743 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  62774 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  62490 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  60708 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  60220 Jun 23 06:46 protocol-examples-connections-announcement-closed.html
-rw-r--r--.  1 jenkins 1001020000  60220 Jun 23 06:46 protocol-examples-connections-announcement-opened.html
-rw-r--r--.  1 jenkins 1001020000  63156 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  63649 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  62829 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  63906 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  62636 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  65854 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  66225 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  63829 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  62543 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  62701 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  75859 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  62153 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  62109 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  62264 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  62345 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  62326 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  62142 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  62083 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  62252 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  62233 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  62128 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  62035 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 121776 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  68580 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  65096 Jun 23 06:46 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  65361 Jun 23 06:46 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  65953 Jun 23 06:46 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  64713 Jun 23 06:46 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  64825 Jun 23 06:46 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  66654 Jun 23 06:46 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  66897 Jun 23 06:46 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  62951 Jun 23 06:46 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  65837 Jun 23 06:46 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  64597 Jun 23 06:46 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  64354 Jun 23 06:46 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  68373 Jun 23 06:46 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  63159 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  63652 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  62832 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  63909 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  62639 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  65857 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  66228 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  65234 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  63832 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  62546 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  62513 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  73579 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  60647 Jun 23 06:46 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  62964 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  65398 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  61702 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  61380 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  60995 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  60917 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  61037 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  61019 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 103767 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  65499 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  62964 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  63169 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  61702 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  62034 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  61380 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  61708 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  64472 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  62621 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  63166 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  61699 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  61863 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  61377 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  61537 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  61512 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  61665 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  61374 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  61924 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  61274 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  62778 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  62946 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  61860 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  61202 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  61171 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  65351 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  64951 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  71743 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  60117 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  61374 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  62069 Jun 23 06:46 protocol-specification-connections-announcement.html
-rw-r--r--.  1 jenkins 1001020000  60662 Jun 23 06:46 protocol-specification-connections.html
-rw-r--r--.  1 jenkins 1001020000  59970 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  68943 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  61318 Jun 23 06:46 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  77411 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  66037 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  63992 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  72975 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000 110448 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  84629 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  64252 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  94070 Jun 23 06:46 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  83455 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  83881 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  74749 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  69793 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  60795 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  59390 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  62281 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  61762 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  62351 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  62011 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  63613 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  63760 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  63360 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  63294 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  65780 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  61432 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  61826 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  63755 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  62678 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  64469 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  67667 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  60194 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  61162 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  61643 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  60333 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  66290 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  60711 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  68115 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  64880 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  68346 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  59665 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000  98747 Jun 23 06:46 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  61453 Jun 23 06:46 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000  74376 Jun 23 06:46 release_notes_210.html
-rw-r--r--.  1 jenkins 1001020000  62155 Jun 23 06:46 release_notes_211.html
-rw-r--r--.  1 jenkins 1001020000  61438 Jun 23 06:46 release_notes_212.html
-rw-r--r--.  1 jenkins 1001020000  60018 Jun 23 06:46 release_notes_213.html
-rw-r--r--.  1 jenkins 1001020000  61006 Jun 23 06:46 release_notes_221.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  64727 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  31687 Jun 23 06:46 search.json
drwxr-sr-x. 14 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  65786 Jun 23 06:46 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  70478 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  88265 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  66783 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  77344 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  68582 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  70022 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  66672 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  70835 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  65240 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  83694 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  73472 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  71507 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  67645 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  68119 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  65758 Jun 23 06:46 tag_troubleshooting.html

./2.1/css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 23925 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./2.1/docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./2.1/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./2.1/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./2.1/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./2.1/files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./2.1/images:
total 324
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:46 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  6 jenkins 1001020000     71 Jun 23 06:46 pages

./2.1/images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:46 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:46 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:46 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./2.1/images/pages:
total 8
drwxr-sr-x. 6 jenkins 1001020000   71 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./2.1/images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:46 data-by-pass-architectural-design.jpg

./2.1/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./2.1/images/pages/basic:
total 124
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./2.1/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./2.1/js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./2.1/jsonschema:
total 140
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 37638 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1459 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1508 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  5335 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:46 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  4358 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2841 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  5180 Jun 23 06:46 thing_v2.json

./2.1/openapi:
total 332
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 313445 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    729 Jun 23 06:46 README.md
drwxr-sr-x.  8 jenkins 1001020000    169 Jun 23 06:46 sources

./2.1/openapi/sources:
total 36
drwxr-sr-x. 8 jenkins 1001020000   169 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000    61 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  9622 Jun 23 06:46 api-2-index.yml
-rw-r--r--. 1 jenkins 1001020000   203 Jun 23 06:46 package.json
-rw-r--r--. 1 jenkins 1001020000 13974 Jun 23 06:46 package-lock.json
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 parameters
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 paths
drwxr-sr-x. 3 jenkins 1001020000   149 Jun 23 06:46 requests
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 responses
drwxr-sr-x. 9 jenkins 1001020000   118 Jun 23 06:46 schemas
drwxr-sr-x. 2 jenkins 1001020000    68 Jun 23 06:46 security

./2.1/openapi/sources/parameters:
total 120
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  661 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1341 Jun 23 06:46 conditionParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2226 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:46 timeoutParam.yml

./2.1/openapi/sources/paths:
total 4
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x. 2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  125 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 whoami

./2.1/openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4119 Jun 23 06:46 cloudevents.yml

./2.1/openapi/sources/paths/features:
total 100
drwxr-sr-x. 2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 11953 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 12997 Jun 23 06:46 desiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 12139 Jun 23 06:46 desiredProperty.yml
-rw-r--r--. 1 jenkins 1001020000 13338 Jun 23 06:46 feature.yml
-rw-r--r--. 1 jenkins 1001020000 15043 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000 12528 Jun 23 06:46 properties.yml
-rw-r--r--. 1 jenkins 1001020000 11893 Jun 23 06:46 property.yml

./2.1/openapi/sources/paths/messages:
total 28
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4004 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3885 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 4717 Jun 23 06:46 inbox-claim.yml
-rw-r--r--. 1 jenkins 1001020000 4421 Jun 23 06:46 inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3746 Jun 23 06:46 outbox-message.yml

./2.1/openapi/sources/paths/policies:
total 92
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  3008 Jun 23 06:46 activateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2953 Jun 23 06:46 activateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  2744 Jun 23 06:46 deactivateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2710 Jun 23 06:46 deactivateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  6125 Jun 23 06:46 entries.yml
-rw-r--r--. 1 jenkins 1001020000  9960 Jun 23 06:46 entry.yml
-rw-r--r--. 1 jenkins 1001020000 11132 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  6158 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000  8476 Jun 23 06:46 resource.yml
-rw-r--r--. 1 jenkins 1001020000  5758 Jun 23 06:46 subjects.yml
-rw-r--r--. 1 jenkins 1001020000  8541 Jun 23 06:46 subject.yml

./2.1/openapi/sources/paths/search:
total 12
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 2217 Jun 23 06:46 things-count.yml
-rw-r--r--. 1 jenkins 1001020000 4167 Jun 23 06:46 things.yml

./2.1/openapi/sources/paths/things:
total 76
drwxr-sr-x. 2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 11583 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000 11567 Jun 23 06:46 attribute.yml
-rw-r--r--. 1 jenkins 1001020000 11458 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000  6597 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000  7947 Jun 23 06:46 policyId.yml
-rw-r--r--. 1 jenkins 1001020000 20493 Jun 23 06:46 thing.yml

./2.1/openapi/sources/paths/whoami:
total 4
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1040 Jun 23 06:46 index.yml

./2.1/openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  815 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:46 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./2.1/openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./2.1/openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 839 Jun 23 06:46 activateTokenIntegration.yml

./2.1/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  140 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  606 Jun 23 06:46 dependencyFailed.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  574 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:46 preconditionFailed.yml

./2.1/openapi/sources/schemas:
total 4
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   61 Jun 23 06:46 acknowledgements
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 errors
drwxr-sr-x. 2 jenkins 1001020000  139 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   36 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   49 Jun 23 06:46 whoami

./2.1/openapi/sources/schemas/acknowledgements:
total 8
drwxr-sr-x. 2 jenkins 1001020000  61 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 652 Jun 23 06:46 acknowledgements.yml
-rw-r--r--. 1 jenkins 1001020000 736 Jun 23 06:46 acknowledgement.yml

./2.1/openapi/sources/schemas/errors:
total 8
drwxr-sr-x. 2 jenkins 1001020000  48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 897 Jun 23 06:46 advancedError.yml
-rw-r--r--. 1 jenkins 1001020000 803 Jun 23 06:46 error.yml

./2.1/openapi/sources/schemas/features:
total 20
drwxr-sr-x. 2 jenkins 1001020000 139 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 678 Jun 23 06:46 featureDefinition.yml
-rw-r--r--. 1 jenkins 1001020000 489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 481 Jun 23 06:46 featureProperties.yml
-rw-r--r--. 1 jenkins 1001020000 590 Jun 23 06:46 features.yml
-rw-r--r--. 1 jenkins 1001020000 573 Jun 23 06:46 feature.yml

./2.1/openapi/sources/schemas/policies:
total 44
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  527 Jun 23 06:46 newPolicy.yml
-rw-r--r--. 1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--. 1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--. 1 jenkins 1001020000  596 Jun 23 06:46 policyEntry.yml
-rw-r--r--. 1 jenkins 1001020000  628 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--. 1 jenkins 1001020000  888 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000 1413 Jun 23 06:46 subjectAnnouncement.yml
-rw-r--r--. 1 jenkins 1001020000 1190 Jun 23 06:46 subjectEntry.yml
-rw-r--r--. 1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml

./2.1/openapi/sources/schemas/search:
total 4
drwxr-sr-x. 2 jenkins 1001020000  36 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 499 Jun 23 06:46 searchResultThings.yml

./2.1/openapi/sources/schemas/things:
total 20
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  602 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2328 Jun 23 06:46 newThing.yml
-rw-r--r--. 1 jenkins 1001020000  833 Jun 23 06:46 patchThing.yml
-rw-r--r--. 1 jenkins 1001020000 1737 Jun 23 06:46 thing.yml

./2.1/openapi/sources/schemas/whoami:
total 8
drwxr-sr-x. 2 jenkins 1001020000  49 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--. 1 jenkins 1001020000 657 Jun 23 06:46 whoami.yml

./2.1/openapi/sources/security:
total 12
drwxr-sr-x. 2 jenkins 1001020000  68 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:46 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:46 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:46 nginxBasic.yml

./2.1/slides:
total 32
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_05_ditto-introduction-deck
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-20-overview
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-in-20-min
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./2.1/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29031 Jun 23 06:46 index.html

./2.1/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34310 Jun 23 06:46 index.html

./2.1/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14225 Jun 23 06:46 index.html

./2.1/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15017 Jun 23 06:46 index.html

./2.1/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31918 Jun 23 06:46 index.html

./2.1/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15001 Jun 23 06:46 index.html

./2.1/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16381 Jun 23 06:46 index.html

./2.1/slides/2021_05_ditto-introduction-deck:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 30816 Jun 23 06:46 index.html

./2.1/slides/2021_06_ditto-20-overview:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16503 Jun 23 06:46 index.html

./2.1/slides/2021_06_ditto-in-20-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 21859 Jun 23 06:46 index.html

./2.1/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./2.1/slides/images:
total 544
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png
-rw-r--r--.  1 jenkins 1001020000 27392 Jun 23 06:46 wot.png

./2.2:
total 16852
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  13247 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13265 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14328 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13786 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14265 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17544 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17294 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13963 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  93154 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13834 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13987 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26583 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14071 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14904 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14156 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13758 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29466 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13325 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13915 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13845 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14333 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17430 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13878 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15162 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13993 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16491 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53381 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15724 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14533 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14366 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17724 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37361 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14157 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24403 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18298 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14433 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29299 Jun 23 06:46 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45084 Jun 23 06:46 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30460 Jun 23 06:46 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23226 Jun 23 06:46 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16766 Jun 23 06:46 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  52042 Jun 23 06:46 2021-06-17-hmac-credentials.html
-rw-r--r--.  1 jenkins 1001020000  34680 Jun 23 06:46 2021-09-23-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000  16597 Jun 23 06:46 2021-09-27-release-announcement-210.html
-rw-r--r--.  1 jenkins 1001020000  18098 Jun 23 06:46 2021-09-29-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  29250 Jun 23 06:46 2021-11-03-oauth2.html
-rw-r--r--.  1 jenkins 1001020000  15719 Jun 23 06:46 2021-11-22-release-announcement-220.html
-rw-r--r--.  1 jenkins 1001020000  59442 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  69814 Jun 23 06:46 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  62930 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  61334 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  62428 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  61247 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  60909 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  60967 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  65524 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000 103118 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  63133 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  64603 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  65479 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  69753 Jun 23 06:46 basic-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000 102913 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  68303 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  64864 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  80132 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  69866 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  77970 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  63749 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  63962 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  77651 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  96312 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  75183 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  68120 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  60236 Jun 23 06:46 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  61551 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  59938 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  60400 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  60361 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  63038 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  67003 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  21207 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  23163 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  94323 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  62747 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  59802 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  60970 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000 128939 Jun 23 06:46 connectivity-hmac-signing.html
-rw-r--r--.  1 jenkins 1001020000  93252 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 155173 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  60771 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  71894 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  75462 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  84123 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  85515 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  92643 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  91593 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  68087 Jun 23 06:46 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  68393 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  60454 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  61458 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 110734 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11645 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  66433 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  60505 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  65055 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  77882 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  63683 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  79241 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  16337 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  61130 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 136928 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  62083 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  61689 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  69261 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  63292 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  63322 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  61226 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  60738 Jun 23 06:46 protocol-examples-connections-announcement-closed.html
-rw-r--r--.  1 jenkins 1001020000  60738 Jun 23 06:46 protocol-examples-connections-announcement-opened.html
-rw-r--r--.  1 jenkins 1001020000  63674 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  64167 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  63347 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  64424 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  63154 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  66372 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  66743 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  64347 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  63061 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  63219 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  76377 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  62671 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  62627 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  62782 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  62863 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  62844 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  62660 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  62601 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  62770 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  62751 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  62646 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  62553 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 122294 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  69098 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  65614 Jun 23 06:46 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  65879 Jun 23 06:46 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  66471 Jun 23 06:46 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  65231 Jun 23 06:46 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  65343 Jun 23 06:46 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  67172 Jun 23 06:46 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  67415 Jun 23 06:46 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  63469 Jun 23 06:46 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  66355 Jun 23 06:46 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  65115 Jun 23 06:46 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  64872 Jun 23 06:46 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  68891 Jun 23 06:46 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  63677 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  64170 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  63350 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  64427 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  63157 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  66375 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  66746 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  65752 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  64350 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  63064 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  63031 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  74097 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  61165 Jun 23 06:46 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  63482 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  65916 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  62220 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  61898 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  61513 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  61435 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  61555 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  61537 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 104285 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  66017 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  63482 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  63687 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  62220 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  62552 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  61898 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  62226 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  64990 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  63139 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  63684 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  62217 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  62381 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  61895 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  62055 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  62030 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  62183 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  61892 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  62442 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  61792 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  63296 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  63464 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  62378 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  61720 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  61689 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  65869 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  65469 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  72261 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  60635 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  61892 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  62587 Jun 23 06:46 protocol-specification-connections-announcement.html
-rw-r--r--.  1 jenkins 1001020000  61180 Jun 23 06:46 protocol-specification-connections.html
-rw-r--r--.  1 jenkins 1001020000  60488 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  69461 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  61836 Jun 23 06:46 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  77929 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  66555 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  64510 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  73493 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000 110966 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  85147 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  64770 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  94588 Jun 23 06:46 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  83973 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  84399 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  75267 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  70311 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  61313 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  59908 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  62799 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  62280 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  62869 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  62529 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  64131 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  64278 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  63878 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  63812 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  66298 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  61950 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  62344 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  64273 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  63196 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  64987 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  68185 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  60712 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  61680 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  62161 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  60851 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  66808 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  61229 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  68633 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  65398 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  68864 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  60183 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000  99265 Jun 23 06:46 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  61971 Jun 23 06:46 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000  74894 Jun 23 06:46 release_notes_210.html
-rw-r--r--.  1 jenkins 1001020000  62673 Jun 23 06:46 release_notes_211.html
-rw-r--r--.  1 jenkins 1001020000  61956 Jun 23 06:46 release_notes_212.html
-rw-r--r--.  1 jenkins 1001020000  60536 Jun 23 06:46 release_notes_213.html
-rw-r--r--.  1 jenkins 1001020000  65985 Jun 23 06:46 release_notes_220.html
-rw-r--r--.  1 jenkins 1001020000  61539 Jun 23 06:46 release_notes_221.html
-rw-r--r--.  1 jenkins 1001020000  60333 Jun 23 06:46 release_notes_222.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  65245 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  32614 Jun 23 06:46 search.json
drwxr-sr-x. 15 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  66496 Jun 23 06:46 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  71746 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  90607 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  67493 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  78612 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  69292 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  70732 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  67382 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  71545 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  65950 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  84404 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  74672 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  72217 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  68355 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  68829 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  66468 Jun 23 06:46 tag_troubleshooting.html

./2.2/css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 24526 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./2.2/docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./2.2/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./2.2/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./2.2/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./2.2/files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./2.2/images:
total 516
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rwxr-xr-x.  1 jenkins 1001020000  92637 Jun 23 06:46 ditto-overview-1.png
-rwxr-xr-x.  1 jenkins 1001020000 101022 Jun 23 06:46 ditto-super-1.png
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:46 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  6 jenkins 1001020000     71 Jun 23 06:46 pages

./2.2/images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:46 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:46 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:46 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./2.2/images/pages:
total 8
drwxr-sr-x. 6 jenkins 1001020000   71 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./2.2/images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:46 data-by-pass-architectural-design.jpg

./2.2/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./2.2/images/pages/basic:
total 124
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./2.2/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./2.2/js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./2.2/jsonschema:
total 140
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 39603 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1459 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1508 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  5335 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:46 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  4358 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2841 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  5180 Jun 23 06:46 thing_v2.json

./2.2/openapi:
total 332
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 313445 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    729 Jun 23 06:46 README.md
drwxr-sr-x.  8 jenkins 1001020000    169 Jun 23 06:46 sources

./2.2/openapi/sources:
total 36
drwxr-sr-x. 8 jenkins 1001020000   169 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000    61 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  9622 Jun 23 06:46 api-2-index.yml
-rw-r--r--. 1 jenkins 1001020000   203 Jun 23 06:46 package.json
-rw-r--r--. 1 jenkins 1001020000 13974 Jun 23 06:46 package-lock.json
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 parameters
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 paths
drwxr-sr-x. 3 jenkins 1001020000   149 Jun 23 06:46 requests
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 responses
drwxr-sr-x. 9 jenkins 1001020000   118 Jun 23 06:46 schemas
drwxr-sr-x. 2 jenkins 1001020000    68 Jun 23 06:46 security

./2.2/openapi/sources/parameters:
total 120
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  661 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1341 Jun 23 06:46 conditionParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2226 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:46 timeoutParam.yml

./2.2/openapi/sources/paths:
total 4
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x. 2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  125 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 whoami

./2.2/openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4119 Jun 23 06:46 cloudevents.yml

./2.2/openapi/sources/paths/features:
total 100
drwxr-sr-x. 2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 11953 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 12997 Jun 23 06:46 desiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 12139 Jun 23 06:46 desiredProperty.yml
-rw-r--r--. 1 jenkins 1001020000 13338 Jun 23 06:46 feature.yml
-rw-r--r--. 1 jenkins 1001020000 15043 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000 12528 Jun 23 06:46 properties.yml
-rw-r--r--. 1 jenkins 1001020000 11893 Jun 23 06:46 property.yml

./2.2/openapi/sources/paths/messages:
total 28
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4004 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3885 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 4717 Jun 23 06:46 inbox-claim.yml
-rw-r--r--. 1 jenkins 1001020000 4421 Jun 23 06:46 inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3746 Jun 23 06:46 outbox-message.yml

./2.2/openapi/sources/paths/policies:
total 92
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  3008 Jun 23 06:46 activateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2953 Jun 23 06:46 activateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  2744 Jun 23 06:46 deactivateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2710 Jun 23 06:46 deactivateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  6125 Jun 23 06:46 entries.yml
-rw-r--r--. 1 jenkins 1001020000  9960 Jun 23 06:46 entry.yml
-rw-r--r--. 1 jenkins 1001020000 11132 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  6158 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000  8476 Jun 23 06:46 resource.yml
-rw-r--r--. 1 jenkins 1001020000  5758 Jun 23 06:46 subjects.yml
-rw-r--r--. 1 jenkins 1001020000  8541 Jun 23 06:46 subject.yml

./2.2/openapi/sources/paths/search:
total 12
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 2217 Jun 23 06:46 things-count.yml
-rw-r--r--. 1 jenkins 1001020000 4167 Jun 23 06:46 things.yml

./2.2/openapi/sources/paths/things:
total 76
drwxr-sr-x. 2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 11583 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000 11567 Jun 23 06:46 attribute.yml
-rw-r--r--. 1 jenkins 1001020000 11458 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000  6597 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000  7947 Jun 23 06:46 policyId.yml
-rw-r--r--. 1 jenkins 1001020000 20493 Jun 23 06:46 thing.yml

./2.2/openapi/sources/paths/whoami:
total 4
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1040 Jun 23 06:46 index.yml

./2.2/openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  815 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:46 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./2.2/openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./2.2/openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 839 Jun 23 06:46 activateTokenIntegration.yml

./2.2/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  140 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  606 Jun 23 06:46 dependencyFailed.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  574 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:46 preconditionFailed.yml

./2.2/openapi/sources/schemas:
total 4
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   61 Jun 23 06:46 acknowledgements
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 errors
drwxr-sr-x. 2 jenkins 1001020000  139 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   36 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   49 Jun 23 06:46 whoami

./2.2/openapi/sources/schemas/acknowledgements:
total 8
drwxr-sr-x. 2 jenkins 1001020000  61 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 652 Jun 23 06:46 acknowledgements.yml
-rw-r--r--. 1 jenkins 1001020000 736 Jun 23 06:46 acknowledgement.yml

./2.2/openapi/sources/schemas/errors:
total 8
drwxr-sr-x. 2 jenkins 1001020000  48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 897 Jun 23 06:46 advancedError.yml
-rw-r--r--. 1 jenkins 1001020000 803 Jun 23 06:46 error.yml

./2.2/openapi/sources/schemas/features:
total 20
drwxr-sr-x. 2 jenkins 1001020000 139 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 678 Jun 23 06:46 featureDefinition.yml
-rw-r--r--. 1 jenkins 1001020000 489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 481 Jun 23 06:46 featureProperties.yml
-rw-r--r--. 1 jenkins 1001020000 590 Jun 23 06:46 features.yml
-rw-r--r--. 1 jenkins 1001020000 573 Jun 23 06:46 feature.yml

./2.2/openapi/sources/schemas/policies:
total 44
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  527 Jun 23 06:46 newPolicy.yml
-rw-r--r--. 1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--. 1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--. 1 jenkins 1001020000  596 Jun 23 06:46 policyEntry.yml
-rw-r--r--. 1 jenkins 1001020000  628 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--. 1 jenkins 1001020000  888 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000 1413 Jun 23 06:46 subjectAnnouncement.yml
-rw-r--r--. 1 jenkins 1001020000 1190 Jun 23 06:46 subjectEntry.yml
-rw-r--r--. 1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml

./2.2/openapi/sources/schemas/search:
total 4
drwxr-sr-x. 2 jenkins 1001020000  36 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 499 Jun 23 06:46 searchResultThings.yml

./2.2/openapi/sources/schemas/things:
total 20
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  602 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2328 Jun 23 06:46 newThing.yml
-rw-r--r--. 1 jenkins 1001020000  833 Jun 23 06:46 patchThing.yml
-rw-r--r--. 1 jenkins 1001020000 1737 Jun 23 06:46 thing.yml

./2.2/openapi/sources/schemas/whoami:
total 8
drwxr-sr-x. 2 jenkins 1001020000  49 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--. 1 jenkins 1001020000 657 Jun 23 06:46 whoami.yml

./2.2/openapi/sources/security:
total 12
drwxr-sr-x. 2 jenkins 1001020000  68 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:46 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:46 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:46 nginxBasic.yml

./2.2/slides:
total 32
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_05_ditto-introduction-deck
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-20-overview
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-in-20-min
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_10_25-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./2.2/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29031 Jun 23 06:46 index.html

./2.2/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34310 Jun 23 06:46 index.html

./2.2/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14225 Jun 23 06:46 index.html

./2.2/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15017 Jun 23 06:46 index.html

./2.2/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31918 Jun 23 06:46 index.html

./2.2/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15001 Jun 23 06:46 index.html

./2.2/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16381 Jun 23 06:46 index.html

./2.2/slides/2021_05_ditto-introduction-deck:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 30816 Jun 23 06:46 index.html

./2.2/slides/2021_06_ditto-20-overview:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16503 Jun 23 06:46 index.html

./2.2/slides/2021_06_ditto-in-20-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 21859 Jun 23 06:46 index.html

./2.2/slides/2021_10_25-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14925 Jun 23 06:46 index.html

./2.2/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./2.2/slides/images:
total 544
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png
-rw-r--r--.  1 jenkins 1001020000 27392 Jun 23 06:46 wot.png

./2.3:
total 17232
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  13247 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13265 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14328 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13786 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14265 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17544 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17294 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13963 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  93154 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13834 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13987 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26583 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14071 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14904 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14156 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13758 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29466 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13325 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13915 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13845 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14333 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17430 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13878 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15162 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13993 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16491 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53381 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15724 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14533 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14366 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17724 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37361 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14157 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24403 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18298 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14433 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29299 Jun 23 06:46 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45084 Jun 23 06:46 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30460 Jun 23 06:46 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23226 Jun 23 06:46 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16766 Jun 23 06:46 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  52042 Jun 23 06:46 2021-06-17-hmac-credentials.html
-rw-r--r--.  1 jenkins 1001020000  34268 Jun 23 06:46 2021-09-23-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000  16597 Jun 23 06:46 2021-09-27-release-announcement-210.html
-rw-r--r--.  1 jenkins 1001020000  18098 Jun 23 06:46 2021-09-29-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  29250 Jun 23 06:46 2021-11-03-oauth2.html
-rw-r--r--.  1 jenkins 1001020000  15719 Jun 23 06:46 2021-11-22-release-announcement-220.html
-rw-r--r--.  1 jenkins 1001020000  26758 Jun 23 06:46 2021-12-20-http-live-channel.html
-rw-r--r--.  1 jenkins 1001020000  24680 Jun 23 06:46 2021-12-22-live-channel-condition.html
-rw-r--r--.  1 jenkins 1001020000  17268 Jun 23 06:46 2022-01-21-release-announcement-230.html
-rw-r--r--.  1 jenkins 1001020000  59804 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  70176 Jun 23 06:46 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  63292 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  61696 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  62790 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  61609 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  61271 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  61329 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  65886 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000 103480 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  63495 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  64965 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  65841 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  73274 Jun 23 06:46 basic-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000 103275 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  69050 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  65226 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  80675 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  70228 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  78332 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  64111 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  64324 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  79453 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  96674 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  75704 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  68482 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  60598 Jun 23 06:46 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  61913 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  60300 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  60762 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  60723 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  63400 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  67369 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  21942 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  22748 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  94685 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  63109 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  60164 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  61332 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000 129301 Jun 23 06:46 connectivity-hmac-signing.html
-rw-r--r--.  1 jenkins 1001020000  95982 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 160269 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  61133 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  72256 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  75824 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  84485 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  85877 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  93005 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  91955 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  68449 Jun 23 06:46 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  68755 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  60816 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  61820 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 113609 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11645 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  66795 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  62928 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  65417 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  78244 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  64045 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  79603 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  16337 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  61420 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 151216 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  62445 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  62051 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  69623 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  63654 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  63684 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  61588 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  61100 Jun 23 06:46 protocol-examples-connections-announcement-closed.html
-rw-r--r--.  1 jenkins 1001020000  61100 Jun 23 06:46 protocol-examples-connections-announcement-opened.html
-rw-r--r--.  1 jenkins 1001020000  64036 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  64529 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  63709 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  64786 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  63516 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  66734 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  67105 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  64709 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  63423 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  63581 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  76739 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  63033 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  62989 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  63144 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  63225 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  63206 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  63022 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  62963 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  63132 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  63113 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  63008 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  62915 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 122656 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  69460 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  65976 Jun 23 06:46 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  66241 Jun 23 06:46 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  66833 Jun 23 06:46 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  65593 Jun 23 06:46 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  65705 Jun 23 06:46 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  67534 Jun 23 06:46 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  67777 Jun 23 06:46 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  63831 Jun 23 06:46 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  66717 Jun 23 06:46 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  65477 Jun 23 06:46 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  65234 Jun 23 06:46 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  69253 Jun 23 06:46 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  64039 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  64532 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  63712 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  64789 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  63519 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  66737 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  67108 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  66114 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  64712 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  63426 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  63393 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  74459 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  61527 Jun 23 06:46 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  63844 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  66278 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  62582 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  62260 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  61875 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  61797 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  61917 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  61899 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 104647 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  66379 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  63844 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  64049 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  62582 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  62914 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  62260 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  62588 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  65352 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  63501 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  64046 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  62579 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  62743 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  62257 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  62417 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  62392 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  62545 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  62254 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  62804 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  62154 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  63658 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  63826 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  62740 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  62082 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  62051 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  66231 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  65831 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  72623 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  60997 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  62254 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  62949 Jun 23 06:46 protocol-specification-connections-announcement.html
-rw-r--r--.  1 jenkins 1001020000  61542 Jun 23 06:46 protocol-specification-connections.html
-rw-r--r--.  1 jenkins 1001020000  60850 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  70964 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  62198 Jun 23 06:46 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  78291 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  66917 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  64872 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  73855 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000 111328 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  85509 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  65132 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  94950 Jun 23 06:46 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  84335 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  84761 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  75629 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  70673 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  62096 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  60270 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  63161 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  62642 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  63231 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  62891 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  64493 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  64640 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  64240 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  64174 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  66660 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  62312 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  62706 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  64635 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  63558 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  65349 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  68547 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  61074 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  62042 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  62523 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  61213 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  67170 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  61591 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  68995 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  65760 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  69226 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  60545 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000  99627 Jun 23 06:46 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  62333 Jun 23 06:46 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000  75256 Jun 23 06:46 release_notes_210.html
-rw-r--r--.  1 jenkins 1001020000  63035 Jun 23 06:46 release_notes_211.html
-rw-r--r--.  1 jenkins 1001020000  62318 Jun 23 06:46 release_notes_212.html
-rw-r--r--.  1 jenkins 1001020000  60898 Jun 23 06:46 release_notes_213.html
-rw-r--r--.  1 jenkins 1001020000  66347 Jun 23 06:46 release_notes_220.html
-rw-r--r--.  1 jenkins 1001020000  61901 Jun 23 06:46 release_notes_221.html
-rw-r--r--.  1 jenkins 1001020000  60695 Jun 23 06:46 release_notes_222.html
-rw-r--r--.  1 jenkins 1001020000  67063 Jun 23 06:46 release_notes_230.html
-rw-r--r--.  1 jenkins 1001020000  62368 Jun 23 06:46 release_notes_231.html
-rw-r--r--.  1 jenkins 1001020000  61943 Jun 23 06:46 release_notes_232.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  65607 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  33792 Jun 23 06:46 search.json
drwxr-sr-x. 15 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  67074 Jun 23 06:46 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  72324 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  92766 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  68071 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  79190 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  69870 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  72372 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  67960 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  72123 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  66528 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  84982 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  75985 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  72795 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  68933 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  69407 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  67046 Jun 23 06:46 tag_troubleshooting.html

./2.3/css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 24526 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./2.3/docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./2.3/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./2.3/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./2.3/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./2.3/files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./2.3/images:
total 516
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rwxr-xr-x.  1 jenkins 1001020000  92637 Jun 23 06:46 ditto-overview-1.png
-rwxr-xr-x.  1 jenkins 1001020000 101022 Jun 23 06:46 ditto-super-1.png
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:46 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  6 jenkins 1001020000     71 Jun 23 06:46 pages

./2.3/images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:46 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:46 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:46 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./2.3/images/pages:
total 8
drwxr-sr-x. 6 jenkins 1001020000   71 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./2.3/images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:46 data-by-pass-architectural-design.jpg

./2.3/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./2.3/images/pages/basic:
total 124
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./2.3/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./2.3/js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3315 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./2.3/jsonschema:
total 140
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 39603 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1756 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1508 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  5335 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:46 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  4358 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  3190 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  5180 Jun 23 06:46 thing_v2.json

./2.3/openapi:
total 344
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 325837 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    729 Jun 23 06:46 README.md
drwxr-sr-x.  8 jenkins 1001020000    169 Jun 23 06:46 sources

./2.3/openapi/sources:
total 52
drwxr-sr-x. 8 jenkins 1001020000   169 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000    61 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 10011 Jun 23 06:46 api-2-index.yml
-rw-r--r--. 1 jenkins 1001020000   203 Jun 23 06:46 package.json
-rw-r--r--. 1 jenkins 1001020000 30800 Jun 23 06:46 package-lock.json
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 parameters
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 paths
drwxr-sr-x. 3 jenkins 1001020000   149 Jun 23 06:46 requests
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 responses
drwxr-sr-x. 9 jenkins 1001020000   118 Jun 23 06:46 schemas
drwxr-sr-x. 2 jenkins 1001020000    68 Jun 23 06:46 security

./2.3/openapi/sources/parameters:
total 136
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  661 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  955 Jun 23 06:46 channelParamPutDescription.yml
-rw-r--r--. 1 jenkins 1001020000  842 Jun 23 06:46 channelParam.yml
-rw-r--r--. 1 jenkins 1001020000 1421 Jun 23 06:46 conditionParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  837 Jun 23 06:46 liveChannelConditionParam.yml
-rw-r--r--. 1 jenkins 1001020000  648 Jun 23 06:46 liveChannelTimeoutStrategyParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2226 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:46 timeoutParam.yml

./2.3/openapi/sources/paths:
total 4
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x. 2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  125 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 whoami

./2.3/openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4119 Jun 23 06:46 cloudevents.yml

./2.3/openapi/sources/paths/features:
total 112
drwxr-sr-x. 2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 12639 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 13683 Jun 23 06:46 desiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 12825 Jun 23 06:46 desiredProperty.yml
-rw-r--r--. 1 jenkins 1001020000 14024 Jun 23 06:46 feature.yml
-rw-r--r--. 1 jenkins 1001020000 15729 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000 13214 Jun 23 06:46 properties.yml
-rw-r--r--. 1 jenkins 1001020000 12579 Jun 23 06:46 property.yml

./2.3/openapi/sources/paths/messages:
total 28
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4004 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3885 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 4717 Jun 23 06:46 inbox-claim.yml
-rw-r--r--. 1 jenkins 1001020000 4421 Jun 23 06:46 inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3746 Jun 23 06:46 outbox-message.yml

./2.3/openapi/sources/paths/policies:
total 92
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  3008 Jun 23 06:46 activateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2953 Jun 23 06:46 activateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  2744 Jun 23 06:46 deactivateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2710 Jun 23 06:46 deactivateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  6125 Jun 23 06:46 entries.yml
-rw-r--r--. 1 jenkins 1001020000  9960 Jun 23 06:46 entry.yml
-rw-r--r--. 1 jenkins 1001020000 11132 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  6158 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000  8476 Jun 23 06:46 resource.yml
-rw-r--r--. 1 jenkins 1001020000  5758 Jun 23 06:46 subjects.yml
-rw-r--r--. 1 jenkins 1001020000  8541 Jun 23 06:46 subject.yml

./2.3/openapi/sources/paths/search:
total 12
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 2217 Jun 23 06:46 things-count.yml
-rw-r--r--. 1 jenkins 1001020000 4167 Jun 23 06:46 things.yml

./2.3/openapi/sources/paths/things:
total 76
drwxr-sr-x. 2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 12269 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000 12253 Jun 23 06:46 attribute.yml
-rw-r--r--. 1 jenkins 1001020000 12143 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000  6597 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000  8585 Jun 23 06:46 policyId.yml
-rw-r--r--. 1 jenkins 1001020000 19811 Jun 23 06:46 thing.yml

./2.3/openapi/sources/paths/whoami:
total 4
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1040 Jun 23 06:46 index.yml

./2.3/openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  809 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:46 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./2.3/openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./2.3/openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 839 Jun 23 06:46 activateTokenIntegration.yml

./2.3/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  140 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  606 Jun 23 06:46 dependencyFailed.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  574 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:46 preconditionFailed.yml

./2.3/openapi/sources/schemas:
total 4
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   61 Jun 23 06:46 acknowledgements
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 errors
drwxr-sr-x. 2 jenkins 1001020000  139 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   36 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   49 Jun 23 06:46 whoami

./2.3/openapi/sources/schemas/acknowledgements:
total 8
drwxr-sr-x. 2 jenkins 1001020000  61 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 595 Jun 23 06:46 acknowledgements.yml
-rw-r--r--. 1 jenkins 1001020000 736 Jun 23 06:46 acknowledgement.yml

./2.3/openapi/sources/schemas/errors:
total 8
drwxr-sr-x. 2 jenkins 1001020000  48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 897 Jun 23 06:46 advancedError.yml
-rw-r--r--. 1 jenkins 1001020000 803 Jun 23 06:46 error.yml

./2.3/openapi/sources/schemas/features:
total 20
drwxr-sr-x. 2 jenkins 1001020000 139 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 678 Jun 23 06:46 featureDefinition.yml
-rw-r--r--. 1 jenkins 1001020000 489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 481 Jun 23 06:46 featureProperties.yml
-rw-r--r--. 1 jenkins 1001020000 590 Jun 23 06:46 features.yml
-rw-r--r--. 1 jenkins 1001020000 573 Jun 23 06:46 feature.yml

./2.3/openapi/sources/schemas/policies:
total 44
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  527 Jun 23 06:46 newPolicy.yml
-rw-r--r--. 1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--. 1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--. 1 jenkins 1001020000  596 Jun 23 06:46 policyEntry.yml
-rw-r--r--. 1 jenkins 1001020000  628 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--. 1 jenkins 1001020000  888 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000 1413 Jun 23 06:46 subjectAnnouncement.yml
-rw-r--r--. 1 jenkins 1001020000 1190 Jun 23 06:46 subjectEntry.yml
-rw-r--r--. 1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml

./2.3/openapi/sources/schemas/search:
total 4
drwxr-sr-x. 2 jenkins 1001020000  36 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 499 Jun 23 06:46 searchResultThings.yml

./2.3/openapi/sources/schemas/things:
total 20
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  602 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2328 Jun 23 06:46 newThing.yml
-rw-r--r--. 1 jenkins 1001020000  833 Jun 23 06:46 patchThing.yml
-rw-r--r--. 1 jenkins 1001020000 1737 Jun 23 06:46 thing.yml

./2.3/openapi/sources/schemas/whoami:
total 8
drwxr-sr-x. 2 jenkins 1001020000  49 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--. 1 jenkins 1001020000 657 Jun 23 06:46 whoami.yml

./2.3/openapi/sources/security:
total 12
drwxr-sr-x. 2 jenkins 1001020000  68 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:46 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:46 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:46 nginxBasic.yml

./2.3/slides:
total 32
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_05_ditto-introduction-deck
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-20-overview
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-in-20-min
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_10_25-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./2.3/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29031 Jun 23 06:46 index.html

./2.3/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34310 Jun 23 06:46 index.html

./2.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14225 Jun 23 06:46 index.html

./2.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15017 Jun 23 06:46 index.html

./2.3/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31918 Jun 23 06:46 index.html

./2.3/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15001 Jun 23 06:46 index.html

./2.3/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16381 Jun 23 06:46 index.html

./2.3/slides/2021_05_ditto-introduction-deck:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 30816 Jun 23 06:46 index.html

./2.3/slides/2021_06_ditto-20-overview:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16503 Jun 23 06:46 index.html

./2.3/slides/2021_06_ditto-in-20-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 21859 Jun 23 06:46 index.html

./2.3/slides/2021_10_25-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14925 Jun 23 06:46 index.html

./2.3/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./2.3/slides/images:
total 544
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png
-rw-r--r--.  1 jenkins 1001020000 27392 Jun 23 06:46 wot.png

./2.4:
total 18132
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  13247 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13265 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14328 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13786 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14265 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17544 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17294 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13963 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  93154 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13834 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13987 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26583 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14071 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14904 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14156 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13758 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29466 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13325 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13915 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13845 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14333 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17430 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13878 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15162 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13993 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16491 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53381 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15724 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14533 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14366 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17724 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37361 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14157 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24403 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18298 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14433 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29299 Jun 23 06:46 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45084 Jun 23 06:46 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30460 Jun 23 06:46 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23226 Jun 23 06:46 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16766 Jun 23 06:46 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  52042 Jun 23 06:46 2021-06-17-hmac-credentials.html
-rw-r--r--.  1 jenkins 1001020000  34268 Jun 23 06:46 2021-09-23-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000  16597 Jun 23 06:46 2021-09-27-release-announcement-210.html
-rw-r--r--.  1 jenkins 1001020000  18098 Jun 23 06:46 2021-09-29-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  29250 Jun 23 06:46 2021-11-03-oauth2.html
-rw-r--r--.  1 jenkins 1001020000  15719 Jun 23 06:46 2021-11-22-release-announcement-220.html
-rw-r--r--.  1 jenkins 1001020000  26758 Jun 23 06:46 2021-12-20-http-live-channel.html
-rw-r--r--.  1 jenkins 1001020000  24680 Jun 23 06:46 2021-12-22-live-channel-condition.html
-rw-r--r--.  1 jenkins 1001020000  17268 Jun 23 06:46 2022-01-21-release-announcement-230.html
-rw-r--r--.  1 jenkins 1001020000  32671 Jun 23 06:46 2022-03-03-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  16438 Jun 23 06:46 2022-04-14-release-announcement-240.html
-rw-r--r--.  1 jenkins 1001020000  61140 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  71512 Jun 23 06:46 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  64628 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  63032 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  64126 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  62945 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  62607 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  62665 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  67222 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000 104816 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  64831 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  66301 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  67177 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  74610 Jun 23 06:46 basic-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000 104611 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  72087 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  66562 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  80837 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  72055 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  79668 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  65236 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  65660 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  91022 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  98010 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  77040 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  69818 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  61934 Jun 23 06:46 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  63249 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  61636 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  62098 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  62059 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  64736 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  68720 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000 182653 Jun 23 06:46 basic-wot-integration-example.html
-rw-r--r--.  1 jenkins 1001020000  96947 Jun 23 06:46 basic-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  22346 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  22730 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  96021 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  64445 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  61500 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  62668 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000 130637 Jun 23 06:46 connectivity-hmac-signing.html
-rw-r--r--.  1 jenkins 1001020000  97318 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 167424 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  62469 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  73592 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  77160 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  85821 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  87213 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  94341 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  93291 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  69785 Jun 23 06:46 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  70091 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  62152 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  63156 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 114945 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11645 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  68131 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  64264 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  66753 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  79580 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  65381 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  85627 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  16337 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  61847 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 154498 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  64179 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  63387 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  70959 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  64990 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  65020 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  62924 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  62436 Jun 23 06:46 protocol-examples-connections-announcement-closed.html
-rw-r--r--.  1 jenkins 1001020000  62436 Jun 23 06:46 protocol-examples-connections-announcement-opened.html
-rw-r--r--.  1 jenkins 1001020000  65372 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  65865 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  65045 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  66122 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  64852 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  68070 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  68441 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  66045 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  64759 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  64917 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  78075 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  64369 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  64325 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  64480 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  64561 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  64542 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  64358 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  64299 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  64468 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  64449 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  64344 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  64251 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 123992 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  70796 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  67312 Jun 23 06:46 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  67577 Jun 23 06:46 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  68169 Jun 23 06:46 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  66929 Jun 23 06:46 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  67041 Jun 23 06:46 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  68870 Jun 23 06:46 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  69113 Jun 23 06:46 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  65167 Jun 23 06:46 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  68053 Jun 23 06:46 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  66813 Jun 23 06:46 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  66570 Jun 23 06:46 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  70589 Jun 23 06:46 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  65375 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  65868 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  65048 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  66125 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  64855 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  68073 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  68444 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  67450 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  66048 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  64762 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  64729 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  75795 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  62863 Jun 23 06:46 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  65180 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  67614 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  63918 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  63596 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  63211 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  63133 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  63253 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  63235 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 105983 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  67715 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  65180 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  65385 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  63918 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  64250 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  63596 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  63924 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  66688 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  64837 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  66519 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  63915 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  64079 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  63593 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  63753 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  63728 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  63881 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  63590 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  64140 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  63490 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  64994 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  65162 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  64076 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  63418 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  63387 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  67567 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  67167 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  73959 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  62333 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  63590 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  64285 Jun 23 06:46 protocol-specification-connections-announcement.html
-rw-r--r--.  1 jenkins 1001020000  62878 Jun 23 06:46 protocol-specification-connections.html
-rw-r--r--.  1 jenkins 1001020000  62186 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  72470 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  63534 Jun 23 06:46 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  79627 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  68253 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  66208 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  75343 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000 112664 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  86845 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  66468 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  96286 Jun 23 06:46 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  85671 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  86097 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  76965 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  72009 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  63432 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  61606 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  64497 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  63978 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  64567 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  64227 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  65829 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  65976 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  65576 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  65510 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  67996 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  63648 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  64042 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  65971 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  64894 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  66685 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  69883 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  62410 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  63378 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  63859 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  62549 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  68506 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  62927 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  70331 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  67096 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  70562 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  61881 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000 100963 Jun 23 06:46 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  63669 Jun 23 06:46 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000  76609 Jun 23 06:46 release_notes_210.html
-rw-r--r--.  1 jenkins 1001020000  64371 Jun 23 06:46 release_notes_211.html
-rw-r--r--.  1 jenkins 1001020000  63654 Jun 23 06:46 release_notes_212.html
-rw-r--r--.  1 jenkins 1001020000  62234 Jun 23 06:46 release_notes_213.html
-rw-r--r--.  1 jenkins 1001020000  67683 Jun 23 06:46 release_notes_220.html
-rw-r--r--.  1 jenkins 1001020000  63237 Jun 23 06:46 release_notes_221.html
-rw-r--r--.  1 jenkins 1001020000  62031 Jun 23 06:46 release_notes_222.html
-rw-r--r--.  1 jenkins 1001020000  68399 Jun 23 06:46 release_notes_230.html
-rw-r--r--.  1 jenkins 1001020000  63704 Jun 23 06:46 release_notes_231.html
-rw-r--r--.  1 jenkins 1001020000  63294 Jun 23 06:46 release_notes_232.html
-rw-r--r--.  1 jenkins 1001020000  73364 Jun 23 06:46 release_notes_240.html
-rw-r--r--.  1 jenkins 1001020000  62598 Jun 23 06:46 release_notes_241.html
-rw-r--r--.  1 jenkins 1001020000  62163 Jun 23 06:46 release_notes_242.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  66943 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  35268 Jun 23 06:46 search.json
drwxr-sr-x. 15 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  68647 Jun 23 06:46 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  73897 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  95417 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  69644 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  80759 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  71413 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  74480 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  69503 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  73696 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  68101 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  86555 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  78293 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  74368 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  70506 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  70980 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  68619 Jun 23 06:46 tag_troubleshooting.html
-rw-r--r--.  1 jenkins 1001020000  69617 Jun 23 06:46 tag_wot.html

./2.4/css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 24527 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./2.4/docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./2.4/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./2.4/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./2.4/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./2.4/files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./2.4/images:
total 516
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rwxr-xr-x.  1 jenkins 1001020000  92637 Jun 23 06:46 ditto-overview-1.png
-rwxr-xr-x.  1 jenkins 1001020000 101022 Jun 23 06:46 ditto-super-1.png
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:46 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  6 jenkins 1001020000     71 Jun 23 06:46 pages

./2.4/images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:46 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:46 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:46 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./2.4/images/pages:
total 8
drwxr-sr-x. 6 jenkins 1001020000   71 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./2.4/images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:46 data-by-pass-architectural-design.jpg

./2.4/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./2.4/images/pages/basic:
total 124
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./2.4/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./2.4/js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3315 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./2.4/jsonschema:
total 140
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 39603 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1756 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1508 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  5335 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:46 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  4358 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  3190 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  5180 Jun 23 06:46 thing_v2.json

./2.4/openapi:
total 352
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 333527 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    729 Jun 23 06:46 README.md
drwxr-sr-x.  8 jenkins 1001020000    169 Jun 23 06:46 sources

./2.4/openapi/sources:
total 52
drwxr-sr-x. 8 jenkins 1001020000   169 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000    61 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 10085 Jun 23 06:46 api-2-index.yml
-rw-r--r--. 1 jenkins 1001020000   203 Jun 23 06:46 package.json
-rw-r--r--. 1 jenkins 1001020000 30800 Jun 23 06:46 package-lock.json
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 parameters
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 paths
drwxr-sr-x. 3 jenkins 1001020000   149 Jun 23 06:46 requests
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 responses
drwxr-sr-x. 9 jenkins 1001020000   150 Jun 23 06:46 schemas
drwxr-sr-x. 2 jenkins 1001020000    68 Jun 23 06:46 security

./2.4/openapi/sources/parameters:
total 140
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  661 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  955 Jun 23 06:46 channelParamPutDescription.yml
-rw-r--r--. 1 jenkins 1001020000  842 Jun 23 06:46 channelParam.yml
-rw-r--r--. 1 jenkins 1001020000 1421 Jun 23 06:46 conditionParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  837 Jun 23 06:46 liveChannelConditionParam.yml
-rw-r--r--. 1 jenkins 1001020000  648 Jun 23 06:46 liveChannelTimeoutStrategyParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000 2739 Jun 23 06:46 policyFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2226 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:46 timeoutParam.yml

./2.4/openapi/sources/paths:
total 4
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x. 2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  125 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 whoami

./2.4/openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4119 Jun 23 06:46 cloudevents.yml

./2.4/openapi/sources/paths/features:
total 112
drwxr-sr-x. 2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 12639 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 13683 Jun 23 06:46 desiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 12825 Jun 23 06:46 desiredProperty.yml
-rw-r--r--. 1 jenkins 1001020000 14130 Jun 23 06:46 feature.yml
-rw-r--r--. 1 jenkins 1001020000 15729 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000 13214 Jun 23 06:46 properties.yml
-rw-r--r--. 1 jenkins 1001020000 12579 Jun 23 06:46 property.yml

./2.4/openapi/sources/paths/messages:
total 28
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4004 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3885 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 4717 Jun 23 06:46 inbox-claim.yml
-rw-r--r--. 1 jenkins 1001020000 4421 Jun 23 06:46 inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3746 Jun 23 06:46 outbox-message.yml

./2.4/openapi/sources/paths/policies:
total 92
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  3008 Jun 23 06:46 activateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2953 Jun 23 06:46 activateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  2744 Jun 23 06:46 deactivateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2710 Jun 23 06:46 deactivateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  6125 Jun 23 06:46 entries.yml
-rw-r--r--. 1 jenkins 1001020000  9960 Jun 23 06:46 entry.yml
-rw-r--r--. 1 jenkins 1001020000 11423 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  6158 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000  8476 Jun 23 06:46 resource.yml
-rw-r--r--. 1 jenkins 1001020000  5758 Jun 23 06:46 subjects.yml
-rw-r--r--. 1 jenkins 1001020000  8541 Jun 23 06:46 subject.yml

./2.4/openapi/sources/paths/search:
total 12
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 2217 Jun 23 06:46 things-count.yml
-rw-r--r--. 1 jenkins 1001020000 4167 Jun 23 06:46 things.yml

./2.4/openapi/sources/paths/things:
total 76
drwxr-sr-x. 2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 12269 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000 12253 Jun 23 06:46 attribute.yml
-rw-r--r--. 1 jenkins 1001020000 12143 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000  6844 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000  8585 Jun 23 06:46 policyId.yml
-rw-r--r--. 1 jenkins 1001020000 19917 Jun 23 06:46 thing.yml

./2.4/openapi/sources/paths/whoami:
total 4
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1040 Jun 23 06:46 index.yml

./2.4/openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  808 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:46 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./2.4/openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./2.4/openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 839 Jun 23 06:46 activateTokenIntegration.yml

./2.4/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  140 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  606 Jun 23 06:46 dependencyFailed.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  574 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:46 preconditionFailed.yml

./2.4/openapi/sources/schemas:
total 8
drwxr-sr-x. 9 jenkins 1001020000  150 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   61 Jun 23 06:46 acknowledgements
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 errors
drwxr-sr-x. 2 jenkins 1001020000  139 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   36 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   49 Jun 23 06:46 whoami
-rw-r--r--. 1 jenkins 1001020000 3661 Jun 23 06:46 wot-thingDescription.yml

./2.4/openapi/sources/schemas/acknowledgements:
total 8
drwxr-sr-x. 2 jenkins 1001020000  61 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 150 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 595 Jun 23 06:46 acknowledgements.yml
-rw-r--r--. 1 jenkins 1001020000 736 Jun 23 06:46 acknowledgement.yml

./2.4/openapi/sources/schemas/errors:
total 8
drwxr-sr-x. 2 jenkins 1001020000  48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 150 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 897 Jun 23 06:46 advancedError.yml
-rw-r--r--. 1 jenkins 1001020000 803 Jun 23 06:46 error.yml

./2.4/openapi/sources/schemas/features:
total 20
drwxr-sr-x. 2 jenkins 1001020000 139 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 150 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 678 Jun 23 06:46 featureDefinition.yml
-rw-r--r--. 1 jenkins 1001020000 489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 481 Jun 23 06:46 featureProperties.yml
-rw-r--r--. 1 jenkins 1001020000 590 Jun 23 06:46 features.yml
-rw-r--r--. 1 jenkins 1001020000 573 Jun 23 06:46 feature.yml

./2.4/openapi/sources/schemas/policies:
total 44
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  150 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  527 Jun 23 06:46 newPolicy.yml
-rw-r--r--. 1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--. 1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--. 1 jenkins 1001020000  596 Jun 23 06:46 policyEntry.yml
-rw-r--r--. 1 jenkins 1001020000  628 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--. 1 jenkins 1001020000  888 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000 1413 Jun 23 06:46 subjectAnnouncement.yml
-rw-r--r--. 1 jenkins 1001020000 1190 Jun 23 06:46 subjectEntry.yml
-rw-r--r--. 1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml

./2.4/openapi/sources/schemas/search:
total 4
drwxr-sr-x. 2 jenkins 1001020000  36 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 150 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 499 Jun 23 06:46 searchResultThings.yml

./2.4/openapi/sources/schemas/things:
total 20
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  150 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  602 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2328 Jun 23 06:46 newThing.yml
-rw-r--r--. 1 jenkins 1001020000  833 Jun 23 06:46 patchThing.yml
-rw-r--r--. 1 jenkins 1001020000 1737 Jun 23 06:46 thing.yml

./2.4/openapi/sources/schemas/whoami:
total 8
drwxr-sr-x. 2 jenkins 1001020000  49 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 150 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--. 1 jenkins 1001020000 657 Jun 23 06:46 whoami.yml

./2.4/openapi/sources/security:
total 12
drwxr-sr-x. 2 jenkins 1001020000  68 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:46 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:46 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:46 nginxBasic.yml

./2.4/slides:
total 32
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_05_ditto-introduction-deck
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-20-overview
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-in-20-min
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_10_25-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./2.4/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29031 Jun 23 06:46 index.html

./2.4/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34310 Jun 23 06:46 index.html

./2.4/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14225 Jun 23 06:46 index.html

./2.4/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15017 Jun 23 06:46 index.html

./2.4/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31918 Jun 23 06:46 index.html

./2.4/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15001 Jun 23 06:46 index.html

./2.4/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16381 Jun 23 06:46 index.html

./2.4/slides/2021_05_ditto-introduction-deck:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 30816 Jun 23 06:46 index.html

./2.4/slides/2021_06_ditto-20-overview:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16503 Jun 23 06:46 index.html

./2.4/slides/2021_06_ditto-in-20-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 21859 Jun 23 06:46 index.html

./2.4/slides/2021_10_25-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14925 Jun 23 06:46 index.html

./2.4/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./2.4/slides/images:
total 544
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png
-rw-r--r--.  1 jenkins 1001020000 27392 Jun 23 06:46 wot.png

./3.0:
total 18424
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  13254 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13272 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14335 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13801 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14272 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17551 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17301 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13970 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  91080 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13796 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13994 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26590 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14078 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14915 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14163 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13765 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29473 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13332 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13922 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13852 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14340 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17437 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13885 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15169 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  14000 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16498 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53388 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15731 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14540 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14373 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17731 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37368 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14164 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24410 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18305 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14440 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29306 Jun 23 06:46 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45091 Jun 23 06:46 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30467 Jun 23 06:46 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23233 Jun 23 06:46 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16773 Jun 23 06:46 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  52049 Jun 23 06:46 2021-06-17-hmac-credentials.html
-rw-r--r--.  1 jenkins 1001020000  34275 Jun 23 06:46 2021-09-23-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000  16604 Jun 23 06:46 2021-09-27-release-announcement-210.html
-rw-r--r--.  1 jenkins 1001020000  18105 Jun 23 06:46 2021-09-29-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  29257 Jun 23 06:46 2021-11-03-oauth2.html
-rw-r--r--.  1 jenkins 1001020000  15726 Jun 23 06:46 2021-11-22-release-announcement-220.html
-rw-r--r--.  1 jenkins 1001020000  26765 Jun 23 06:46 2021-12-20-http-live-channel.html
-rw-r--r--.  1 jenkins 1001020000  24687 Jun 23 06:46 2021-12-22-live-channel-condition.html
-rw-r--r--.  1 jenkins 1001020000  17275 Jun 23 06:46 2022-01-21-release-announcement-230.html
-rw-r--r--.  1 jenkins 1001020000  32678 Jun 23 06:46 2022-03-03-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  16445 Jun 23 06:46 2022-04-14-release-announcement-240.html
-rw-r--r--.  1 jenkins 1001020000  17423 Jun 23 06:46 2022-07-12-reactive-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  17588 Jun 23 06:46 2022-09-28-release-announcement-300.html
-rw-r--r--.  1 jenkins 1001020000  61666 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  72056 Jun 23 06:46 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  65045 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  65043 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  63497 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  63406 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  63509 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  64212 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000 105361 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  65364 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  66834 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  67725 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  75159 Jun 23 06:46 basic-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000 105151 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  72626 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  67097 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  78897 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  72592 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000 111073 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  65785 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  66197 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  91713 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  98545 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  77572 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  74320 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  62483 Jun 23 06:46 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  63793 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  62188 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  62648 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  62601 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  65272 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  69290 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000 183205 Jun 23 06:46 basic-wot-integration-example.html
-rw-r--r--.  1 jenkins 1001020000 103319 Jun 23 06:46 basic-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  22788 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  22559 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  96559 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  64989 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  62042 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  63218 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000 131185 Jun 23 06:46 connectivity-hmac-signing.html
-rw-r--r--.  1 jenkins 1001020000  79893 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 180942 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  63013 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  74153 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  77720 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  86379 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  87773 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  94902 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  93849 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  70334 Jun 23 06:46 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  70643 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  62683 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  63687 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 116530 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11652 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  68670 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  64803 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  67313 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  80138 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  65918 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  86161 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  16344 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  62391 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000  71346 Jun 23 06:46 installation-extending.html
-rw-r--r--.  1 jenkins 1001020000 157649 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  64863 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  63928 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  71499 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  65527 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  65556 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  63464 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  63008 Jun 23 06:46 protocol-examples-connections-announcement-closed.html
-rw-r--r--.  1 jenkins 1001020000  63008 Jun 23 06:46 protocol-examples-connections-announcement-opened.html
-rw-r--r--.  1 jenkins 1001020000  65928 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  66422 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  65602 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  66686 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  65414 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  68624 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  68996 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  66602 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  65314 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  65479 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  78627 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  64925 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  64882 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  65037 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  65125 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  65104 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  64912 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  64854 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  65025 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  65004 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  64906 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  64803 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 124547 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  71336 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  67867 Jun 23 06:46 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  68133 Jun 23 06:46 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  68732 Jun 23 06:46 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  67490 Jun 23 06:46 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  67604 Jun 23 06:46 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  69423 Jun 23 06:46 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  69667 Jun 23 06:46 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  65721 Jun 23 06:46 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  68609 Jun 23 06:46 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  67367 Jun 23 06:46 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  67131 Jun 23 06:46 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  71140 Jun 23 06:46 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  65931 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  66425 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  65605 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  66689 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  65417 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  68627 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  68999 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  68005 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  66605 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  65317 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  65291 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  76347 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  63441 Jun 23 06:46 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  65747 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  68176 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  64482 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  64159 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  63778 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  63695 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  63817 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  63798 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 106547 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  68284 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  65747 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  65947 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  64482 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  64815 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  64159 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  64488 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  67259 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  65406 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  67083 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  64481 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  64646 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  64158 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  64319 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  64286 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  64440 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  64149 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  64706 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  64054 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  65550 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  65719 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  64635 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  63975 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  63951 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  68121 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  67722 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  74506 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  62873 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  64140 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  64855 Jun 23 06:46 protocol-specification-connections-announcement.html
-rw-r--r--.  1 jenkins 1001020000  63435 Jun 23 06:46 protocol-specification-connections.html
-rw-r--r--.  1 jenkins 1001020000  62738 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  73015 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  64101 Jun 23 06:46 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  80198 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  68814 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  66762 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  75906 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000 113233 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  87404 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  67020 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  96844 Jun 23 06:46 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  86232 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  86658 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  77524 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  72560 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  63972 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  62149 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  65040 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  64521 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  65110 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  64725 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  66369 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  66519 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  66119 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  66053 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  68453 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  64191 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  64502 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  66511 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  65438 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  67228 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  70423 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  62950 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  63918 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  64399 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  63089 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  69046 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  63467 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  70871 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  67636 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  71102 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  62421 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000 101471 Jun 23 06:46 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  64209 Jun 23 06:46 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000  77132 Jun 23 06:46 release_notes_210.html
-rw-r--r--.  1 jenkins 1001020000  64911 Jun 23 06:46 release_notes_211.html
-rw-r--r--.  1 jenkins 1001020000  64194 Jun 23 06:46 release_notes_212.html
-rw-r--r--.  1 jenkins 1001020000  62774 Jun 23 06:46 release_notes_213.html
-rw-r--r--.  1 jenkins 1001020000  68223 Jun 23 06:46 release_notes_220.html
-rw-r--r--.  1 jenkins 1001020000  63777 Jun 23 06:46 release_notes_221.html
-rw-r--r--.  1 jenkins 1001020000  62571 Jun 23 06:46 release_notes_222.html
-rw-r--r--.  1 jenkins 1001020000  68939 Jun 23 06:46 release_notes_230.html
-rw-r--r--.  1 jenkins 1001020000  64244 Jun 23 06:46 release_notes_231.html
-rw-r--r--.  1 jenkins 1001020000  63834 Jun 23 06:46 release_notes_232.html
-rw-r--r--.  1 jenkins 1001020000  73808 Jun 23 06:46 release_notes_240.html
-rw-r--r--.  1 jenkins 1001020000  63138 Jun 23 06:46 release_notes_241.html
-rw-r--r--.  1 jenkins 1001020000  62703 Jun 23 06:46 release_notes_242.html
-rw-r--r--.  1 jenkins 1001020000  93683 Jun 23 06:46 release_notes_300.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  67473 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  35848 Jun 23 06:46 search.json
drwxr-sr-x. 15 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  69297 Jun 23 06:46 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  74064 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  96929 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  70296 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  81422 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  72599 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  75126 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  70686 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  74341 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  68747 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  87205 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  79193 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  75013 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  71155 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  71628 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  69276 Jun 23 06:46 tag_troubleshooting.html
-rw-r--r--.  1 jenkins 1001020000  70275 Jun 23 06:46 tag_wot.html
drwxr-sr-x.  2 jenkins 1001020000    118 Jun 23 06:46 wot

./3.0/css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 24527 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./3.0/docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./3.0/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./3.0/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./3.0/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./3.0/files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./3.0/images:
total 724
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rwxr-xr-x.  1 jenkins 1001020000  92637 Jun 23 06:46 ditto-overview-1.png
-rw-r--r--.  1 jenkins 1001020000 159156 Jun 23 06:46 ditto-overview-1.svg
-rwxr-xr-x.  1 jenkins 1001020000 101022 Jun 23 06:46 ditto-super-1.png
-rw-r--r--.  1 jenkins 1001020000  50244 Jun 23 06:46 ditto-super-1.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:46 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  6 jenkins 1001020000     71 Jun 23 06:46 pages

./3.0/images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:46 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:46 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:46 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./3.0/images/pages:
total 8
drwxr-sr-x. 6 jenkins 1001020000   71 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000  114 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./3.0/images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:46 data-by-pass-architectural-design.jpg

./3.0/images/pages/architecture:
total 84
drwxr-sr-x. 2 jenkins 1001020000   114 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png
-rwxr-xr-x. 1 jenkins 1001020000 22188 Jun 23 06:46 ditto-architecture-overview-2022.png

./3.0/images/pages/basic:
total 124
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./3.0/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./3.0/js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3315 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./3.0/jsonschema:
total 140
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 39603 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1756 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1508 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  5335 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:46 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  4358 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  3190 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  5180 Jun 23 06:46 thing_v2.json

./3.0/openapi:
total 404
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 387833 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    729 Jun 23 06:46 README.md
drwxr-sr-x.  8 jenkins 1001020000    169 Jun 23 06:46 sources

./3.0/openapi/sources:
total 56
drwxr-sr-x.  8 jenkins 1001020000   169 Jun 23 06:46 .
drwxr-sr-x.  3 jenkins 1001020000    61 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 13142 Jun 23 06:46 api-2-index.yml
-rw-r--r--.  1 jenkins 1001020000   203 Jun 23 06:46 package.json
-rw-r--r--.  1 jenkins 1001020000 31404 Jun 23 06:46 package-lock.json
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 parameters
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 paths
drwxr-sr-x.  3 jenkins 1001020000   149 Jun 23 06:46 requests
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 responses
drwxr-sr-x. 10 jenkins 1001020000   169 Jun 23 06:46 schemas
drwxr-sr-x.  2 jenkins 1001020000    91 Jun 23 06:46 security

./3.0/openapi/sources/parameters:
total 156
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  661 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  955 Jun 23 06:46 channelParamPutDescription.yml
-rw-r--r--. 1 jenkins 1001020000  842 Jun 23 06:46 channelParam.yml
-rw-r--r--. 1 jenkins 1001020000 1421 Jun 23 06:46 conditionParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 connectionIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  646 Jun 23 06:46 deleteMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  644 Jun 23 06:46 getMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  837 Jun 23 06:46 liveChannelConditionParam.yml
-rw-r--r--. 1 jenkins 1001020000  648 Jun 23 06:46 liveChannelTimeoutStrategyParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  580 Jun 23 06:46 namespaceParameter.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000 2739 Jun 23 06:46 policyFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2226 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:46 timeoutParam.yml

./3.0/openapi/sources/paths:
total 4
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 connections
drwxr-sr-x.  2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 things
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:46 whoami

./3.0/openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 4119 Jun 23 06:46 cloudevents.yml

./3.0/openapi/sources/paths/connections:
total 32
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2186 Jun 23 06:46 command.yml
-rw-r--r--.  1 jenkins 1001020000 5948 Jun 23 06:46 connectionId.yml
-rw-r--r--.  1 jenkins 1001020000 5733 Jun 23 06:46 connections.yml
-rw-r--r--.  1 jenkins 1001020000 2103 Jun 23 06:46 logs.yml
-rw-r--r--.  1 jenkins 1001020000 1823 Jun 23 06:46 metrics.yml
-rw-r--r--.  1 jenkins 1001020000 1819 Jun 23 06:46 status.yml

./3.0/openapi/sources/paths/features:
total 112
drwxr-sr-x.  2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 12905 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000 13707 Jun 23 06:46 desiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000 13091 Jun 23 06:46 desiredProperty.yml
-rw-r--r--.  1 jenkins 1001020000 14396 Jun 23 06:46 feature.yml
-rw-r--r--.  1 jenkins 1001020000 15729 Jun 23 06:46 index.yml
-rw-r--r--.  1 jenkins 1001020000 13480 Jun 23 06:46 properties.yml
-rw-r--r--.  1 jenkins 1001020000 12845 Jun 23 06:46 property.yml

./3.0/openapi/sources/paths/messages:
total 28
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 4004 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3885 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 4717 Jun 23 06:46 inbox-claim.yml
-rw-r--r--.  1 jenkins 1001020000 4421 Jun 23 06:46 inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3746 Jun 23 06:46 outbox-message.yml

./3.0/openapi/sources/paths/policies:
total 92
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3008 Jun 23 06:46 activateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2953 Jun 23 06:46 activateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  2744 Jun 23 06:46 deactivateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2710 Jun 23 06:46 deactivateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  6125 Jun 23 06:46 entries.yml
-rw-r--r--.  1 jenkins 1001020000  9960 Jun 23 06:46 entry.yml
-rw-r--r--.  1 jenkins 1001020000 11423 Jun 23 06:46 policy.yml
-rw-r--r--.  1 jenkins 1001020000  6158 Jun 23 06:46 resources.yml
-rw-r--r--.  1 jenkins 1001020000  8476 Jun 23 06:46 resource.yml
-rw-r--r--.  1 jenkins 1001020000  5758 Jun 23 06:46 subjects.yml
-rw-r--r--.  1 jenkins 1001020000  8541 Jun 23 06:46 subject.yml

./3.0/openapi/sources/paths/search:
total 12
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2217 Jun 23 06:46 things-count.yml
-rw-r--r--.  1 jenkins 1001020000 4167 Jun 23 06:46 things.yml

./3.0/openapi/sources/paths/things:
total 88
drwxr-sr-x.  2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 12535 Jun 23 06:46 attributes.yml
-rw-r--r--.  1 jenkins 1001020000 12519 Jun 23 06:46 attribute.yml
-rw-r--r--.  1 jenkins 1001020000 12409 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000  6898 Jun 23 06:46 index.yml
-rw-r--r--.  1 jenkins 1001020000  8851 Jun 23 06:46 policyId.yml
-rw-r--r--.  1 jenkins 1001020000 20079 Jun 23 06:46 thing.yml

./3.0/openapi/sources/paths/whoami:
total 4
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1040 Jun 23 06:46 index.yml

./3.0/openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  808 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:46 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./3.0/openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./3.0/openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 875 Jun 23 06:46 activateTokenIntegration.yml

./3.0/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  140 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  606 Jun 23 06:46 dependencyFailed.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  574 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:46 preconditionFailed.yml

./3.0/openapi/sources/schemas:
total 12
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000   61 Jun 23 06:46 acknowledgements
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 connections
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 errors
drwxr-sr-x.  2 jenkins 1001020000  139 Jun 23 06:46 features
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x.  2 jenkins 1001020000   36 Jun 23 06:46 search
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:46 things
drwxr-sr-x.  2 jenkins 1001020000   49 Jun 23 06:46 whoami
-rw-r--r--.  1 jenkins 1001020000 3662 Jun 23 06:46 wot-thingDescription.yml

./3.0/openapi/sources/schemas/acknowledgements:
total 8
drwxr-sr-x.  2 jenkins 1001020000  61 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 595 Jun 23 06:46 acknowledgements.yml
-rw-r--r--.  1 jenkins 1001020000 736 Jun 23 06:46 acknowledgement.yml

./3.0/openapi/sources/schemas/connections:
total 116
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1130 Jun 23 06:46 connectionLogs.yml
-rw-r--r--.  1 jenkins 1001020000  914 Jun 23 06:46 connectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000 1590 Jun 23 06:46 connectionStatus.yml
-rw-r--r--.  1 jenkins 1001020000  516 Jun 23 06:46 connectionType.yml
-rw-r--r--.  1 jenkins 1001020000  563 Jun 23 06:46 connection.yml
-rw-r--r--.  1 jenkins 1001020000  522 Jun 23 06:46 connectivityStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1075 Jun 23 06:46 inboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  526 Jun 23 06:46 logCategory.yml
-rw-r--r--.  1 jenkins 1001020000 1297 Jun 23 06:46 logEntry.yml
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:46 logLevel.yml
-rw-r--r--.  1 jenkins 1001020000  610 Jun 23 06:46 logType.yml
-rw-r--r--.  1 jenkins 1001020000 1149 Jun 23 06:46 mappingContext.yml
-rw-r--r--.  1 jenkins 1001020000 1545 Jun 23 06:46 newConnection.yml
-rw-r--r--.  1 jenkins 1001020000 1313 Jun 23 06:46 outboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  588 Jun 23 06:46 overallConnectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  624 Jun 23 06:46 payloadMappingDefinitions.yml
-rw-r--r--.  1 jenkins 1001020000 3310 Jun 23 06:46 payloadMappingDefinition.yml
-rw-r--r--.  1 jenkins 1001020000 1125 Jun 23 06:46 resourceStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1180 Jun 23 06:46 singleMetric.yml
-rw-r--r--.  1 jenkins 1001020000  670 Jun 23 06:46 sourceMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  556 Jun 23 06:46 sources.yml
-rw-r--r--.  1 jenkins 1001020000 6752 Jun 23 06:46 source.yml
-rw-r--r--.  1 jenkins 1001020000 2908 Jun 23 06:46 sshTunnel.yml
-rw-r--r--.  1 jenkins 1001020000  675 Jun 23 06:46 targetMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  546 Jun 23 06:46 targets.yml
-rw-r--r--.  1 jenkins 1001020000 3266 Jun 23 06:46 target.yml
-rw-r--r--.  1 jenkins 1001020000  784 Jun 23 06:46 typedMetric.yml

./3.0/openapi/sources/schemas/errors:
total 8
drwxr-sr-x.  2 jenkins 1001020000  48 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 897 Jun 23 06:46 advancedError.yml
-rw-r--r--.  1 jenkins 1001020000 803 Jun 23 06:46 error.yml

./3.0/openapi/sources/schemas/features:
total 20
drwxr-sr-x.  2 jenkins 1001020000 139 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 678 Jun 23 06:46 featureDefinition.yml
-rw-r--r--.  1 jenkins 1001020000 489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000 481 Jun 23 06:46 featureProperties.yml
-rw-r--r--.  1 jenkins 1001020000 590 Jun 23 06:46 features.yml
-rw-r--r--.  1 jenkins 1001020000 573 Jun 23 06:46 feature.yml

./3.0/openapi/sources/schemas/policies:
total 44
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  527 Jun 23 06:46 newPolicy.yml
-rw-r--r--.  1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--.  1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--.  1 jenkins 1001020000  596 Jun 23 06:46 policyEntry.yml
-rw-r--r--.  1 jenkins 1001020000  628 Jun 23 06:46 policy.yml
-rw-r--r--.  1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--.  1 jenkins 1001020000  888 Jun 23 06:46 resources.yml
-rw-r--r--.  1 jenkins 1001020000 2019 Jun 23 06:46 subjectAnnouncement.yml
-rw-r--r--.  1 jenkins 1001020000 1190 Jun 23 06:46 subjectEntry.yml
-rw-r--r--.  1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml

./3.0/openapi/sources/schemas/search:
total 4
drwxr-sr-x.  2 jenkins 1001020000  36 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 499 Jun 23 06:46 searchResultThings.yml

./3.0/openapi/sources/schemas/things:
total 20
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--.  1 jenkins 1001020000  602 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000 2328 Jun 23 06:46 newThing.yml
-rw-r--r--.  1 jenkins 1001020000  833 Jun 23 06:46 patchThing.yml
-rw-r--r--.  1 jenkins 1001020000 1737 Jun 23 06:46 thing.yml

./3.0/openapi/sources/schemas/whoami:
total 8
drwxr-sr-x.  2 jenkins 1001020000  49 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--.  1 jenkins 1001020000 657 Jun 23 06:46 whoami.yml

./3.0/openapi/sources/security:
total 16
drwxr-sr-x. 2 jenkins 1001020000  91 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:46 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 488 Jun 23 06:46 devOpsBasic.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:46 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:46 nginxBasic.yml

./3.0/slides:
total 32
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_05_ditto-introduction-deck
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-20-overview
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-in-20-min
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_10_25-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./3.0/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29031 Jun 23 06:46 index.html

./3.0/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34310 Jun 23 06:46 index.html

./3.0/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14225 Jun 23 06:46 index.html

./3.0/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15017 Jun 23 06:46 index.html

./3.0/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31926 Jun 23 06:46 index.html

./3.0/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15001 Jun 23 06:46 index.html

./3.0/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16381 Jun 23 06:46 index.html

./3.0/slides/2021_05_ditto-introduction-deck:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 30824 Jun 23 06:46 index.html

./3.0/slides/2021_06_ditto-20-overview:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16507 Jun 23 06:46 index.html

./3.0/slides/2021_06_ditto-in-20-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 21863 Jun 23 06:46 index.html

./3.0/slides/2021_10_25-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14925 Jun 23 06:46 index.html

./3.0/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./3.0/slides/images:
total 544
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png
-rw-r--r--.  1 jenkins 1001020000 27392 Jun 23 06:46 wot.png

./3.0/wot:
total 36
drwxr-sr-x.  2 jenkins 1001020000   118 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3764 Jun 23 06:46 ditto-extension.html
-rw-r--r--.  1 jenkins 1001020000  1503 Jun 23 06:46 ditto-extension.jsonld
-rw-r--r--.  1 jenkins 1001020000  2000 Jun 23 06:46 ditto-extension.rdf
-rw-r--r--.  1 jenkins 1001020000  1513 Jun 23 06:46 ditto-extension.ttl

./3.1:
total 19772
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  13254 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13272 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14335 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13801 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14272 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17551 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17301 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13970 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  91080 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13796 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13994 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26590 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14078 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14915 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14163 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13765 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29473 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13332 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13922 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13852 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14340 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17437 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13885 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15169 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  14000 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16498 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53388 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15731 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14540 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14373 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17731 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37368 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14164 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24410 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18305 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14440 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29306 Jun 23 06:46 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45091 Jun 23 06:46 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30467 Jun 23 06:46 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23233 Jun 23 06:46 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16773 Jun 23 06:46 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  52049 Jun 23 06:46 2021-06-17-hmac-credentials.html
-rw-r--r--.  1 jenkins 1001020000  34275 Jun 23 06:46 2021-09-23-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000  16604 Jun 23 06:46 2021-09-27-release-announcement-210.html
-rw-r--r--.  1 jenkins 1001020000  18105 Jun 23 06:46 2021-09-29-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  29257 Jun 23 06:46 2021-11-03-oauth2.html
-rw-r--r--.  1 jenkins 1001020000  15726 Jun 23 06:46 2021-11-22-release-announcement-220.html
-rw-r--r--.  1 jenkins 1001020000  26765 Jun 23 06:46 2021-12-20-http-live-channel.html
-rw-r--r--.  1 jenkins 1001020000  24687 Jun 23 06:46 2021-12-22-live-channel-condition.html
-rw-r--r--.  1 jenkins 1001020000  17275 Jun 23 06:46 2022-01-21-release-announcement-230.html
-rw-r--r--.  1 jenkins 1001020000  32786 Jun 23 06:46 2022-03-03-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  16445 Jun 23 06:46 2022-04-14-release-announcement-240.html
-rw-r--r--.  1 jenkins 1001020000  17423 Jun 23 06:46 2022-07-12-reactive-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  17588 Jun 23 06:46 2022-09-28-release-announcement-300.html
-rw-r--r--.  1 jenkins 1001020000  27357 Jun 23 06:46 2022-11-04-live-message-conditions.html
-rw-r--r--.  1 jenkins 1001020000  15661 Jun 23 06:46 2022-12-16-release-announcement-310.html
-rw-r--r--.  1 jenkins 1001020000  63930 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  74320 Jun 23 06:46 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  67309 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  67307 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  65761 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  65670 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  65773 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  66476 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000 107625 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  67628 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  69098 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  69989 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  77385 Jun 23 06:46 basic-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000 107415 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  74890 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  69361 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  81161 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  74856 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000 113337 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  68049 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  68461 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  93977 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000 110456 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  79836 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  76584 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  64747 Jun 23 06:46 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  66057 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  64452 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  64912 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  64865 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  67536 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  71554 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000 185673 Jun 23 06:46 basic-wot-integration-example.html
-rw-r--r--.  1 jenkins 1001020000 105583 Jun 23 06:46 basic-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  23211 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  22679 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  98823 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  67253 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  64306 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  65482 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000 133449 Jun 23 06:46 connectivity-hmac-signing.html
-rw-r--r--.  1 jenkins 1001020000  83111 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000  96818 Jun 23 06:46 connectivity-manage-connections-piggyback.html
-rw-r--r--.  1 jenkins 1001020000 183206 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  65410 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  76417 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  81932 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  88643 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  90037 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  97166 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  96113 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  72598 Jun 23 06:46 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  72907 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  64947 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  65951 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 118794 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11652 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  70934 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  67067 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  69577 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  82402 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  68182 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  88425 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  16344 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  64655 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000  73610 Jun 23 06:46 installation-extending.html
-rw-r--r--.  1 jenkins 1001020000 164338 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  67127 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  66192 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  73763 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  67791 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  68429 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  65728 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  65272 Jun 23 06:46 protocol-examples-connections-announcement-closed.html
-rw-r--r--.  1 jenkins 1001020000  65272 Jun 23 06:46 protocol-examples-connections-announcement-opened.html
-rw-r--r--.  1 jenkins 1001020000  68192 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  68686 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  67866 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  68950 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  67678 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  70888 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  71260 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  68866 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  67578 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  67743 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  80891 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  67189 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  67146 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  67301 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  67389 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  67368 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  67176 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  67118 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  67289 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  67268 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  67170 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  67067 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 126811 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  73600 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  70131 Jun 23 06:46 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  70397 Jun 23 06:46 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  70996 Jun 23 06:46 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  69754 Jun 23 06:46 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  69868 Jun 23 06:46 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  71687 Jun 23 06:46 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  71931 Jun 23 06:46 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  67985 Jun 23 06:46 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  70873 Jun 23 06:46 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  69631 Jun 23 06:46 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  69395 Jun 23 06:46 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  73404 Jun 23 06:46 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  68195 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  68689 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  67869 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  68953 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  67681 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  70891 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  71263 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  70269 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  68869 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  67581 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  67555 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  78611 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  65705 Jun 23 06:46 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  68011 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  70440 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  66746 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  66423 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  66074 Jun 23 06:46 protocol-examples-policies-deleteimport.html
-rw-r--r--.  1 jenkins 1001020000  66042 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  65959 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  66081 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  66062 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 108811 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  66534 Jun 23 06:46 protocol-examples-policies-modifyimport.html
-rw-r--r--.  1 jenkins 1001020000  67313 Jun 23 06:46 protocol-examples-policies-modifyimports.html
-rw-r--r--.  1 jenkins 1001020000  70548 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  68011 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  68211 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  66746 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  67079 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  66423 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  66752 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  66499 Jun 23 06:46 protocol-examples-policies-retrieveimport.html
-rw-r--r--.  1 jenkins 1001020000  67312 Jun 23 06:46 protocol-examples-policies-retrieveimports.html
-rw-r--r--.  1 jenkins 1001020000  69523 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  67670 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  69347 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  66745 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  66910 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  66422 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  66583 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  66550 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  66704 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  66413 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  66970 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  66318 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  67814 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  67983 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  66899 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  66239 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  66215 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  70385 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  69986 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  76770 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  65137 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  66404 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  67119 Jun 23 06:46 protocol-specification-connections-announcement.html
-rw-r--r--.  1 jenkins 1001020000  65699 Jun 23 06:46 protocol-specification-connections.html
-rw-r--r--.  1 jenkins 1001020000  65002 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  75279 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  66365 Jun 23 06:46 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  86826 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  72857 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  69026 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  81983 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000 115497 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  89668 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  69284 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  99108 Jun 23 06:46 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  88496 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  88922 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  79788 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  74824 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  66236 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  64413 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  67304 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  66785 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  67374 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  66989 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  68633 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  68783 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  68383 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  68317 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  70717 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  66455 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  66766 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  68775 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  67702 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  69492 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  72687 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  65214 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  66182 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  66663 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  65353 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  71310 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  65731 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  73135 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  69900 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  73366 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  64685 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000 103735 Jun 23 06:46 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  66473 Jun 23 06:46 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000  79396 Jun 23 06:46 release_notes_210.html
-rw-r--r--.  1 jenkins 1001020000  67175 Jun 23 06:46 release_notes_211.html
-rw-r--r--.  1 jenkins 1001020000  66458 Jun 23 06:46 release_notes_212.html
-rw-r--r--.  1 jenkins 1001020000  65038 Jun 23 06:46 release_notes_213.html
-rw-r--r--.  1 jenkins 1001020000  70487 Jun 23 06:46 release_notes_220.html
-rw-r--r--.  1 jenkins 1001020000  66041 Jun 23 06:46 release_notes_221.html
-rw-r--r--.  1 jenkins 1001020000  64835 Jun 23 06:46 release_notes_222.html
-rw-r--r--.  1 jenkins 1001020000  71203 Jun 23 06:46 release_notes_230.html
-rw-r--r--.  1 jenkins 1001020000  66508 Jun 23 06:46 release_notes_231.html
-rw-r--r--.  1 jenkins 1001020000  66098 Jun 23 06:46 release_notes_232.html
-rw-r--r--.  1 jenkins 1001020000  76072 Jun 23 06:46 release_notes_240.html
-rw-r--r--.  1 jenkins 1001020000  65402 Jun 23 06:46 release_notes_241.html
-rw-r--r--.  1 jenkins 1001020000  64967 Jun 23 06:46 release_notes_242.html
-rw-r--r--.  1 jenkins 1001020000  95959 Jun 23 06:46 release_notes_300.html
-rw-r--r--.  1 jenkins 1001020000  72033 Jun 23 06:46 release_notes_310.html
-rw-r--r--.  1 jenkins 1001020000  65831 Jun 23 06:46 release_notes_311.html
-rw-r--r--.  1 jenkins 1001020000  65660 Jun 23 06:46 release_notes_312.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  69472 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  37207 Jun 23 06:46 search.json
drwxr-sr-x. 17 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  71852 Jun 23 06:46 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  76619 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000 100612 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  72851 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  84513 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  75811 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  78224 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  73241 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  76896 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  71302 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  90303 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  82483 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  78111 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  73710 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  74183 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  71831 Jun 23 06:46 tag_troubleshooting.html
-rw-r--r--.  1 jenkins 1001020000  72830 Jun 23 06:46 tag_wot.html
-rw-r--r--.  1 jenkins 1001020000  67513 Jun 23 06:46 user-interface.html
drwxr-sr-x.  2 jenkins 1001020000    118 Jun 23 06:46 wot

./3.1/css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 24527 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./3.1/docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./3.1/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./3.1/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./3.1/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./3.1/files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./3.1/images:
total 724
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rwxr-xr-x.  1 jenkins 1001020000  92637 Jun 23 06:46 ditto-overview-1.png
-rw-r--r--.  1 jenkins 1001020000 159156 Jun 23 06:46 ditto-overview-1.svg
-rwxr-xr-x.  1 jenkins 1001020000 101022 Jun 23 06:46 ditto-super-1.png
-rw-r--r--.  1 jenkins 1001020000  50244 Jun 23 06:46 ditto-super-1.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:46 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  7 jenkins 1001020000     81 Jun 23 06:46 pages

./3.1/images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:46 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:46 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:46 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./3.1/images/pages:
total 8
drwxr-sr-x. 7 jenkins 1001020000   81 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000  114 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol
drwxr-sr-x. 2 jenkins 1001020000  120 Jun 23 06:46 ui

./3.1/images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:46 data-by-pass-architectural-design.jpg

./3.1/images/pages/architecture:
total 84
drwxr-sr-x. 2 jenkins 1001020000   114 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png
-rwxr-xr-x. 1 jenkins 1001020000 22188 Jun 23 06:46 ditto-architecture-overview-2022.png

./3.1/images/pages/basic:
total 124
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./3.1/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./3.1/images/pages/ui:
total 620
drwxr-sr-x. 2 jenkins 1001020000    120 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000     81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 130101 Jun 23 06:46 screenshot_add_environment.png
-rw-r--r--. 1 jenkins 1001020000 482983 Jun 23 06:46 screenshot_introduction.png
-rw-r--r--. 1 jenkins 1001020000  20244 Jun 23 06:46 screenshot_select_environment.png

./3.1/js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3315 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./3.1/jsonschema:
total 140
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 39603 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1756 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1508 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  7171 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:46 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  4358 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  3190 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  5180 Jun 23 06:46 thing_v2.json

./3.1/openapi:
total 424
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 407775 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    703 Jun 23 06:46 README.md
drwxr-sr-x.  8 jenkins 1001020000    169 Jun 23 06:46 sources

./3.1/openapi/sources:
total 56
drwxr-sr-x.  8 jenkins 1001020000   169 Jun 23 06:46 .
drwxr-sr-x.  3 jenkins 1001020000    61 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 13600 Jun 23 06:46 api-2-index.yml
-rw-r--r--.  1 jenkins 1001020000   203 Jun 23 06:46 package.json
-rw-r--r--.  1 jenkins 1001020000 31379 Jun 23 06:46 package-lock.json
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 parameters
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 paths
drwxr-sr-x.  3 jenkins 1001020000   149 Jun 23 06:46 requests
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 responses
drwxr-sr-x. 10 jenkins 1001020000   169 Jun 23 06:46 schemas
drwxr-sr-x.  2 jenkins 1001020000    91 Jun 23 06:46 security

./3.1/openapi/sources/parameters:
total 160
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  661 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  955 Jun 23 06:46 channelParamPutDescription.yml
-rw-r--r--. 1 jenkins 1001020000  842 Jun 23 06:46 channelParam.yml
-rw-r--r--. 1 jenkins 1001020000 1412 Jun 23 06:46 conditionParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 connectionIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  646 Jun 23 06:46 deleteMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  644 Jun 23 06:46 getMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  764 Jun 23 06:46 importedPolicyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  837 Jun 23 06:46 liveChannelConditionParam.yml
-rw-r--r--. 1 jenkins 1001020000  648 Jun 23 06:46 liveChannelTimeoutStrategyParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  580 Jun 23 06:46 namespaceParameter.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000 2739 Jun 23 06:46 policyFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2226 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:46 timeoutParam.yml

./3.1/openapi/sources/paths:
total 4
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 connections
drwxr-sr-x.  2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 things
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:46 whoami

./3.1/openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 4119 Jun 23 06:46 cloudevents.yml

./3.1/openapi/sources/paths/connections:
total 32
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2186 Jun 23 06:46 command.yml
-rw-r--r--.  1 jenkins 1001020000 5948 Jun 23 06:46 connectionId.yml
-rw-r--r--.  1 jenkins 1001020000 5733 Jun 23 06:46 connections.yml
-rw-r--r--.  1 jenkins 1001020000 2103 Jun 23 06:46 logs.yml
-rw-r--r--.  1 jenkins 1001020000 1823 Jun 23 06:46 metrics.yml
-rw-r--r--.  1 jenkins 1001020000 1819 Jun 23 06:46 status.yml

./3.1/openapi/sources/paths/features:
total 112
drwxr-sr-x.  2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 12905 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000 13707 Jun 23 06:46 desiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000 13091 Jun 23 06:46 desiredProperty.yml
-rw-r--r--.  1 jenkins 1001020000 14396 Jun 23 06:46 feature.yml
-rw-r--r--.  1 jenkins 1001020000 15729 Jun 23 06:46 index.yml
-rw-r--r--.  1 jenkins 1001020000 13480 Jun 23 06:46 properties.yml
-rw-r--r--.  1 jenkins 1001020000 12845 Jun 23 06:46 property.yml

./3.1/openapi/sources/paths/messages:
total 32
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 4118 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3999 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 4717 Jun 23 06:46 inbox-claim.yml
-rw-r--r--.  1 jenkins 1001020000 4535 Jun 23 06:46 inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3860 Jun 23 06:46 outbox-message.yml

./3.1/openapi/sources/paths/policies:
total 112
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3008 Jun 23 06:46 activateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2953 Jun 23 06:46 activateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  2744 Jun 23 06:46 deactivateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2710 Jun 23 06:46 deactivateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  6125 Jun 23 06:46 entries.yml
-rw-r--r--.  1 jenkins 1001020000  9961 Jun 23 06:46 entry.yml
-rw-r--r--.  1 jenkins 1001020000  6061 Jun 23 06:46 imports.yml
-rw-r--r--.  1 jenkins 1001020000  9592 Jun 23 06:46 import.yml
-rw-r--r--.  1 jenkins 1001020000 11615 Jun 23 06:46 policy.yml
-rw-r--r--.  1 jenkins 1001020000  6158 Jun 23 06:46 resources.yml
-rw-r--r--.  1 jenkins 1001020000  8476 Jun 23 06:46 resource.yml
-rw-r--r--.  1 jenkins 1001020000  5758 Jun 23 06:46 subjects.yml
-rw-r--r--.  1 jenkins 1001020000  8541 Jun 23 06:46 subject.yml

./3.1/openapi/sources/paths/search:
total 12
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2217 Jun 23 06:46 things-count.yml
-rw-r--r--.  1 jenkins 1001020000 4167 Jun 23 06:46 things.yml

./3.1/openapi/sources/paths/things:
total 88
drwxr-sr-x.  2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 12535 Jun 23 06:46 attributes.yml
-rw-r--r--.  1 jenkins 1001020000 12519 Jun 23 06:46 attribute.yml
-rw-r--r--.  1 jenkins 1001020000 12409 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000  6898 Jun 23 06:46 index.yml
-rw-r--r--.  1 jenkins 1001020000  8851 Jun 23 06:46 policyId.yml
-rw-r--r--.  1 jenkins 1001020000 20079 Jun 23 06:46 thing.yml

./3.1/openapi/sources/paths/whoami:
total 4
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1040 Jun 23 06:46 index.yml

./3.1/openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  808 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:46 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./3.1/openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./3.1/openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 875 Jun 23 06:46 activateTokenIntegration.yml

./3.1/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  140 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  606 Jun 23 06:46 dependencyFailed.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  574 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:46 preconditionFailed.yml

./3.1/openapi/sources/schemas:
total 12
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000   61 Jun 23 06:46 acknowledgements
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 connections
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 errors
drwxr-sr-x.  2 jenkins 1001020000  139 Jun 23 06:46 features
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x.  2 jenkins 1001020000   36 Jun 23 06:46 search
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:46 things
drwxr-sr-x.  2 jenkins 1001020000   49 Jun 23 06:46 whoami
-rw-r--r--.  1 jenkins 1001020000 3662 Jun 23 06:46 wot-thingDescription.yml

./3.1/openapi/sources/schemas/acknowledgements:
total 8
drwxr-sr-x.  2 jenkins 1001020000  61 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 595 Jun 23 06:46 acknowledgements.yml
-rw-r--r--.  1 jenkins 1001020000 736 Jun 23 06:46 acknowledgement.yml

./3.1/openapi/sources/schemas/connections:
total 116
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1130 Jun 23 06:46 connectionLogs.yml
-rw-r--r--.  1 jenkins 1001020000  914 Jun 23 06:46 connectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000 1590 Jun 23 06:46 connectionStatus.yml
-rw-r--r--.  1 jenkins 1001020000  516 Jun 23 06:46 connectionType.yml
-rw-r--r--.  1 jenkins 1001020000  563 Jun 23 06:46 connection.yml
-rw-r--r--.  1 jenkins 1001020000  522 Jun 23 06:46 connectivityStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1075 Jun 23 06:46 inboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  526 Jun 23 06:46 logCategory.yml
-rw-r--r--.  1 jenkins 1001020000 1297 Jun 23 06:46 logEntry.yml
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:46 logLevel.yml
-rw-r--r--.  1 jenkins 1001020000  610 Jun 23 06:46 logType.yml
-rw-r--r--.  1 jenkins 1001020000 1149 Jun 23 06:46 mappingContext.yml
-rw-r--r--.  1 jenkins 1001020000 1547 Jun 23 06:46 newConnection.yml
-rw-r--r--.  1 jenkins 1001020000 1313 Jun 23 06:46 outboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  588 Jun 23 06:46 overallConnectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  624 Jun 23 06:46 payloadMappingDefinitions.yml
-rw-r--r--.  1 jenkins 1001020000 3310 Jun 23 06:46 payloadMappingDefinition.yml
-rw-r--r--.  1 jenkins 1001020000 1125 Jun 23 06:46 resourceStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1180 Jun 23 06:46 singleMetric.yml
-rw-r--r--.  1 jenkins 1001020000  670 Jun 23 06:46 sourceMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  556 Jun 23 06:46 sources.yml
-rw-r--r--.  1 jenkins 1001020000 6752 Jun 23 06:46 source.yml
-rw-r--r--.  1 jenkins 1001020000 2908 Jun 23 06:46 sshTunnel.yml
-rw-r--r--.  1 jenkins 1001020000  675 Jun 23 06:46 targetMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  546 Jun 23 06:46 targets.yml
-rw-r--r--.  1 jenkins 1001020000 3266 Jun 23 06:46 target.yml
-rw-r--r--.  1 jenkins 1001020000  784 Jun 23 06:46 typedMetric.yml

./3.1/openapi/sources/schemas/errors:
total 8
drwxr-sr-x.  2 jenkins 1001020000  48 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 897 Jun 23 06:46 advancedError.yml
-rw-r--r--.  1 jenkins 1001020000 803 Jun 23 06:46 error.yml

./3.1/openapi/sources/schemas/features:
total 20
drwxr-sr-x.  2 jenkins 1001020000 139 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 678 Jun 23 06:46 featureDefinition.yml
-rw-r--r--.  1 jenkins 1001020000 489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000 481 Jun 23 06:46 featureProperties.yml
-rw-r--r--.  1 jenkins 1001020000 590 Jun 23 06:46 features.yml
-rw-r--r--.  1 jenkins 1001020000 573 Jun 23 06:46 feature.yml

./3.1/openapi/sources/schemas/policies:
total 56
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1027 Jun 23 06:46 importable.yml
-rw-r--r--.  1 jenkins 1001020000  527 Jun 23 06:46 newPolicy.yml
-rw-r--r--.  1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--.  1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--.  1 jenkins 1001020000  637 Jun 23 06:46 policyEntry.yml
-rw-r--r--.  1 jenkins 1001020000  791 Jun 23 06:46 policyImports.yml
-rw-r--r--.  1 jenkins 1001020000  981 Jun 23 06:46 policyImport.yml
-rw-r--r--.  1 jenkins 1001020000  669 Jun 23 06:46 policy.yml
-rw-r--r--.  1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--.  1 jenkins 1001020000  888 Jun 23 06:46 resources.yml
-rw-r--r--.  1 jenkins 1001020000 2019 Jun 23 06:46 subjectAnnouncement.yml
-rw-r--r--.  1 jenkins 1001020000 1190 Jun 23 06:46 subjectEntry.yml
-rw-r--r--.  1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml

./3.1/openapi/sources/schemas/search:
total 4
drwxr-sr-x.  2 jenkins 1001020000  36 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 499 Jun 23 06:46 searchResultThings.yml

./3.1/openapi/sources/schemas/things:
total 20
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--.  1 jenkins 1001020000  602 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000 2328 Jun 23 06:46 newThing.yml
-rw-r--r--.  1 jenkins 1001020000  833 Jun 23 06:46 patchThing.yml
-rw-r--r--.  1 jenkins 1001020000 1737 Jun 23 06:46 thing.yml

./3.1/openapi/sources/schemas/whoami:
total 8
drwxr-sr-x.  2 jenkins 1001020000  49 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--.  1 jenkins 1001020000 657 Jun 23 06:46 whoami.yml

./3.1/openapi/sources/security:
total 16
drwxr-sr-x. 2 jenkins 1001020000  91 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:46 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 488 Jun 23 06:46 devOpsBasic.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:46 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:46 nginxBasic.yml

./3.1/slides:
total 32
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_05_ditto-introduction-deck
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-20-overview
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-in-20-min
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_10_25-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2022_10_24_eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2022_10_ditto-and-wot
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./3.1/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29031 Jun 23 06:46 index.html

./3.1/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34310 Jun 23 06:46 index.html

./3.1/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14225 Jun 23 06:46 index.html

./3.1/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15017 Jun 23 06:46 index.html

./3.1/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31926 Jun 23 06:46 index.html

./3.1/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15001 Jun 23 06:46 index.html

./3.1/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16381 Jun 23 06:46 index.html

./3.1/slides/2021_05_ditto-introduction-deck:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 30824 Jun 23 06:46 index.html

./3.1/slides/2021_06_ditto-20-overview:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16507 Jun 23 06:46 index.html

./3.1/slides/2021_06_ditto-in-20-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 21863 Jun 23 06:46 index.html

./3.1/slides/2021_10_25-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14925 Jun 23 06:46 index.html

./3.1/slides/2022_10_24_eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 13908 Jun 23 06:46 index.html

./3.1/slides/2022_10_ditto-and-wot:
total 32
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 25639 Jun 23 06:46 index.html

./3.1/slides/bg-images:
total 1344
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg
-rw-r--r--.  1 jenkins 1001020000 478262 Jun 23 06:46 juan-davila-P8PlK2nGwqA-unsplash.jpg

./3.1/slides/images:
total 808
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000  12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000  15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000  51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000  84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000  47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000  35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 267438 Jun 23 06:46 ditto-ui-screenshot.png
-rw-r--r--.  1 jenkins 1001020000  36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000   9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000  58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000  20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000  35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000  51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000  17775 Jun 23 06:46 ttn-logo.png
-rw-r--r--.  1 jenkins 1001020000  27392 Jun 23 06:46 wot.png

./3.1/wot:
total 36
drwxr-sr-x.  2 jenkins 1001020000   118 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3764 Jun 23 06:46 ditto-extension.html
-rw-r--r--.  1 jenkins 1001020000  1503 Jun 23 06:46 ditto-extension.jsonld
-rw-r--r--.  1 jenkins 1001020000  2000 Jun 23 06:46 ditto-extension.rdf
-rw-r--r--.  1 jenkins 1001020000  1513 Jun 23 06:46 ditto-extension.ttl

./3.2:
total 20536
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  13321 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13339 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14402 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13880 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14339 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17566 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17380 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  14037 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  91219 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13863 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  14061 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26657 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14145 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14994 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14230 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13832 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29588 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13399 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13989 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13919 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14407 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17504 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13952 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15236 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  14067 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16571 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53461 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15798 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14607 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14440 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17804 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37435 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14231 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24477 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18372 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14507 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29373 Jun 23 06:46 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45158 Jun 23 06:46 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30540 Jun 23 06:46 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23300 Jun 23 06:46 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16840 Jun 23 06:46 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  52116 Jun 23 06:46 2021-06-17-hmac-credentials.html
-rw-r--r--.  1 jenkins 1001020000  34342 Jun 23 06:46 2021-09-23-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000  16671 Jun 23 06:46 2021-09-27-release-announcement-210.html
-rw-r--r--.  1 jenkins 1001020000  18172 Jun 23 06:46 2021-09-29-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  29324 Jun 23 06:46 2021-11-03-oauth2.html
-rw-r--r--.  1 jenkins 1001020000  15793 Jun 23 06:46 2021-11-22-release-announcement-220.html
-rw-r--r--.  1 jenkins 1001020000  26832 Jun 23 06:46 2021-12-20-http-live-channel.html
-rw-r--r--.  1 jenkins 1001020000  24754 Jun 23 06:46 2021-12-22-live-channel-condition.html
-rw-r--r--.  1 jenkins 1001020000  17342 Jun 23 06:46 2022-01-21-release-announcement-230.html
-rw-r--r--.  1 jenkins 1001020000  32859 Jun 23 06:46 2022-03-03-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  16512 Jun 23 06:46 2022-04-14-release-announcement-240.html
-rw-r--r--.  1 jenkins 1001020000  17490 Jun 23 06:46 2022-07-12-reactive-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  17655 Jun 23 06:46 2022-09-28-release-announcement-300.html
-rw-r--r--.  1 jenkins 1001020000  27424 Jun 23 06:46 2022-11-04-live-message-conditions.html
-rw-r--r--.  1 jenkins 1001020000  15728 Jun 23 06:46 2022-12-16-release-announcement-310.html
-rw-r--r--.  1 jenkins 1001020000  16091 Jun 23 06:46 2023-03-08-release-announcement-320.html
-rw-r--r--.  1 jenkins 1001020000  65029 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  75419 Jun 23 06:46 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  68408 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  68424 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  66860 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  66787 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  66890 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  67587 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000 108724 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  68727 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  70197 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  71088 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  78484 Jun 23 06:46 basic-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000 108514 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  75989 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  70460 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  82262 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  85005 Jun 23 06:46 basic-history.html
-rw-r--r--.  1 jenkins 1001020000  75955 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000 114436 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  69166 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  69560 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  95076 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000 111555 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  82364 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  77683 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  65846 Jun 23 06:46 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  67156 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  65551 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  66011 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  65964 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  68636 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  72653 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000 186778 Jun 23 06:46 basic-wot-integration-example.html
-rw-r--r--.  1 jenkins 1001020000 106695 Jun 23 06:46 basic-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  23561 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  22724 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  99928 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  68376 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  65405 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  66581 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000 134566 Jun 23 06:46 connectivity-hmac-signing.html
-rw-r--r--.  1 jenkins 1001020000  84216 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000  97917 Jun 23 06:46 connectivity-manage-connections-piggyback.html
-rw-r--r--.  1 jenkins 1001020000 185954 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  66509 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  77516 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  83034 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  86719 Jun 23 06:46 connectivity-protocol-bindings-hono.html
-rw-r--r--.  1 jenkins 1001020000  89742 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  91142 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  98265 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  97213 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  73697 Jun 23 06:46 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  74006 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  66058 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  67050 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 119893 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11719 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  72033 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  68166 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  70676 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  83501 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  69281 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  89524 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  16417 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  65754 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000  74715 Jun 23 06:46 installation-extending.html
-rw-r--r--.  1 jenkins 1001020000 170247 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  68232 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  67291 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  74868 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  68890 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  69802 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  66827 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  66371 Jun 23 06:46 protocol-examples-connections-announcement-closed.html
-rw-r--r--.  1 jenkins 1001020000  66371 Jun 23 06:46 protocol-examples-connections-announcement-opened.html
-rw-r--r--.  1 jenkins 1001020000  69291 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  69785 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  68965 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  70049 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  68777 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  71987 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  72359 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  69965 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  68677 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  68842 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  81990 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  68288 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  68245 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  68400 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  68488 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  68467 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  68275 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  68217 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  68388 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  68367 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  68269 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  68166 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 127910 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  74699 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  71230 Jun 23 06:46 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  71496 Jun 23 06:46 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  72095 Jun 23 06:46 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  70853 Jun 23 06:46 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  70967 Jun 23 06:46 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  72786 Jun 23 06:46 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  73030 Jun 23 06:46 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  69084 Jun 23 06:46 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  71972 Jun 23 06:46 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  70730 Jun 23 06:46 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  70494 Jun 23 06:46 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  74503 Jun 23 06:46 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  69294 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  69788 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  68968 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  70052 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  68780 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  71990 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  72362 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  71368 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  69968 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  68680 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  68654 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  79710 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  66804 Jun 23 06:46 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  69110 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  71539 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  67845 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  67522 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  67173 Jun 23 06:46 protocol-examples-policies-deleteimport.html
-rw-r--r--.  1 jenkins 1001020000  67141 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  67058 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  67180 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  67161 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 109910 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  67633 Jun 23 06:46 protocol-examples-policies-modifyimport.html
-rw-r--r--.  1 jenkins 1001020000  68412 Jun 23 06:46 protocol-examples-policies-modifyimports.html
-rw-r--r--.  1 jenkins 1001020000  71647 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  69110 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  69310 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  67845 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  68178 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  67522 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  67851 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  67598 Jun 23 06:46 protocol-examples-policies-retrieveimport.html
-rw-r--r--.  1 jenkins 1001020000  68411 Jun 23 06:46 protocol-examples-policies-retrieveimports.html
-rw-r--r--.  1 jenkins 1001020000  70622 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  68769 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  70446 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  67844 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  68009 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  67521 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  67682 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  67649 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  67803 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  67512 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  68069 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  67417 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  68913 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  69082 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  67998 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  67338 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  67314 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  71484 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  71085 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  77869 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  66236 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  67503 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  68218 Jun 23 06:46 protocol-specification-connections-announcement.html
-rw-r--r--.  1 jenkins 1001020000  66798 Jun 23 06:46 protocol-specification-connections.html
-rw-r--r--.  1 jenkins 1001020000  66101 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  77464 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  67464 Jun 23 06:46 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  87925 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  73956 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  70125 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  83082 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  80620 Jun 23 06:46 protocol-specification-streaming-subscription.html
-rw-r--r--.  1 jenkins 1001020000 116596 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  90767 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  70383 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000 100207 Jun 23 06:46 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  89595 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  90021 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  80887 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  75923 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  67335 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  65512 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  68427 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  67908 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  68503 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  68124 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  69744 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  69930 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  69542 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  69452 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  71858 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  67596 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  67919 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  69898 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  68873 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  70645 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  73894 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  66331 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  67317 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  67810 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  66464 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  72475 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  66842 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  74306 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  71077 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  74568 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  65790 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000 104990 Jun 23 06:46 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  67608 Jun 23 06:46 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000  80675 Jun 23 06:46 release_notes_210.html
-rw-r--r--.  1 jenkins 1001020000  68322 Jun 23 06:46 release_notes_211.html
-rw-r--r--.  1 jenkins 1001020000  67587 Jun 23 06:46 release_notes_212.html
-rw-r--r--.  1 jenkins 1001020000  66149 Jun 23 06:46 release_notes_213.html
-rw-r--r--.  1 jenkins 1001020000  71658 Jun 23 06:46 release_notes_220.html
-rw-r--r--.  1 jenkins 1001020000  67164 Jun 23 06:46 release_notes_221.html
-rw-r--r--.  1 jenkins 1001020000  65934 Jun 23 06:46 release_notes_222.html
-rw-r--r--.  1 jenkins 1001020000  72362 Jun 23 06:46 release_notes_230.html
-rw-r--r--.  1 jenkins 1001020000  67637 Jun 23 06:46 release_notes_231.html
-rw-r--r--.  1 jenkins 1001020000  67227 Jun 23 06:46 release_notes_232.html
-rw-r--r--.  1 jenkins 1001020000  77267 Jun 23 06:46 release_notes_240.html
-rw-r--r--.  1 jenkins 1001020000  66519 Jun 23 06:46 release_notes_241.html
-rw-r--r--.  1 jenkins 1001020000  66078 Jun 23 06:46 release_notes_242.html
-rw-r--r--.  1 jenkins 1001020000  97346 Jun 23 06:46 release_notes_300.html
-rw-r--r--.  1 jenkins 1001020000  73133 Jun 23 06:46 release_notes_310.html
-rw-r--r--.  1 jenkins 1001020000  66930 Jun 23 06:46 release_notes_311.html
-rw-r--r--.  1 jenkins 1001020000  66759 Jun 23 06:46 release_notes_312.html
-rw-r--r--.  1 jenkins 1001020000  74634 Jun 23 06:46 release_notes_320.html
-rw-r--r--.  1 jenkins 1001020000  68145 Jun 23 06:46 release_notes_321.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  70571 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  38408 Jun 23 06:46 search.json
drwxr-sr-x. 18 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  73131 Jun 23 06:46 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  77898 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000 102425 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  74130 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  86301 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  77090 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  73642 Jun 23 06:46 tag_history.html
-rw-r--r--.  1 jenkins 1001020000  79503 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  74520 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  78175 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  72581 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  92155 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  84252 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  79390 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  74989 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  75462 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  73110 Jun 23 06:46 tag_troubleshooting.html
-rw-r--r--.  1 jenkins 1001020000  74109 Jun 23 06:46 tag_wot.html
-rw-r--r--.  1 jenkins 1001020000  68612 Jun 23 06:46 user-interface.html
drwxr-sr-x.  2 jenkins 1001020000    118 Jun 23 06:46 wot

./3.2/css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 24527 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./3.2/docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./3.2/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./3.2/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./3.2/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./3.2/files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./3.2/images:
total 724
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rwxr-xr-x.  1 jenkins 1001020000  92637 Jun 23 06:46 ditto-overview-1.png
-rw-r--r--.  1 jenkins 1001020000 159156 Jun 23 06:46 ditto-overview-1.svg
-rwxr-xr-x.  1 jenkins 1001020000 101022 Jun 23 06:46 ditto-super-1.png
-rw-r--r--.  1 jenkins 1001020000  50244 Jun 23 06:46 ditto-super-1.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:46 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  7 jenkins 1001020000     81 Jun 23 06:46 pages

./3.2/images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:46 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:46 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:46 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./3.2/images/pages:
total 8
drwxr-sr-x. 7 jenkins 1001020000   81 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000  114 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol
drwxr-sr-x. 2 jenkins 1001020000  120 Jun 23 06:46 ui

./3.2/images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:46 data-by-pass-architectural-design.jpg

./3.2/images/pages/architecture:
total 84
drwxr-sr-x. 2 jenkins 1001020000   114 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png
-rwxr-xr-x. 1 jenkins 1001020000 22188 Jun 23 06:46 ditto-architecture-overview-2022.png

./3.2/images/pages/basic:
total 124
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./3.2/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./3.2/images/pages/ui:
total 620
drwxr-sr-x. 2 jenkins 1001020000    120 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000     81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 130101 Jun 23 06:46 screenshot_add_environment.png
-rw-r--r--. 1 jenkins 1001020000 482983 Jun 23 06:46 screenshot_introduction.png
-rw-r--r--. 1 jenkins 1001020000  20244 Jun 23 06:46 screenshot_select_environment.png

./3.2/js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3315 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./3.2/jsonschema:
total 160
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 40261 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1756 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1508 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  8140 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:46 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  4358 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  3190 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  1259 Jun 23 06:46 protocol-streaming-subscription-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   333 Jun 23 06:46 protocol-streaming-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000   453 Jun 23 06:46 protocol-streaming-subscription-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   468 Jun 23 06:46 protocol-streaming-subscription-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   703 Jun 23 06:46 protocol-streaming-subscription-subscribe-for-persisted-events-payload.json
-rw-r--r--.  1 jenkins 1001020000  5180 Jun 23 06:46 thing_v2.json

./3.2/openapi:
total 428
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 409675 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    703 Jun 23 06:46 README.md
drwxr-sr-x.  8 jenkins 1001020000    169 Jun 23 06:46 sources

./3.2/openapi/sources:
total 56
drwxr-sr-x.  8 jenkins 1001020000   169 Jun 23 06:46 .
drwxr-sr-x.  3 jenkins 1001020000    61 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 13750 Jun 23 06:46 api-2-index.yml
-rw-r--r--.  1 jenkins 1001020000   203 Jun 23 06:46 package.json
-rw-r--r--.  1 jenkins 1001020000 31379 Jun 23 06:46 package-lock.json
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 parameters
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 paths
drwxr-sr-x.  3 jenkins 1001020000   149 Jun 23 06:46 requests
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 responses
drwxr-sr-x. 10 jenkins 1001020000   169 Jun 23 06:46 schemas
drwxr-sr-x.  2 jenkins 1001020000   115 Jun 23 06:46 security

./3.2/openapi/sources/parameters:
total 164
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  661 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  955 Jun 23 06:46 channelParamPutDescription.yml
-rw-r--r--. 1 jenkins 1001020000  842 Jun 23 06:46 channelParam.yml
-rw-r--r--. 1 jenkins 1001020000 1412 Jun 23 06:46 conditionParam.yml
-rw-r--r--. 1 jenkins 1001020000 1408 Jun 23 06:46 connectionFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 connectionIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  646 Jun 23 06:46 deleteMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  644 Jun 23 06:46 getMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  764 Jun 23 06:46 importedPolicyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  837 Jun 23 06:46 liveChannelConditionParam.yml
-rw-r--r--. 1 jenkins 1001020000  648 Jun 23 06:46 liveChannelTimeoutStrategyParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  580 Jun 23 06:46 namespaceParameter.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000 2739 Jun 23 06:46 policyFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2342 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:46 timeoutParam.yml

./3.2/openapi/sources/paths:
total 4
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 connections
drwxr-sr-x.  2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 things
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:46 whoami

./3.2/openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 4119 Jun 23 06:46 cloudevents.yml

./3.2/openapi/sources/paths/connections:
total 32
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2207 Jun 23 06:46 command.yml
-rw-r--r--.  1 jenkins 1001020000 5884 Jun 23 06:46 connectionId.yml
-rw-r--r--.  1 jenkins 1001020000 5671 Jun 23 06:46 connections.yml
-rw-r--r--.  1 jenkins 1001020000 2125 Jun 23 06:46 logs.yml
-rw-r--r--.  1 jenkins 1001020000 1845 Jun 23 06:46 metrics.yml
-rw-r--r--.  1 jenkins 1001020000 1841 Jun 23 06:46 status.yml

./3.2/openapi/sources/paths/features:
total 112
drwxr-sr-x.  2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 12905 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000 13707 Jun 23 06:46 desiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000 13091 Jun 23 06:46 desiredProperty.yml
-rw-r--r--.  1 jenkins 1001020000 14396 Jun 23 06:46 feature.yml
-rw-r--r--.  1 jenkins 1001020000 15729 Jun 23 06:46 index.yml
-rw-r--r--.  1 jenkins 1001020000 13480 Jun 23 06:46 properties.yml
-rw-r--r--.  1 jenkins 1001020000 12845 Jun 23 06:46 property.yml

./3.2/openapi/sources/paths/messages:
total 32
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 4118 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3999 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 4717 Jun 23 06:46 inbox-claim.yml
-rw-r--r--.  1 jenkins 1001020000 4535 Jun 23 06:46 inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3860 Jun 23 06:46 outbox-message.yml

./3.2/openapi/sources/paths/policies:
total 112
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3008 Jun 23 06:46 activateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2953 Jun 23 06:46 activateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  2744 Jun 23 06:46 deactivateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2710 Jun 23 06:46 deactivateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  6125 Jun 23 06:46 entries.yml
-rw-r--r--.  1 jenkins 1001020000  9961 Jun 23 06:46 entry.yml
-rw-r--r--.  1 jenkins 1001020000  6061 Jun 23 06:46 imports.yml
-rw-r--r--.  1 jenkins 1001020000  9592 Jun 23 06:46 import.yml
-rw-r--r--.  1 jenkins 1001020000 11615 Jun 23 06:46 policy.yml
-rw-r--r--.  1 jenkins 1001020000  6158 Jun 23 06:46 resources.yml
-rw-r--r--.  1 jenkins 1001020000  8476 Jun 23 06:46 resource.yml
-rw-r--r--.  1 jenkins 1001020000  5758 Jun 23 06:46 subjects.yml
-rw-r--r--.  1 jenkins 1001020000  8541 Jun 23 06:46 subject.yml

./3.2/openapi/sources/paths/search:
total 12
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2217 Jun 23 06:46 things-count.yml
-rw-r--r--.  1 jenkins 1001020000 4167 Jun 23 06:46 things.yml

./3.2/openapi/sources/paths/things:
total 88
drwxr-sr-x.  2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 12535 Jun 23 06:46 attributes.yml
-rw-r--r--.  1 jenkins 1001020000 12519 Jun 23 06:46 attribute.yml
-rw-r--r--.  1 jenkins 1001020000 12409 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000  6898 Jun 23 06:46 index.yml
-rw-r--r--.  1 jenkins 1001020000  8851 Jun 23 06:46 policyId.yml
-rw-r--r--.  1 jenkins 1001020000 20079 Jun 23 06:46 thing.yml

./3.2/openapi/sources/paths/whoami:
total 4
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1040 Jun 23 06:46 index.yml

./3.2/openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  808 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:46 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./3.2/openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./3.2/openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 875 Jun 23 06:46 activateTokenIntegration.yml

./3.2/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  140 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  606 Jun 23 06:46 dependencyFailed.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  574 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:46 preconditionFailed.yml

./3.2/openapi/sources/schemas:
total 12
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000   61 Jun 23 06:46 acknowledgements
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 connections
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 errors
drwxr-sr-x.  2 jenkins 1001020000  139 Jun 23 06:46 features
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x.  2 jenkins 1001020000   36 Jun 23 06:46 search
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:46 things
drwxr-sr-x.  2 jenkins 1001020000   49 Jun 23 06:46 whoami
-rw-r--r--.  1 jenkins 1001020000 3662 Jun 23 06:46 wot-thingDescription.yml

./3.2/openapi/sources/schemas/acknowledgements:
total 8
drwxr-sr-x.  2 jenkins 1001020000  61 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 595 Jun 23 06:46 acknowledgements.yml
-rw-r--r--.  1 jenkins 1001020000 736 Jun 23 06:46 acknowledgement.yml

./3.2/openapi/sources/schemas/connections:
total 116
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1130 Jun 23 06:46 connectionLogs.yml
-rw-r--r--.  1 jenkins 1001020000  914 Jun 23 06:46 connectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000 1590 Jun 23 06:46 connectionStatus.yml
-rw-r--r--.  1 jenkins 1001020000  526 Jun 23 06:46 connectionType.yml
-rw-r--r--.  1 jenkins 1001020000  563 Jun 23 06:46 connection.yml
-rw-r--r--.  1 jenkins 1001020000  522 Jun 23 06:46 connectivityStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1075 Jun 23 06:46 inboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  526 Jun 23 06:46 logCategory.yml
-rw-r--r--.  1 jenkins 1001020000 1297 Jun 23 06:46 logEntry.yml
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:46 logLevel.yml
-rw-r--r--.  1 jenkins 1001020000  610 Jun 23 06:46 logType.yml
-rw-r--r--.  1 jenkins 1001020000 1149 Jun 23 06:46 mappingContext.yml
-rw-r--r--.  1 jenkins 1001020000 1547 Jun 23 06:46 newConnection.yml
-rw-r--r--.  1 jenkins 1001020000 1313 Jun 23 06:46 outboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  588 Jun 23 06:46 overallConnectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  624 Jun 23 06:46 payloadMappingDefinitions.yml
-rw-r--r--.  1 jenkins 1001020000 3310 Jun 23 06:46 payloadMappingDefinition.yml
-rw-r--r--.  1 jenkins 1001020000 1125 Jun 23 06:46 resourceStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1180 Jun 23 06:46 singleMetric.yml
-rw-r--r--.  1 jenkins 1001020000  670 Jun 23 06:46 sourceMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  556 Jun 23 06:46 sources.yml
-rw-r--r--.  1 jenkins 1001020000 6935 Jun 23 06:46 source.yml
-rw-r--r--.  1 jenkins 1001020000 2908 Jun 23 06:46 sshTunnel.yml
-rw-r--r--.  1 jenkins 1001020000  675 Jun 23 06:46 targetMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  546 Jun 23 06:46 targets.yml
-rw-r--r--.  1 jenkins 1001020000 3329 Jun 23 06:46 target.yml
-rw-r--r--.  1 jenkins 1001020000  784 Jun 23 06:46 typedMetric.yml

./3.2/openapi/sources/schemas/errors:
total 8
drwxr-sr-x.  2 jenkins 1001020000  48 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 897 Jun 23 06:46 advancedError.yml
-rw-r--r--.  1 jenkins 1001020000 803 Jun 23 06:46 error.yml

./3.2/openapi/sources/schemas/features:
total 20
drwxr-sr-x.  2 jenkins 1001020000 139 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 678 Jun 23 06:46 featureDefinition.yml
-rw-r--r--.  1 jenkins 1001020000 489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000 481 Jun 23 06:46 featureProperties.yml
-rw-r--r--.  1 jenkins 1001020000 590 Jun 23 06:46 features.yml
-rw-r--r--.  1 jenkins 1001020000 573 Jun 23 06:46 feature.yml

./3.2/openapi/sources/schemas/policies:
total 56
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1027 Jun 23 06:46 importable.yml
-rw-r--r--.  1 jenkins 1001020000  527 Jun 23 06:46 newPolicy.yml
-rw-r--r--.  1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--.  1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--.  1 jenkins 1001020000  637 Jun 23 06:46 policyEntry.yml
-rw-r--r--.  1 jenkins 1001020000  791 Jun 23 06:46 policyImports.yml
-rw-r--r--.  1 jenkins 1001020000  981 Jun 23 06:46 policyImport.yml
-rw-r--r--.  1 jenkins 1001020000  669 Jun 23 06:46 policy.yml
-rw-r--r--.  1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--.  1 jenkins 1001020000  888 Jun 23 06:46 resources.yml
-rw-r--r--.  1 jenkins 1001020000 2019 Jun 23 06:46 subjectAnnouncement.yml
-rw-r--r--.  1 jenkins 1001020000 1190 Jun 23 06:46 subjectEntry.yml
-rw-r--r--.  1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml

./3.2/openapi/sources/schemas/search:
total 4
drwxr-sr-x.  2 jenkins 1001020000  36 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 499 Jun 23 06:46 searchResultThings.yml

./3.2/openapi/sources/schemas/things:
total 20
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--.  1 jenkins 1001020000  602 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000 2328 Jun 23 06:46 newThing.yml
-rw-r--r--.  1 jenkins 1001020000  833 Jun 23 06:46 patchThing.yml
-rw-r--r--.  1 jenkins 1001020000 1737 Jun 23 06:46 thing.yml

./3.2/openapi/sources/schemas/whoami:
total 8
drwxr-sr-x.  2 jenkins 1001020000  49 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--.  1 jenkins 1001020000 657 Jun 23 06:46 whoami.yml

./3.2/openapi/sources/security:
total 20
drwxr-sr-x. 2 jenkins 1001020000 115 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:46 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 488 Jun 23 06:46 devOpsBasic.yml
-rw-r--r--. 1 jenkins 1001020000 554 Jun 23 06:46 devOpsBearer.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:46 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:46 nginxBasic.yml

./3.2/slides:
total 32
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_05_ditto-introduction-deck
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-20-overview
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-in-20-min
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_10_25-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2022_10_24_eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2022_10_ditto-and-wot
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2023_01_ditto-in-30-min
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./3.2/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29040 Jun 23 06:46 index.html

./3.2/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34156 Jun 23 06:46 index.html

./3.2/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14249 Jun 23 06:46 index.html

./3.2/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15023 Jun 23 06:46 index.html

./3.2/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31939 Jun 23 06:46 index.html

./3.2/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15007 Jun 23 06:46 index.html

./3.2/slides/2020_10_19-eclipse-iot-wg-community-day:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16399 Jun 23 06:46 index.html

./3.2/slides/2021_05_ditto-introduction-deck:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 30836 Jun 23 06:46 index.html

./3.2/slides/2021_06_ditto-20-overview:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16519 Jun 23 06:46 index.html

./3.2/slides/2021_06_ditto-in-20-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 21875 Jun 23 06:46 index.html

./3.2/slides/2021_10_25-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14949 Jun 23 06:46 index.html

./3.2/slides/2022_10_24_eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 13920 Jun 23 06:46 index.html

./3.2/slides/2022_10_ditto-and-wot:
total 32
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 25651 Jun 23 06:46 index.html

./3.2/slides/2023_01_ditto-in-30-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 23383 Jun 23 06:46 index.html

./3.2/slides/bg-images:
total 1344
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg
-rw-r--r--.  1 jenkins 1001020000 478262 Jun 23 06:46 juan-davila-P8PlK2nGwqA-unsplash.jpg

./3.2/slides/images:
total 808
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000  12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000  15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000  51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000  84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000  47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000  35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 267438 Jun 23 06:46 ditto-ui-screenshot.png
-rw-r--r--.  1 jenkins 1001020000  36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000   9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000  58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000  20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000  35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000  51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000  17775 Jun 23 06:46 ttn-logo.png
-rw-r--r--.  1 jenkins 1001020000  27392 Jun 23 06:46 wot.png

./3.2/wot:
total 36
drwxr-sr-x.  2 jenkins 1001020000   118 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3764 Jun 23 06:46 ditto-extension.html
-rw-r--r--.  1 jenkins 1001020000  1503 Jun 23 06:46 ditto-extension.jsonld
-rw-r--r--.  1 jenkins 1001020000  2000 Jun 23 06:46 ditto-extension.rdf
-rw-r--r--.  1 jenkins 1001020000  1513 Jun 23 06:46 ditto-extension.ttl

./css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 24527 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./.git:
total 788
drwxr-sr-x.  8 jenkins 1001020000    163 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000      6 Jun 23 06:46 branches
-rw-r--r--.  1 jenkins 1001020000    329 Jun 23 06:46 config
-rw-r--r--.  1 jenkins 1001020000     73 Jun 23 06:46 description
-rw-r--r--.  1 jenkins 1001020000     23 Jun 23 06:46 HEAD
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 hooks
-rw-r--r--.  1 jenkins 1001020000 764929 Jun 23 06:46 index
drwxr-sr-x.  2 jenkins 1001020000     21 Jun 23 06:46 info
drwxr-sr-x.  3 jenkins 1001020000     30 Jun 23 06:46 logs
drwxr-sr-x.  4 jenkins 1001020000     30 Jun 23 06:46 objects
-rw-r--r--.  1 jenkins 1001020000    114 Jun 23 06:46 packed-refs
drwxr-sr-x.  5 jenkins 1001020000     46 Jun 23 06:46 refs

./.git/branches:
total 0
drwxr-sr-x. 2 jenkins 1001020000   6 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 163 Jun 23 06:46 ..

./.git/hooks:
total 52
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  163 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  478 Jun 23 06:46 applypatch-msg.sample
-rwxr-xr-x. 1 jenkins 1001020000  896 Jun 23 06:46 commit-msg.sample
-rwxr-xr-x. 1 jenkins 1001020000 3327 Jun 23 06:46 fsmonitor-watchman.sample
-rwxr-xr-x. 1 jenkins 1001020000  189 Jun 23 06:46 post-update.sample
-rwxr-xr-x. 1 jenkins 1001020000  424 Jun 23 06:46 pre-applypatch.sample
-rwxr-xr-x. 1 jenkins 1001020000 1638 Jun 23 06:46 pre-commit.sample
-rwxr-xr-x. 1 jenkins 1001020000 1492 Jun 23 06:46 prepare-commit-msg.sample
-rwxr-xr-x. 1 jenkins 1001020000 1348 Jun 23 06:46 pre-push.sample
-rwxr-xr-x. 1 jenkins 1001020000 4898 Jun 23 06:46 pre-rebase.sample
-rwxr-xr-x. 1 jenkins 1001020000  544 Jun 23 06:46 pre-receive.sample
-rwxr-xr-x. 1 jenkins 1001020000 3610 Jun 23 06:46 update.sample

./.git/info:
total 4
drwxr-sr-x. 2 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 163 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 240 Jun 23 06:46 exclude

./.git/logs:
total 4
drwxr-sr-x. 3 jenkins 1001020000  30 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 163 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 194 Jun 23 06:46 HEAD
drwxr-sr-x. 4 jenkins 1001020000  34 Jun 23 06:46 refs

./.git/logs/refs:
total 0
drwxr-sr-x. 4 jenkins 1001020000 34 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 30 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000 20 Jun 23 06:46 heads
drwxr-sr-x. 3 jenkins 1001020000 20 Jun 23 06:46 remotes

./.git/logs/refs/heads:
total 4
drwxr-sr-x. 2 jenkins 1001020000  20 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000  34 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 194 Jun 23 06:46 master

./.git/logs/refs/remotes:
total 0
drwxr-sr-x. 3 jenkins 1001020000 20 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 34 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000 18 Jun 23 06:46 origin

./.git/logs/refs/remotes/origin:
total 4
drwxr-sr-x. 2 jenkins 1001020000  18 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  20 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 194 Jun 23 06:46 HEAD

./.git/objects:
total 0
drwxr-sr-x. 4 jenkins 1001020000  30 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 163 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   6 Jun 23 06:46 info
drwxr-sr-x. 2 jenkins 1001020000 121 Jun 23 06:46 pack

./.git/objects/info:
total 0
drwxr-sr-x. 2 jenkins 1001020000  6 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 30 Jun 23 06:46 ..

./.git/objects/pack:
total 18848
drwxr-sr-x. 2 jenkins 1001020000      121 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000       30 Jun 23 06:46 ..
-r--r--r--. 1 jenkins 1001020000  2282316 Jun 23 06:46 pack-b4af00a3050d425fa6b1dfc8ef5769cd43bdb87d.idx
-r--r--r--. 1 jenkins 1001020000 17013156 Jun 23 06:46 pack-b4af00a3050d425fa6b1dfc8ef5769cd43bdb87d.pack

./.git/refs:
total 0
drwxr-sr-x. 5 jenkins 1001020000  46 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 163 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  20 Jun 23 06:46 heads
drwxr-sr-x. 3 jenkins 1001020000  20 Jun 23 06:46 remotes
drwxr-sr-x. 2 jenkins 1001020000   6 Jun 23 06:46 tags

./.git/refs/heads:
total 4
drwxr-sr-x. 2 jenkins 1001020000 20 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000 46 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 41 Jun 23 06:46 master

./.git/refs/remotes:
total 0
drwxr-sr-x. 3 jenkins 1001020000 20 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000 46 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000 18 Jun 23 06:46 origin

./.git/refs/remotes/origin:
total 4
drwxr-sr-x. 2 jenkins 1001020000 18 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 20 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 32 Jun 23 06:46 HEAD

./.git/refs/tags:
total 0
drwxr-sr-x. 2 jenkins 1001020000  6 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000 46 Jun 23 06:46 ..

./images:
total 732
drwxr-sr-x.  5 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rwxr-xr-x.  1 jenkins 1001020000  92637 Jun 23 06:46 ditto-overview-1.png
-rw-r--r--.  1 jenkins 1001020000 159156 Jun 23 06:46 ditto-overview-1.svg
-rwxr-xr-x.  1 jenkins 1001020000 101022 Jun 23 06:46 ditto-super-1.png
-rw-r--r--.  1 jenkins 1001020000  50244 Jun 23 06:46 ditto-super-1.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   5012 Jun 23 06:46 eclipse_incubation_vertical_png-02.png
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:46 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  7 jenkins 1001020000     81 Jun 23 06:46 pages
drwxr-sr-x.  2 jenkins 1001020000     78 Jun 23 06:46 user-logos

./images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:46 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:46 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:46 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./images/pages:
total 8
drwxr-sr-x. 7 jenkins 1001020000   81 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000  114 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol
drwxr-sr-x. 2 jenkins 1001020000  120 Jun 23 06:46 ui

./images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:46 data-by-pass-architectural-design.jpg

./images/pages/architecture:
total 84
drwxr-sr-x. 2 jenkins 1001020000   114 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png
-rwxr-xr-x. 1 jenkins 1001020000 22188 Jun 23 06:46 ditto-architecture-overview-2022.png

./images/pages/basic:
total 168
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 16882 Jun 23 06:46 ditto-class-diagram-v1.png
-rw-r--r--. 1 jenkins 1001020000 23249 Jun 23 06:46 ditto-class-diagram-v1.svg
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./images/pages/ui:
total 620
drwxr-sr-x. 2 jenkins 1001020000    120 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000     81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 130101 Jun 23 06:46 screenshot_add_environment.png
-rw-r--r--. 1 jenkins 1001020000 482983 Jun 23 06:46 screenshot_introduction.png
-rw-r--r--. 1 jenkins 1001020000  20244 Jun 23 06:46 screenshot_select_environment.png

./images/user-logos:
total 24
drwxr-sr-x. 2 jenkins 1001020000   78 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 2600 Jun 23 06:46 aloxy-word-white.svg
-rw-r--r--. 1 jenkins 1001020000 9846 Jun 23 06:46 bosch-en-white.svg
-rw-r--r--. 1 jenkins 1001020000  253 Jun 23 06:46 LICENSE.md

./js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3315 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./jsonschema:
total 172
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 40424 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1756 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1129 Jun 23 06:46 feature.json
-rw-r--r--.  1 jenkins 1001020000  1508 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  8140 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:46 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  4778 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  3190 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  1259 Jun 23 06:46 protocol-streaming-subscription-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   333 Jun 23 06:46 protocol-streaming-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000   453 Jun 23 06:46 protocol-streaming-subscription-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   468 Jun 23 06:46 protocol-streaming-subscription-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   703 Jun 23 06:46 protocol-streaming-subscription-subscribe-for-persisted-events-payload.json
-rw-r--r--.  1 jenkins 1001020000  4833 Jun 23 06:46 thing_v1.json
-rw-r--r--.  1 jenkins 1001020000  5180 Jun 23 06:46 thing_v2.json

./openapi:
total 584
drwxr-sr-x.  3 jenkins 1001020000     84 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 131973 Jun 23 06:46 ditto-api-1.yml
-rw-r--r--.  1 jenkins 1001020000 437595 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    703 Jun 23 06:46 README.md
drwxr-sr-x.  8 jenkins 1001020000    192 Jun 23 06:46 sources

./openapi/sources:
total 200
drwxr-sr-x.  8 jenkins 1001020000    192 Jun 23 06:46 .
drwxr-sr-x.  3 jenkins 1001020000     84 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 132425 Jun 23 06:46 api-1-index.yml
-rw-r--r--.  1 jenkins 1001020000  16484 Jun 23 06:46 api-2-index.yml
-rw-r--r--.  1 jenkins 1001020000    203 Jun 23 06:46 package.json
-rw-r--r--.  1 jenkins 1001020000  31379 Jun 23 06:46 package-lock.json
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 parameters
drwxr-sr-x. 13 jenkins 1001020000    180 Jun 23 06:46 paths
drwxr-sr-x.  3 jenkins 1001020000    149 Jun 23 06:46 requests
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 responses
drwxr-sr-x. 13 jenkins 1001020000   4096 Jun 23 06:46 schemas
drwxr-sr-x.  2 jenkins 1001020000    115 Jun 23 06:46 security

./openapi/sources/parameters:
total 192
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  192 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  661 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  955 Jun 23 06:46 channelParamPutDescription.yml
-rw-r--r--. 1 jenkins 1001020000  842 Jun 23 06:46 channelParam.yml
-rw-r--r--. 1 jenkins 1001020000 1412 Jun 23 06:46 conditionParam.yml
-rw-r--r--. 1 jenkins 1001020000 1408 Jun 23 06:46 connectionFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 connectionIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  646 Jun 23 06:46 deleteMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  644 Jun 23 06:46 getMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  842 Jun 23 06:46 ifEqualHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  764 Jun 23 06:46 importedPolicyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  507 Jun 23 06:46 instanceIndexParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  837 Jun 23 06:46 liveChannelConditionParam.yml
-rw-r--r--. 1 jenkins 1001020000  648 Jun 23 06:46 liveChannelTimeoutStrategyParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  512 Jun 23 06:46 loggingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  508 Jun 23 06:46 moduleNamePathParam.yml
-rw-r--r--. 1 jenkins 1001020000  525 Jun 23 06:46 namePodParam.yml
-rw-r--r--. 1 jenkins 1001020000  580 Jun 23 06:46 namespaceParameter.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000  599 Jun 23 06:46 pathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2739 Jun 23 06:46 policyFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2342 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 serviceNameParam.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:46 timeoutParam.yml

./openapi/sources/paths:
total 4
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000  192 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x.  2 jenkins 1001020000   43 Jun 23 06:46 config
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 connections
drwxr-sr-x.  2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x.  2 jenkins 1001020000   47 Jun 23 06:46 logging
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x.  2 jenkins 1001020000   75 Jun 23 06:46 piggyback
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x.  2 jenkins 1001020000  145 Jun 23 06:46 things
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:46 whoami

./openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 4119 Jun 23 06:46 cloudevents.yml

./openapi/sources/paths/config:
total 8
drwxr-sr-x.  2 jenkins 1001020000   43 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1225 Jun 23 06:46 config.yml
-rw-r--r--.  1 jenkins 1001020000 3513 Jun 23 06:46 podName.yml

./openapi/sources/paths/connections:
total 32
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2207 Jun 23 06:46 command.yml
-rw-r--r--.  1 jenkins 1001020000 5884 Jun 23 06:46 connectionId.yml
-rw-r--r--.  1 jenkins 1001020000 5671 Jun 23 06:46 connections.yml
-rw-r--r--.  1 jenkins 1001020000 2125 Jun 23 06:46 logs.yml
-rw-r--r--.  1 jenkins 1001020000 1845 Jun 23 06:46 metrics.yml
-rw-r--r--.  1 jenkins 1001020000 1841 Jun 23 06:46 status.yml

./openapi/sources/paths/features:
total 112
drwxr-sr-x.  2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000   180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 13067 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000 13815 Jun 23 06:46 desiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000 13199 Jun 23 06:46 desiredProperty.yml
-rw-r--r--.  1 jenkins 1001020000 14558 Jun 23 06:46 feature.yml
-rw-r--r--.  1 jenkins 1001020000 15779 Jun 23 06:46 index.yml
-rw-r--r--.  1 jenkins 1001020000 13588 Jun 23 06:46 properties.yml
-rw-r--r--.  1 jenkins 1001020000 12953 Jun 23 06:46 property.yml

./openapi/sources/paths/logging:
total 8
drwxr-sr-x.  2 jenkins 1001020000   47 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1918 Jun 23 06:46 logging.yml
-rw-r--r--.  1 jenkins 1001020000 2065 Jun 23 06:46 moduleName.yml

./openapi/sources/paths/messages:
total 32
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 4118 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3999 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 4717 Jun 23 06:46 inbox-claim.yml
-rw-r--r--.  1 jenkins 1001020000 4535 Jun 23 06:46 inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3860 Jun 23 06:46 outbox-message.yml

./openapi/sources/paths/piggyback:
total 12
drwxr-sr-x.  2 jenkins 1001020000   75 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2243 Jun 23 06:46 instanceIndex.yml
-rw-r--r--.  1 jenkins 1001020000 3792 Jun 23 06:46 piggyback.yml
-rw-r--r--.  1 jenkins 1001020000 2617 Jun 23 06:46 serviceName.yml

./openapi/sources/paths/policies:
total 112
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000   180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3008 Jun 23 06:46 activateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2953 Jun 23 06:46 activateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  2744 Jun 23 06:46 deactivateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2710 Jun 23 06:46 deactivateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  6179 Jun 23 06:46 entries.yml
-rw-r--r--.  1 jenkins 1001020000 10015 Jun 23 06:46 entry.yml
-rw-r--r--.  1 jenkins 1001020000  6115 Jun 23 06:46 imports.yml
-rw-r--r--.  1 jenkins 1001020000  9700 Jun 23 06:46 import.yml
-rw-r--r--.  1 jenkins 1001020000 11669 Jun 23 06:46 policy.yml
-rw-r--r--.  1 jenkins 1001020000  6212 Jun 23 06:46 resources.yml
-rw-r--r--.  1 jenkins 1001020000  8530 Jun 23 06:46 resource.yml
-rw-r--r--.  1 jenkins 1001020000  5812 Jun 23 06:46 subjects.yml
-rw-r--r--.  1 jenkins 1001020000  8595 Jun 23 06:46 subject.yml

./openapi/sources/paths/search:
total 12
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2217 Jun 23 06:46 things-count.yml
-rw-r--r--.  1 jenkins 1001020000 4167 Jun 23 06:46 things.yml

./openapi/sources/paths/things:
total 100
drwxr-sr-x.  2 jenkins 1001020000   145 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000   180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 12643 Jun 23 06:46 attributes.yml
-rw-r--r--.  1 jenkins 1001020000 12627 Jun 23 06:46 attribute.yml
-rw-r--r--.  1 jenkins 1001020000 12517 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000  6898 Jun 23 06:46 index.yml
-rw-r--r--.  1 jenkins 1001020000  5727 Jun 23 06:46 policyid.yml
-rw-r--r--.  1 jenkins 1001020000  8959 Jun 23 06:46 policyId.yml
-rw-r--r--.  1 jenkins 1001020000 20949 Jun 23 06:46 thing.yml

./openapi/sources/paths/whoami:
total 4
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1040 Jun 23 06:46 index.yml

./openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  192 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  808 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:46 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 875 Jun 23 06:46 activateTokenIntegration.yml

./openapi/sources/responses:
total 36
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  192 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  606 Jun 23 06:46 dependencyFailed.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  586 Jun 23 06:46 messageTimeout.yml
-rw-r--r--. 1 jenkins 1001020000  574 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:46 preconditionFailed.yml
-rw-r--r--. 1 jenkins 1001020000  559 Jun 23 06:46 successUpdateLogLevelSinglePod.yml
-rw-r--r--. 1 jenkins 1001020000  596 Jun 23 06:46 successUpdateLogLevel.yml

./openapi/sources/schemas:
total 112
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000  192 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000   61 Jun 23 06:46 acknowledgements
-rw-r--r--.  1 jenkins 1001020000  897 Jun 23 06:46 advancedError.yml
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
drwxr-sr-x.  2 jenkins 1001020000  175 Jun 23 06:46 config
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 connections
-rw-r--r--.  1 jenkins 1001020000  573 Jun 23 06:46 definition.yml
drwxr-sr-x.  2 jenkins 1001020000   80 Jun 23 06:46 errors
-rw-r--r--.  1 jenkins 1001020000  803 Jun 23 06:46 error.yml
-rw-r--r--.  1 jenkins 1001020000  649 Jun 23 06:46 featureDefinition.yml
-rw-r--r--.  1 jenkins 1001020000  489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000  481 Jun 23 06:46 featureProperties.yml
drwxr-sr-x.  2 jenkins 1001020000  139 Jun 23 06:46 features
-rw-r--r--.  1 jenkins 1001020000  590 Jun 23 06:46 features.yml
-rw-r--r--.  1 jenkins 1001020000  573 Jun 23 06:46 feature.yml
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 logging
-rw-r--r--.  1 jenkins 1001020000 2283 Jun 23 06:46 newThing.yml
-rw-r--r--.  1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
drwxr-sr-x.  2 jenkins 1001020000   97 Jun 23 06:46 piggyback
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 policies
-rw-r--r--.  1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--.  1 jenkins 1001020000  596 Jun 23 06:46 policyEntry.yml
-rw-r--r--.  1 jenkins 1001020000  505 Jun 23 06:46 policy.yml
-rw-r--r--.  1 jenkins 1001020000  679 Jun 23 06:46 resourceEntryRestricted.yml
-rw-r--r--.  1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--.  1 jenkins 1001020000  785 Jun 23 06:46 resources.yml
drwxr-sr-x.  2 jenkins 1001020000   36 Jun 23 06:46 search
-rw-r--r--.  1 jenkins 1001020000  489 Jun 23 06:46 searchResultThings.yml
-rw-r--r--.  1 jenkins 1001020000  731 Jun 23 06:46 subjectEntry.yml
-rw-r--r--.  1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:46 things
-rw-r--r--.  1 jenkins 1001020000 1768 Jun 23 06:46 thing.yml
drwxr-sr-x.  2 jenkins 1001020000   49 Jun 23 06:46 whoami
-rw-r--r--.  1 jenkins 1001020000  519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--.  1 jenkins 1001020000  657 Jun 23 06:46 whoami.yml
-rw-r--r--.  1 jenkins 1001020000 3662 Jun 23 06:46 wot-thingDescription.yml

./openapi/sources/schemas/acknowledgements:
total 12
drwxr-sr-x.  2 jenkins 1001020000   61 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  595 Jun 23 06:46 acknowledgements.yml
-rw-r--r--.  1 jenkins 1001020000  736 Jun 23 06:46 acknowledgement.yml

./openapi/sources/schemas/config:
total 28
drwxr-sr-x.  2 jenkins 1001020000  175 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  486 Jun 23 06:46 moduleConfigService.yml
-rw-r--r--.  1 jenkins 1001020000  474 Jun 23 06:46 moduleConfig.yml
-rw-r--r--.  1 jenkins 1001020000 1159 Jun 23 06:46 resultConfigService.yml
-rw-r--r--.  1 jenkins 1001020000 1025 Jun 23 06:46 resultConfig.yml
-rw-r--r--.  1 jenkins 1001020000  465 Jun 23 06:46 retrieveConfigService.yml
-rw-r--r--.  1 jenkins 1001020000  457 Jun 23 06:46 retrieveConfig.yml

./openapi/sources/schemas/connections:
total 120
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1130 Jun 23 06:46 connectionLogs.yml
-rw-r--r--.  1 jenkins 1001020000  914 Jun 23 06:46 connectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000 1590 Jun 23 06:46 connectionStatus.yml
-rw-r--r--.  1 jenkins 1001020000  526 Jun 23 06:46 connectionType.yml
-rw-r--r--.  1 jenkins 1001020000  563 Jun 23 06:46 connection.yml
-rw-r--r--.  1 jenkins 1001020000  522 Jun 23 06:46 connectivityStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1075 Jun 23 06:46 inboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  526 Jun 23 06:46 logCategory.yml
-rw-r--r--.  1 jenkins 1001020000 1297 Jun 23 06:46 logEntry.yml
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:46 logLevel.yml
-rw-r--r--.  1 jenkins 1001020000  610 Jun 23 06:46 logType.yml
-rw-r--r--.  1 jenkins 1001020000 1149 Jun 23 06:46 mappingContext.yml
-rw-r--r--.  1 jenkins 1001020000 1547 Jun 23 06:46 newConnection.yml
-rw-r--r--.  1 jenkins 1001020000 1313 Jun 23 06:46 outboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  588 Jun 23 06:46 overallConnectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  624 Jun 23 06:46 payloadMappingDefinitions.yml
-rw-r--r--.  1 jenkins 1001020000 3310 Jun 23 06:46 payloadMappingDefinition.yml
-rw-r--r--.  1 jenkins 1001020000 1125 Jun 23 06:46 resourceStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1180 Jun 23 06:46 singleMetric.yml
-rw-r--r--.  1 jenkins 1001020000  670 Jun 23 06:46 sourceMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  556 Jun 23 06:46 sources.yml
-rw-r--r--.  1 jenkins 1001020000 6935 Jun 23 06:46 source.yml
-rw-r--r--.  1 jenkins 1001020000 2908 Jun 23 06:46 sshTunnel.yml
-rw-r--r--.  1 jenkins 1001020000  675 Jun 23 06:46 targetMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  546 Jun 23 06:46 targets.yml
-rw-r--r--.  1 jenkins 1001020000 3329 Jun 23 06:46 target.yml
-rw-r--r--.  1 jenkins 1001020000  784 Jun 23 06:46 typedMetric.yml

./openapi/sources/schemas/errors:
total 16
drwxr-sr-x.  2 jenkins 1001020000   80 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  897 Jun 23 06:46 advancedError.yml
-rw-r--r--.  1 jenkins 1001020000  803 Jun 23 06:46 error.yml
-rw-r--r--.  1 jenkins 1001020000  453 Jun 23 06:46 textUnauthorizeError.yml

./openapi/sources/schemas/features:
total 24
drwxr-sr-x.  2 jenkins 1001020000  139 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  678 Jun 23 06:46 featureDefinition.yml
-rw-r--r--.  1 jenkins 1001020000  489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000  481 Jun 23 06:46 featureProperties.yml
-rw-r--r--.  1 jenkins 1001020000  590 Jun 23 06:46 features.yml
-rw-r--r--.  1 jenkins 1001020000  573 Jun 23 06:46 feature.yml

./openapi/sources/schemas/logging:
total 36
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  503 Jun 23 06:46 loggingUpdateFields.yml
-rw-r--r--.  1 jenkins 1001020000  498 Jun 23 06:46 moduleUpdatedLogLevel.yml
-rw-r--r--.  1 jenkins 1001020000  481 Jun 23 06:46 module.yml
-rw-r--r--.  1 jenkins 1001020000  890 Jun 23 06:46 resultLoggingConfig.yml
-rw-r--r--.  1 jenkins 1001020000  682 Jun 23 06:46 resultUpdateRequest.yml
-rw-r--r--.  1 jenkins 1001020000  438 Jun 23 06:46 retrieveLoggingConfig.yml
-rw-r--r--.  1 jenkins 1001020000  860 Jun 23 06:46 updatedLogLevel.yml

./openapi/sources/schemas/piggyback:
total 12
drwxr-sr-x.  2 jenkins 1001020000   97 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  701 Jun 23 06:46 basePiggybackCommandRequestSchema.yml
-rw-r--r--.  1 jenkins 1001020000  701 Jun 23 06:46 piggybackManagingBackgroundCleanup.yml

./openapi/sources/schemas/policies:
total 60
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1027 Jun 23 06:46 importable.yml
-rw-r--r--.  1 jenkins 1001020000  527 Jun 23 06:46 newPolicy.yml
-rw-r--r--.  1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--.  1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--.  1 jenkins 1001020000  637 Jun 23 06:46 policyEntry.yml
-rw-r--r--.  1 jenkins 1001020000  791 Jun 23 06:46 policyImports.yml
-rw-r--r--.  1 jenkins 1001020000  981 Jun 23 06:46 policyImport.yml
-rw-r--r--.  1 jenkins 1001020000  669 Jun 23 06:46 policy.yml
-rw-r--r--.  1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--.  1 jenkins 1001020000  888 Jun 23 06:46 resources.yml
-rw-r--r--.  1 jenkins 1001020000 2019 Jun 23 06:46 subjectAnnouncement.yml
-rw-r--r--.  1 jenkins 1001020000 1190 Jun 23 06:46 subjectEntry.yml
-rw-r--r--.  1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml

./openapi/sources/schemas/search:
total 8
drwxr-sr-x.  2 jenkins 1001020000   36 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  499 Jun 23 06:46 searchResultThings.yml

./openapi/sources/schemas/things:
total 24
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--.  1 jenkins 1001020000  602 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000 2328 Jun 23 06:46 newThing.yml
-rw-r--r--.  1 jenkins 1001020000  833 Jun 23 06:46 patchThing.yml
-rw-r--r--.  1 jenkins 1001020000 1737 Jun 23 06:46 thing.yml

./openapi/sources/schemas/whoami:
total 12
drwxr-sr-x.  2 jenkins 1001020000   49 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--.  1 jenkins 1001020000  657 Jun 23 06:46 whoami.yml

./openapi/sources/security:
total 20
drwxr-sr-x. 2 jenkins 1001020000 115 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 192 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:46 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 488 Jun 23 06:46 devOpsBasic.yml
-rw-r--r--. 1 jenkins 1001020000 554 Jun 23 06:46 devOpsBearer.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:46 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:46 nginxBasic.yml

./slides:
total 32
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_05_ditto-introduction-deck
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-20-overview
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-in-20-min
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_10_25-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2022_10_24_eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2022_10_ditto-and-wot
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2023_01_ditto-in-30-min
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29040 Jun 23 06:46 index.html

./slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34156 Jun 23 06:46 index.html

./slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14249 Jun 23 06:46 index.html

./slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15023 Jun 23 06:46 index.html

./slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31939 Jun 23 06:46 index.html

./slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15007 Jun 23 06:46 index.html

./slides/2020_10_19-eclipse-iot-wg-community-day:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16399 Jun 23 06:46 index.html

./slides/2021_05_ditto-introduction-deck:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 30836 Jun 23 06:46 index.html

./slides/2021_06_ditto-20-overview:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16519 Jun 23 06:46 index.html

./slides/2021_06_ditto-in-20-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 21875 Jun 23 06:46 index.html

./slides/2021_10_25-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14949 Jun 23 06:46 index.html

./slides/2022_10_24_eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 13920 Jun 23 06:46 index.html

./slides/2022_10_ditto-and-wot:
total 32
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 25651 Jun 23 06:46 index.html

./slides/2023_01_ditto-in-30-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 23383 Jun 23 06:46 index.html

./slides/bg-images:
total 1344
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg
-rw-r--r--.  1 jenkins 1001020000 478262 Jun 23 06:46 juan-davila-P8PlK2nGwqA-unsplash.jpg

./slides/images:
total 808
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000  12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000  15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000  51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000  84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000  47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000  35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 267438 Jun 23 06:46 ditto-ui-screenshot.png
-rw-r--r--.  1 jenkins 1001020000  36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000   9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000  58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000  20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000  35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000  51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000  17775 Jun 23 06:46 ttn-logo.png
-rw-r--r--.  1 jenkins 1001020000  27392 Jun 23 06:46 wot.png

./wot:
total 36
drwxr-sr-x.  2 jenkins 1001020000   118 Jun 23 06:46 .
drwxr-sr-x. 26 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3764 Jun 23 06:46 ditto-extension.html
-rw-r--r--.  1 jenkins 1001020000  1503 Jun 23 06:46 ditto-extension.jsonld
-rw-r--r--.  1 jenkins 1001020000  2000 Jun 23 06:46 ditto-extension.rdf
-rw-r--r--.  1 jenkins 1001020000  1513 Jun 23 06:46 ditto-extension.ttl
[Pipeline] sh
+ unzip -o ../ditto/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip
Archive:  ../ditto/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip
   creating: architecture/
   creating: pages/
   creating: pages/ditto/
   creating: pages/ditto/protocol/
   creating: pages/ditto/protocol/examples/
   creating: pages/ditto/protocol/examples/connections/
   creating: pages/ditto/protocol/examples/connections/generated/
   creating: pages/ditto/protocol/examples/connections/generated/announcements/
   creating: pages/ditto/protocol/examples/policies/
   creating: pages/ditto/protocol/examples/policies/generated/
   creating: pages/ditto/protocol/examples/policies/generated/announcements/
   creating: pages/ditto/protocol/examples/policies/generated/commands/
   creating: pages/ditto/protocol/examples/policies/generated/commands/modify/
   creating: pages/ditto/protocol/examples/policies/generated/commands/query/
   creating: pages/ditto/protocol/examples/policies/generated/exceptions/
   creating: pages/ditto/protocol/examples/search/
   creating: pages/ditto/protocol/examples/search/generated/
   creating: pages/ditto/protocol/examples/search/generated/commands/
   creating: pages/ditto/protocol/examples/search/generated/events/
   creating: pages/ditto/protocol/examples/search/generated/exceptions/
   creating: pages/ditto/protocol/examples/things/
   creating: pages/ditto/protocol/examples/things/generated/
   creating: pages/ditto/protocol/examples/things/generated/commands/
   creating: pages/ditto/protocol/examples/things/generated/commands/merge/
   creating: pages/ditto/protocol/examples/things/generated/commands/modify/
   creating: pages/ditto/protocol/examples/things/generated/commands/query/
   creating: pages/ditto/protocol/examples/things/generated/events/
   creating: pages/ditto/protocol/examples/things/generated/exceptions/
  inflating: 404.html                
  inflating: advanced-data-by-pass.html  
  inflating: architecture-overview.html  
  inflating: architecture-services-connectivity.html  
  inflating: architecture-services-gateway.html  
  inflating: architecture-services-policies.html  
  inflating: architecture-services-things-search.html  
  inflating: architecture-services-things.html  
  inflating: basic-acknowledgements.html  
  inflating: basic-apis.html         
  inflating: basic-auth.html         
  inflating: basic-changenotifications.html  
  inflating: basic-conditional-requests.html  
  inflating: basic-connections.html  
  inflating: basic-enrichment.html   
  inflating: basic-errors.html       
  inflating: basic-feature.html      
  inflating: basic-history.html      
  inflating: basic-messages.html     
  inflating: basic-metadata.html     
  inflating: basic-namespaces-and-names.html  
  inflating: basic-overview.html     
  inflating: basic-placeholders.html  
  inflating: basic-policy.html       
  inflating: basic-rql.html          
  inflating: basic-search.html       
  inflating: basic-signals-announcement.html  
  inflating: basic-signals-command.html  
  inflating: basic-signals-commandresponse.html  
  inflating: basic-signals-errorresponse.html  
  inflating: basic-signals-event.html  
  inflating: basic-signals.html      
  inflating: basic-thing.html        
  inflating: basic-wot-integration-example.html  
  inflating: basic-wot-integration.html  
  inflating: blog.html               
  inflating: blog_archive.html       
  inflating: client-sdk-java.html    
  inflating: client-sdk-javascript.html  
  inflating: client-sdk-overview.html  
  inflating: connectivity-header-mapping.html  
  inflating: connectivity-hmac-signing.html  
  inflating: connectivity-manage-connections-piggyback.html  
  inflating: connectivity-manage-connections.html  
  inflating: connectivity-mapping.html  
  inflating: connectivity-overview.html  
  inflating: connectivity-protocol-bindings-amqp091.html  
  inflating: connectivity-protocol-bindings-amqp10.html  
  inflating: connectivity-protocol-bindings-hono.html  
  inflating: connectivity-protocol-bindings-http.html  
  inflating: connectivity-protocol-bindings-kafka2.html  
  inflating: connectivity-protocol-bindings-mqtt.html  
  inflating: connectivity-protocol-bindings-mqtt5.html  
  inflating: connectivity-ssh-tunneling.html  
  inflating: connectivity-tls-certificates.html  
  inflating: feed.xml                
  inflating: feedback.html           
  inflating: glossary.html           
  inflating: http-api-doc.html       
  inflating: httpapi-concepts.html   
  inflating: httpapi-messages.html   
  inflating: httpapi-overview.html   
  inflating: httpapi-protocol-bindings-cloudevents.html  
  inflating: httpapi-protocol-bindings-websocket.html  
  inflating: httpapi-search.html     
  inflating: httpapi-sse.html        
  inflating: index.html              
  inflating: installation-building.html  
  inflating: installation-extending.html  
  inflating: installation-operating.html  
  inflating: installation-running.html  
  inflating: intro-digitaltwins.html  
  inflating: intro-hello-world.html  
  inflating: intro-overview.html     
  inflating: presentations.html      
  inflating: protocol-bindings.html  
  inflating: protocol-examples-connections-announcement-closed.html  
  inflating: protocol-examples-connections-announcement-opened.html  
  inflating: protocol-examples-createattribute.html  
  inflating: protocol-examples-createattributes.html  
  inflating: protocol-examples-createdefinition.html  
  inflating: protocol-examples-createdesiredproperties.html  
  inflating: protocol-examples-createdesiredproperty.html  
  inflating: protocol-examples-createfeature.html  
  inflating: protocol-examples-createfeatures.html  
  inflating: protocol-examples-createproperties.html  
  inflating: protocol-examples-createproperty.html  
  inflating: protocol-examples-creatething.html  
  inflating: protocol-examples-createthingdefinition.html  
  inflating: protocol-examples-deleteattribute.html  
  inflating: protocol-examples-deleteattributes.html  
  inflating: css/boxshadowproperties.css  
  inflating: css/customstyles.css    
  inflating: css/modern-business.css  
  inflating: css/printstyles.css     
  inflating: css/swagger.css         
  inflating: css/syntax.css          
  inflating: css/theme-blue.css      
  inflating: css/theme-ditto.css     
  inflating: css/theme-green.css     
  inflating: protocol-examples-deletedefinition.html  
  inflating: protocol-examples-deletedesiredproperties.html  
  inflating: protocol-examples-deletedesiredproperty.html  
  inflating: protocol-examples-deletefeature.html  
  inflating: protocol-examples-deletefeatures.html  
  inflating: protocol-examples-deleteproperties.html  
  inflating: protocol-examples-deleteproperty.html  
  inflating: protocol-examples-deletething.html  
  inflating: protocol-examples-deletethingdefinition.html  
  inflating: protocol-examples-errorresponses.html  
  inflating: protocol-examples-mergeattribute.html  
  inflating: protocol-examples-mergeattributes.html  
  inflating: protocol-examples-mergedesiredproperties.html  
  inflating: protocol-examples-mergedesiredproperty.html  
  inflating: protocol-examples-mergefeature.html  
  inflating: protocol-examples-mergefeaturedefinition.html  
  inflating: protocol-examples-mergefeatures.html  
  inflating: protocol-examples-mergepolicyid.html  
  inflating: protocol-examples-mergeproperties.html  
  inflating: protocol-examples-mergeproperty.html  
  inflating: protocol-examples-mergething.html  
  inflating: protocol-examples-mergethingdefinition.html  
  inflating: protocol-examples-modifyattribute.html  
  inflating: protocol-examples-modifyattributes.html  
  inflating: protocol-examples-modifydefinition.html  
  inflating: protocol-examples-modifydesiredproperties.html  
  inflating: protocol-examples-modifydesiredproperty.html  
  inflating: protocol-examples-modifyfeature.html  
  inflating: protocol-examples-modifyfeatures.html  
  inflating: protocol-examples-modifypolicyid.html  
  inflating: protocol-examples-modifyproperties.html  
  inflating: protocol-examples-modifyproperty.html  
  inflating: protocol-examples-modifything.html  
  inflating: protocol-examples-modifythingdefinition.html  
  inflating: protocol-examples-policies-announcement-subjectDeletion.html  
  inflating: protocol-examples-policies-createpolicy.html  
  inflating: protocol-examples-policies-createpolicyentry.html  
  inflating: protocol-examples-policies-createresource.html  
  inflating: protocol-examples-policies-createsubject.html  
  inflating: protocol-examples-policies-deleteimport.html  
  inflating: protocol-examples-policies-deletepolicy.html  
  inflating: protocol-examples-policies-deletepolicyentry.html  
  inflating: protocol-examples-policies-deleteresource.html  
  inflating: protocol-examples-policies-deletesubject.html  
  inflating: protocol-examples-policies-errorresponses.html  
  inflating: protocol-examples-policies-modifyimport.html  
  inflating: protocol-examples-policies-modifyimports.html  
  inflating: protocol-examples-policies-modifypolicy.html  
  inflating: protocol-examples-policies-modifypolicyentries.html  
  inflating: protocol-examples-policies-modifypolicyentry.html  
  inflating: protocol-examples-policies-modifyresource.html  
  inflating: protocol-examples-policies-modifyresources.html  
  inflating: protocol-examples-policies-modifysubject.html  
  inflating: protocol-examples-policies-modifysubjects.html  
  inflating: protocol-examples-policies-retrieveimport.html  
  inflating: protocol-examples-policies-retrieveimports.html  
  inflating: protocol-examples-policies-retrievepolicy.html  
  inflating: protocol-examples-policies-retrievepolicyentries.html  
  inflating: protocol-examples-policies-retrievepolicyentry.html  
  inflating: protocol-examples-policies-retrieveresource.html  
  inflating: protocol-examples-policies-retrieveresources.html  
  inflating: protocol-examples-policies-retrievesubject.html  
  inflating: protocol-examples-policies-retrievesubjects.html  
  inflating: protocol-examples-retrieveattribute.html  
  inflating: protocol-examples-retrieveattributes.html  
  inflating: protocol-examples-retrievedefinition.html  
  inflating: protocol-examples-retrievedesiredproperties.html  
  inflating: protocol-examples-retrievedesiredproperty.html  
  inflating: protocol-examples.html  
  inflating: protocol-examples-retrievefeature.html  
  inflating: protocol-examples-retrievefeatures.html  
  inflating: protocol-examples-retrieveproperties.html  
  inflating: protocol-examples-retrieveproperty.html  
  inflating: protocol-examples-retrievething.html  
  inflating: protocol-examples-retrievethingdefinition.html  
  inflating: protocol-examples-retrievethings.html  
  inflating: protocol-examples-search.html  
  inflating: protocol-overview.html  
  inflating: protocol-specification-acks.html  
  inflating: protocol-specification-connections-announcement.html  
  inflating: protocol-specification-connections.html  
  inflating: protocol-specification-errors.html  
  inflating: protocol-specification-policies-announcement.html  
  inflating: protocol-specification-policies-create-or-modify.html  
  inflating: protocol-specification-policies-delete.html  
  inflating: protocol-specification-policies-retrieve.html  
  inflating: protocol-specification-policies.html  
  inflating: protocol-specification-streaming-subscription.html  
  inflating: protocol-specification-things-create-or-modify.html  
  inflating: protocol-specification-things-delete.html  
  inflating: protocol-specification-things-merge.html  
  inflating: protocol-specification-things-messages.html  
  inflating: protocol-specification-things-retrieve.html  
  inflating: protocol-specification-things-search.html  
  inflating: protocol-specification-things.html  
  inflating: protocol-specification-topic.html  
  inflating: protocol-specification.html  
  inflating: protocol-twinlive.html  
  inflating: release_notes_010-M1.html  
  inflating: release_notes_010-M3.html  
  inflating: release_notes_020-M1.html  
  inflating: release_notes_030-M1.html  
  inflating: release_notes_030-M2.html  
  inflating: release_notes_080.html  
  inflating: release_notes_080-M1.html  
  inflating: release_notes_080-M2.html  
  inflating: release_notes_080-M3.html  
  inflating: release_notes_090.html  
  inflating: release_notes_090-M1.html  
  inflating: release_notes_090-M2.html  
  inflating: release_notes_100.html  
  inflating: release_notes_100-M1a.html  
  inflating: release_notes_100-M2.html  
  inflating: release_notes_110.html  
  inflating: release_notes_111.html  
  inflating: release_notes_112.html  
  inflating: release_notes_113.html  
  inflating: release_notes_115.html  
  inflating: release_notes_120.html  
  inflating: release_notes_121.html  
  inflating: release_notes_130.html  
  inflating: release_notes_140.html  
  inflating: release_notes_150.html  
  inflating: release_notes_151.html  
  inflating: release_notes_200.html  
  inflating: release_notes_201.html  
  inflating: release_notes_210.html  
  inflating: release_notes_211.html  
  inflating: release_notes_212.html  
  inflating: release_notes_213.html  
  inflating: release_notes_220.html  
  inflating: release_notes_221.html  
  inflating: release_notes_222.html  
  inflating: release_notes_230.html  
  inflating: release_notes_231.html  
  inflating: release_notes_232.html  
  inflating: release_notes_240.html  
  inflating: release_notes_241.html  
  inflating: release_notes_242.html  
  inflating: release_notes_300.html  
  inflating: release_notes_310.html  
  inflating: release_notes_311.html  
  inflating: release_notes_312.html  
  inflating: release_notes_320.html  
  inflating: release_notes_321.html  
  inflating: release_notes_330.html  
  inflating: sandbox.html            
  inflating: search.json             
  inflating: sitemap.xml             
  inflating: tag_advanced.html       
  inflating: tag_architecture.html   
  inflating: tag_blog.html           
  inflating: tag_client_sdk.html     
  inflating: tag_connectivity.html   
  inflating: tag_getting_started.html  
  inflating: tag_history.html        
  inflating: tag_http.html           
  inflating: tag_installation.html   
  inflating: tag_model.html          
  inflating: tag_news.html           
  inflating: tag_protocol.html       
  inflating: tag_release_notes.html  
  inflating: tag_rql.html            
  inflating: tag_search.html         
  inflating: tag_signal.html         
  inflating: tag_troubleshooting.html  
  inflating: tag_wot.html            
  inflating: user-interface.html     
  inflating: robots.txt              
  inflating: Gemfile                 
  inflating: Gemfile.lock            
  inflating: architecture/DADR-0001-record-architecture-decisions.md  
  inflating: architecture/DADR-0002-replace-akka-pubsub-for-event-publishing.md  
  inflating: architecture/DADR-0003-do-not-interrupt-threads.md  
  inflating: architecture/DADR-0004-signal-enrichment.md  
  inflating: architecture/DADR-0005-semantic-versioning.md  
  inflating: architecture/DADR-0006-merge-payload.md  
  inflating: architecture/DADR-0007-concierge-removal.md  
  inflating: architecture/DADR-0008-wildcard-search-index.md  
  inflating: docson/LICENSE          
  inflating: docson/README.md        
  inflating: docson/bower.json       
  inflating: docson/css/docson.css   
  inflating: docson/docson-swagger.js  
  inflating: docson/docson.js        
  inflating: docson/index.html       
  inflating: docson/lib/handlebars.js  
  inflating: docson/lib/highlight.js  
  inflating: docson/lib/jquery.js    
  inflating: docson/lib/jsonpointer.js  
  inflating: docson/lib/marked.js    
  inflating: docson/lib/require.js   
  inflating: docson/lib/traverse.js  
  inflating: docson/templates/box.html  
  inflating: docson/templates/signature.html  
  inflating: docson/widget.js        
  inflating: files/migration_mongodb_0.8.0-M2_0.8.0-M3.js  
  inflating: files/migration_mongodb_1.0.0.js  
  inflating: google459c4cca88b3ce46.html  
  inflating: images/2020-04-16-Logo_TTVC_color.png  
  inflating: images/GitHub-Mark-Light-32px.png  
  inflating: images/blog/2018-05-02-ditto-hono-digital-twin.png  
  inflating: images/blog/2018-09-21-selective-push-notifications-example-setup.png  
  inflating: images/blog/2018-09-21-selective-push-notifications-visual-comparison.png  
  inflating: images/blog/2018-09-21-selective-push-notifications-websocket_org.png  
  inflating: images/blog/2018-12-14-command-and-control.png  
  inflating: images/blog/2021-03-22-azure-iot-hub-integration-overview.png  
  inflating: images/blog/2021-04-06-ssh-tunnel-for-managed-connections-shema.png  
  inflating: images/ditto-overview-1.png  
  inflating: images/ditto-overview-1.svg  
  inflating: images/ditto-super-1.png  
  inflating: images/ditto-super-1.svg  
  inflating: images/ditto.svg        
  inflating: images/ditto_allwhite_symbolonly.svg  
  inflating: images/ditto_allwhite_textonly.svg  
  inflating: images/ditto_symbolonly.svg  
  inflating: images/ditto_textonly.svg  
  inflating: images/eclipse_foundation_logo.svg  
  inflating: images/favicon-16x16.png  
  inflating: images/favicon-32x32.png  
  inflating: images/favicon-96x96.png  
  inflating: images/iot_logo.svg     
  inflating: images/pages/advanced/data-by-pass-architectural-design.jpg  
  inflating: images/pages/architecture/context-overview-initial.png  
  inflating: images/pages/architecture/context-overview.png  
  inflating: images/pages/architecture/ditto-architecture-overview-2022.png  
  inflating: images/pages/basic/ditto-class-diagram-v2.png  
  inflating: images/pages/basic/ditto-messages.png  
  inflating: images/pages/basic/ditto-thing-feature-definition-model.png  
  inflating: images/pages/basic/ditto-thing-feature.png  
  inflating: images/pages/basic/policy-example-2.png  
  inflating: images/pages/basic/policy-example.png  
  inflating: images/pages/protocol/ditto-live-channel.png  
  inflating: images/pages/protocol/ditto-twin-channel.png  
  inflating: images/pages/ui/screenshot_add_environment.png  
  inflating: images/pages/ui/screenshot_introduction.png  
  inflating: images/pages/ui/screenshot_select_environment.png  
  inflating: js/customscripts.js     
  inflating: js/toc.js               
  inflating: jsonschema/connection.json  
  inflating: jsonschema/error.json   
  inflating: jsonschema/feature_v2.json  
  inflating: jsonschema/piggyback-command.json  
  inflating: jsonschema/policy.json  
  inflating: jsonschema/protocol-ack.json  
  inflating: jsonschema/protocol-acks.json  
  inflating: jsonschema/protocol-announcement.json  
  inflating: jsonschema/protocol-envelope.json  
  inflating: jsonschema/protocol-error_response.json  
  inflating: jsonschema/protocol-response.json  
  inflating: jsonschema/protocol-search-failed-payload.json  
  inflating: jsonschema/protocol-search-next-payload.json  
  inflating: jsonschema/protocol-search-request-payload.json  
  inflating: jsonschema/protocol-search-subscribe-payload.json  
  inflating: jsonschema/protocol-search-subscriptionid.json  
  inflating: jsonschema/protocol-streaming-subscription-failed-payload.json  
  inflating: jsonschema/protocol-streaming-subscription-next-payload.json  
  inflating: jsonschema/protocol-streaming-subscription-request-payload.json  
  inflating: jsonschema/protocol-streaming-subscription-subscribe-for-persisted-events-payload.json  
  inflating: jsonschema/protocol-streaming-subscriptionid.json  
  inflating: jsonschema/thing_v2.json  
  inflating: openapi/README.md       
  inflating: openapi/ditto-api-2.yml  
  inflating: openapi/sources/api-2-index.yml  
  inflating: openapi/sources/package-lock.json  
  inflating: openapi/sources/package.json  
  inflating: openapi/sources/parameters/allowPolicyLockoutParam.yml  
  inflating: openapi/sources/parameters/attributePathPathParam.yml  
  inflating: openapi/sources/parameters/attributesFieldsQueryParam.yml  
  inflating: openapi/sources/parameters/channelParam.yml  
  inflating: openapi/sources/parameters/channelParamPutDescription.yml  
  inflating: openapi/sources/parameters/conditionParam.yml  
  inflating: openapi/sources/parameters/connectionFieldsQueryParam.yml  
  inflating: openapi/sources/parameters/connectionIdPathParam.yml  
  inflating: openapi/sources/parameters/deleteMetadataParam.yml  
  inflating: openapi/sources/parameters/desiredPropertiesFieldsQueryParam.yml  
  inflating: openapi/sources/parameters/featureFieldsQueryParam.yml  
  inflating: openapi/sources/parameters/featureIdPathPathParam.yml  
  inflating: openapi/sources/parameters/featuresFieldsQueryParam.yml  
  inflating: openapi/sources/parameters/getMetadataParam.yml  
  inflating: openapi/sources/parameters/ifEqualHeaderParam.yml  
  inflating: openapi/sources/parameters/ifMatchHeaderParam.yml  
  inflating: openapi/sources/parameters/ifMatchHeaderParamHash.yml  
  inflating: openapi/sources/parameters/ifNoneMatchHeaderParam.yml  
  inflating: openapi/sources/parameters/importedPolicyIdPathParam.yml  
  inflating: openapi/sources/parameters/instanceIndexParam.yml  
  inflating: openapi/sources/parameters/labelPathParam.yml  
  inflating: openapi/sources/parameters/liveChannelConditionParam.yml  
  inflating: openapi/sources/parameters/liveChannelTimeoutStrategyParam.yml  
  inflating: openapi/sources/parameters/liveMessageRequestedAcksParam.yml  
  inflating: openapi/sources/parameters/loggingFieldsQueryParam.yml  
  inflating: openapi/sources/parameters/messageClaimTimeoutParam.yml  
  inflating: openapi/sources/parameters/messageSubjectPathParam.yml  
  inflating: openapi/sources/parameters/messageTimeoutParam.yml  
  inflating: openapi/sources/parameters/moduleNamePathParam.yml  
  inflating: openapi/sources/parameters/namePodParam.yml  
  inflating: openapi/sources/parameters/namespaceParameter.yml  
  inflating: openapi/sources/parameters/namespacesFilter.yml  
  inflating: openapi/sources/parameters/pathParam.yml  
  inflating: openapi/sources/parameters/policyFieldsQueryParam.yml  
  inflating: openapi/sources/parameters/policyIdPathParam.yml  
  inflating: openapi/sources/parameters/propertiesFieldsQueryParam.yml  
  inflating: openapi/sources/parameters/propertyPathPathParam.yml  
  inflating: openapi/sources/parameters/putMetadataParam.yml  
  inflating: openapi/sources/parameters/requestedAcksParam.yml  
  inflating: openapi/sources/parameters/resourcePathPathParam.yml  
  inflating: openapi/sources/parameters/responseRequiredParam.yml  
  inflating: openapi/sources/parameters/searchFilter.yml  
  inflating: openapi/sources/parameters/serviceNameParam.yml  
  inflating: openapi/sources/parameters/subjectIdPathParam.yml  
  inflating: openapi/sources/parameters/thingFieldsQueryParam.yml  
  inflating: openapi/sources/parameters/thingIdPathParam.yml  
  inflating: openapi/sources/parameters/timeoutParam.yml  
  inflating: openapi/sources/paths/cloudevents/cloudevents.yml  
  inflating: openapi/sources/paths/config/config.yml  
  inflating: openapi/sources/paths/config/podName.yml  
  inflating: openapi/sources/paths/connections/command.yml  
  inflating: openapi/sources/paths/connections/connectionId.yml  
  inflating: openapi/sources/paths/connections/connections.yml  
  inflating: openapi/sources/paths/connections/logs.yml  
  inflating: openapi/sources/paths/connections/metrics.yml  
  inflating: openapi/sources/paths/connections/status.yml  
  inflating: openapi/sources/paths/features/definition.yml  
  inflating: openapi/sources/paths/features/desiredProperties.yml  
  inflating: openapi/sources/paths/features/desiredProperty.yml  
  inflating: openapi/sources/paths/features/feature.yml  
  inflating: openapi/sources/paths/features/index.yml  
  inflating: openapi/sources/paths/features/properties.yml  
  inflating: openapi/sources/paths/features/property.yml  
  inflating: openapi/sources/paths/logging/logging.yml  
  inflating: openapi/sources/paths/logging/moduleName.yml  
  inflating: openapi/sources/paths/messages/feature-inbox-message.yml  
  inflating: openapi/sources/paths/messages/feature-outbox-message.yml  
  inflating: openapi/sources/paths/messages/inbox-claim.yml  
  inflating: openapi/sources/paths/messages/inbox-message.yml  
  inflating: openapi/sources/paths/messages/outbox-message.yml  
  inflating: openapi/sources/paths/piggyback/instanceIndex.yml  
  inflating: openapi/sources/paths/piggyback/piggyback.yml  
  inflating: openapi/sources/paths/piggyback/serviceName.yml  
  inflating: openapi/sources/paths/policies/activateTokenIntegration.yml  
  inflating: openapi/sources/paths/policies/activateTokenIntegrationForEntry.yml  
  inflating: openapi/sources/paths/policies/deactivateTokenIntegration.yml  
  inflating: openapi/sources/paths/policies/deactivateTokenIntegrationForEntry.yml  
  inflating: openapi/sources/paths/policies/entries.yml  
  inflating: openapi/sources/paths/policies/entry.yml  
  inflating: openapi/sources/paths/policies/import.yml  
  inflating: openapi/sources/paths/policies/imports.yml  
  inflating: openapi/sources/paths/policies/policy.yml  
  inflating: openapi/sources/paths/policies/resource.yml  
  inflating: openapi/sources/paths/policies/resources.yml  
  inflating: openapi/sources/paths/policies/subject.yml  
  inflating: openapi/sources/paths/policies/subjects.yml  
  inflating: openapi/sources/paths/search/things-count.yml  
  inflating: openapi/sources/paths/search/things.yml  
  inflating: openapi/sources/paths/things/attribute.yml  
  inflating: openapi/sources/paths/things/attributes.yml  
  inflating: openapi/sources/paths/things/definition.yml  
  inflating: openapi/sources/paths/things/index.yml  
  inflating: openapi/sources/paths/things/policyId.yml  
  inflating: openapi/sources/paths/things/thing.yml  
  inflating: openapi/sources/paths/whoami/index.yml  
  inflating: openapi/sources/requests/attributes.yml  
  inflating: openapi/sources/requests/definition.yml  
  inflating: openapi/sources/requests/dittoProtocol.yml  
  inflating: openapi/sources/requests/patchValue.yml  
  inflating: openapi/sources/requests/payload.yml  
  inflating: openapi/sources/requests/policies/actions/activateTokenIntegration.yml  
  inflating: openapi/sources/requests/value.yml  
  inflating: openapi/sources/responses/dependencyFailed.yml  
  inflating: openapi/sources/responses/entityTooLarge.yml  
  inflating: openapi/sources/responses/messageTooLarge.yml  
  inflating: openapi/sources/responses/notModified.yml  
  inflating: openapi/sources/responses/preconditionFailed.yml  
  inflating: openapi/sources/responses/successUpdateLogLevel.yml  
  inflating: openapi/sources/responses/successUpdateLogLevelSinglePod.yml  
  inflating: openapi/sources/schemas/acknowledgements/acknowledgement.yml  
  inflating: openapi/sources/schemas/acknowledgements/acknowledgements.yml  
  inflating: openapi/sources/schemas/config/moduleConfig.yml  
  inflating: openapi/sources/schemas/config/moduleConfigService.yml  
  inflating: openapi/sources/schemas/config/resultConfig.yml  
  inflating: openapi/sources/schemas/config/resultConfigService.yml  
  inflating: openapi/sources/schemas/config/retrieveConfig.yml  
  inflating: openapi/sources/schemas/config/retrieveConfigService.yml  
  inflating: openapi/sources/schemas/connections/connection.yml  
  inflating: openapi/sources/schemas/connections/connectionLogs.yml  
  inflating: openapi/sources/schemas/connections/connectionMetrics.yml  
  inflating: openapi/sources/schemas/connections/connectionStatus.yml  
  inflating: openapi/sources/schemas/connections/connectionType.yml  
  inflating: openapi/sources/schemas/connections/connectivityStatus.yml  
  inflating: openapi/sources/schemas/connections/inboundMetrics.yml  
  inflating: openapi/sources/schemas/connections/logCategory.yml  
  inflating: openapi/sources/schemas/connections/logEntry.yml  
  inflating: openapi/sources/schemas/connections/logLevel.yml  
  inflating: openapi/sources/schemas/connections/logType.yml  
  inflating: openapi/sources/schemas/connections/mappingContext.yml  
  inflating: openapi/sources/schemas/connections/newConnection.yml  
  inflating: openapi/sources/schemas/connections/outboundMetrics.yml  
  inflating: openapi/sources/schemas/connections/overallConnectionMetrics.yml  
  inflating: openapi/sources/schemas/connections/payloadMappingDefinition.yml  
  inflating: openapi/sources/schemas/connections/payloadMappingDefinitions.yml  
  inflating: openapi/sources/schemas/connections/resourceStatus.yml  
  inflating: openapi/sources/schemas/connections/singleMetric.yml  
  inflating: openapi/sources/schemas/connections/source.yml  
  inflating: openapi/sources/schemas/connections/sourceMetrics.yml  
  inflating: openapi/sources/schemas/connections/sources.yml  
  inflating: openapi/sources/schemas/connections/sshTunnel.yml  
  inflating: openapi/sources/schemas/connections/target.yml  
  inflating: openapi/sources/schemas/connections/targetMetrics.yml  
  inflating: openapi/sources/schemas/connections/targets.yml  
  inflating: openapi/sources/schemas/connections/typedMetric.yml  
  inflating: openapi/sources/schemas/errors/advancedError.yml  
  inflating: openapi/sources/schemas/errors/error.yml  
  inflating: openapi/sources/schemas/errors/textUnauthorizeError.yml  
  inflating: openapi/sources/schemas/features/feature.yml  
  inflating: openapi/sources/schemas/features/featureDefinition.yml  
  inflating: openapi/sources/schemas/features/featureDesiredProperties.yml  
  inflating: openapi/sources/schemas/features/featureProperties.yml  
  inflating: openapi/sources/schemas/features/features.yml  
  inflating: openapi/sources/schemas/logging/loggingUpdateFields.yml  
  inflating: openapi/sources/schemas/logging/module.yml  
  inflating: openapi/sources/schemas/logging/moduleUpdatedLogLevel.yml  
  inflating: openapi/sources/schemas/logging/resultLoggingConfig.yml  
  inflating: openapi/sources/schemas/logging/resultUpdateRequest.yml  
  inflating: openapi/sources/schemas/logging/retrieveLoggingConfig.yml  
  inflating: openapi/sources/schemas/logging/updatedLogLevel.yml  
  inflating: openapi/sources/schemas/piggyback/basePiggybackCommandRequestSchema.yml  
  inflating: openapi/sources/schemas/piggyback/piggybackManagingBackgroundCleanup.yml  
  inflating: openapi/sources/schemas/policies/importable.yml  
  inflating: openapi/sources/schemas/policies/newPolicy.yml  
  inflating: openapi/sources/schemas/policies/permission.yml  
  inflating: openapi/sources/schemas/policies/policy.yml  
  inflating: openapi/sources/schemas/policies/policyEntries.yml  
  inflating: openapi/sources/schemas/policies/policyEntry.yml  
  inflating: openapi/sources/schemas/policies/policyImport.yml  
  inflating: openapi/sources/schemas/policies/policyImports.yml  
  inflating: openapi/sources/schemas/policies/resourceEntry.yml  
  inflating: openapi/sources/schemas/policies/resources.yml  
  inflating: openapi/sources/schemas/policies/subjectAnnouncement.yml  
  inflating: openapi/sources/schemas/policies/subjectEntry.yml  
  inflating: openapi/sources/schemas/policies/subjects.yml  
  inflating: openapi/sources/schemas/search/searchResultThings.yml  
  inflating: openapi/sources/schemas/things/attributes.yml  
  inflating: openapi/sources/schemas/things/definition.yml  
  inflating: openapi/sources/schemas/things/newThing.yml  
  inflating: openapi/sources/schemas/things/patchThing.yml  
  inflating: openapi/sources/schemas/things/thing.yml  
  inflating: openapi/sources/schemas/whoami/whoami.yml  
  inflating: openapi/sources/schemas/whoami/whoamiSubject.yml  
  inflating: openapi/sources/schemas/wot-thingDescription.yml  
  inflating: openapi/sources/security/bearerAuth.yml  
  inflating: openapi/sources/security/devOpsBasic.yml  
  inflating: openapi/sources/security/devOpsBearer.yml  
  inflating: openapi/sources/security/google.yml  
  inflating: openapi/sources/security/nginxBasic.yml  
  inflating: pages/ditto/protocol/examples/connections/generated/announcements/closedConnection.md  
  inflating: pages/ditto/protocol/examples/connections/generated/announcements/openedConnection.md  
  inflating: pages/ditto/protocol/examples/policies/generated/announcements/subjectDeletion.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/createpolicy.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/createpolicyresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deleteimport.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deleteimportresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicy.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicyentry.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicyentryresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicyresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deleteresource.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deleteresourceresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deletesubject.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deletesubjectresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimport.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimportresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimportresponsecreated.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimports.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimportsresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicy.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentries.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentriesresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentry.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentryresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentryresponsecreated.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyresponsecreated.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresource.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresourceresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresourceresponsecreated.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresources.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresourcesresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubject.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjectresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjectresponsecreated.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjects.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjectsresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrieveimport.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrieveimportresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrieveimports.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrieveimportsresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicy-withfieldselector.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicy.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentries.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentriesresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentry.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentryresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresource.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresourceresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresources.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresourcesresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubject.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubjectresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubjects.md  
  inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubjectsresponse.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_invalid.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_modificationinvalid.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_notfound.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_notmodifiable.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_id_invalid.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_conflict.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_modificationinvalid.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_notfound.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_notmodifiable.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_toomanymodifyingrequests.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_unavailable.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_resource_notfound.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_resource_notmodifiable.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_resources_notfound.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_resources_notmodifiable.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_subject_notfound.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_subject_notmodifiable.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_subjectid_invalid.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_subjects_notfound.md  
  inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_subjects_notmodifiable.md  
  inflating: pages/ditto/protocol/examples/search/generated/commands/cancel-subscription-command.md  
  inflating: pages/ditto/protocol/examples/search/generated/commands/create-subscription-command.md  
  inflating: pages/ditto/protocol/examples/search/generated/commands/request-subscription-command.md  
  inflating: pages/ditto/protocol/examples/search/generated/events/subscription-complete-event.md  
  inflating: pages/ditto/protocol/examples/search/generated/events/subscription-created-event.md  
  inflating: pages/ditto/protocol/examples/search/generated/events/subscription-failed-event.md  
  inflating: pages/ditto/protocol/examples/search/generated/events/subscription-has-next-event.md  
  inflating: pages/ditto/protocol/examples/search/generated/exceptions/thing-search_search_option_invalid.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergeattribute.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergeattributeresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergeattributes.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergeattributesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattribute.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattributeresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattributes.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattributesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeature.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedefinition.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedefinitionresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredproperties.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredpropertiesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredproperty.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredpropertyresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatureproperties.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturepropertiesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatureproperty.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturepropertyresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatureresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatures.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletethingdefinition.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletethingdefinitionresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeature.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedefinition.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedefinitionresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredproperties.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredpropertiesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredproperty.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredpropertyresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatureproperties.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturepropertiesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatureproperty.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturepropertyresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatureresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatures.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergepolicyid.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergepolicyidresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergething.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergethingdefinition.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergethingdefinitionresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergethingresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/creatething.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/createthingalternatives.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/createthingresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deleteattribute.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deleteattributeresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deleteattributes.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deleteattributesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeature.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedefinition.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedefinitionresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredproperties.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredpropertiesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredproperty.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredpropertyresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatureproperties.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturepropertiesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatureproperty.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturepropertyresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatureresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatures.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletething.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletethingdefinition.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletethingdefinitionresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletethingresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyattribute.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributeresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributeresponsecreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributes.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributesresponsecreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeature.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedefinition.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedefinitionresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedefinitionresponsecreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredproperties.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertiesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertiesresponsecreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredproperty.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertyresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertyresponsecreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureproperties.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertiesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertiesresponsecreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureproperty.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertyresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertyresponsecreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureresponsecreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatures.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturesresponsecreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifypolicyid.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifypolicyidresponsecreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifypolicyidresponsemodified.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifything.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifythingalternatives.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifythingdefinition.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifythingdefinitionresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifythingdefinitionresponsecreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifythingresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifythingresponsecreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrieveattribute.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributeresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributes-selectedfields.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributes.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeature.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedefinition.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedefinitionresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredproperties-selectedfields.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredproperties.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredpropertiesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredproperty.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredpropertyresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureproperties-selectedfields.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureproperties.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturepropertiesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureproperty.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturepropertyresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatures.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturesresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievepolicyid.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievepolicyidresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievething-withfieldselector.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievething-withsnapshotrevision.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievething.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievethingdefinition.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievethingdefinitionresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievethingresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievethings-withfieldselector.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievethings.md  
  inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievethingsresponse.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/attributecreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/attributedeleted.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/attributemodified.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/attributescreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/attributesdeleted.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/attributesmodified.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featurecreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featuredefinitioncreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featuredefinitiondeleted.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featuredefinitionmodified.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featuredeleted.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertiescreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertiesdeleted.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertiesmodified.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertycreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertydeleted.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertymodified.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featuremodified.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featurepropertiescreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featurepropertiesdeleted.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featurepropertiesmodified.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featurepropertycreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featurepropertydeleted.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featurepropertymodified.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featurescreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featuresdeleted.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/featuresmodified.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergedattribute.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergedattributes.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeleteattribute.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeleteattributes.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeletefeature.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeletefeaturedefinition.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeletefeaturedesiredproperties.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeletefeaturedesiredproperty.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeletefeatureproperties.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeletefeatureproperty.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeletefeatures.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeletethingdefinition.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergedfeature.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergedfeaturedefinition.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergedfeaturedesiredproperties.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergedfeaturedesiredproperty.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergedfeatureproperties.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergedfeatureproperty.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergedfeatures.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergedpolicyid.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergedthing.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/mergedthingdefinition.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/policyidcreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/policyidmodified.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/thingcreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/thingdefinitioncreated.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/thingdefinitiondeleted.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/thingdefinitionmodified.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/thingdeleted.md  
  inflating: pages/ditto/protocol/examples/things/generated/events/thingmodified.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_attribute_notfound.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_attribute_notmodifiable.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_attributes_notfound.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_attributes_notmodifiable.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_empty.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_identifier_invalid.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_notfound.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_notmodifiable.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_properties_notfound.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_properties_notmodifiable.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_property_notfound.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_property_notmodifiable.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_notfound.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_notmodifiable.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_properties_notfound.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_properties_notmodifiable.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_property_notfound.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_property_notmodifiable.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_features_notfound.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_features_notmodifiable.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_id_invalid.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_id_notdeletable.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_id_notsettable.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_policyId_notallowed.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_policyId_notdeletable.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_policyId_notmodifiable.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_policy_notallowed.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_thing_conflict.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notcreatable.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notdeletable.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notfound.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notmodifiable.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_thing_toomanymodifyingrequests.md  
  inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_thing_unavailable.md  
  inflating: slides/2018_02_07-virtualiot-meetup/index.html  
  inflating: slides/2018_05_23-meetup-iot-hessen/index.html  
  inflating: slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg/index.html  
  inflating: slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg/index.html  
  inflating: slides/2020_04_16-ttn-virtual-conference/index.html  
  inflating: slides/2020_07_28-iot-wg-status-update/index.html  
  inflating: slides/2020_10_19-eclipse-iot-wg-community-day/index.html  
  inflating: slides/2021_05_ditto-introduction-deck/index.html  
  inflating: slides/2021_06_ditto-20-overview/index.html  
  inflating: slides/2021_06_ditto-in-20-min/index.html  
  inflating: slides/2021_10_25-eclipse-iot-wg-community-day/index.html  
  inflating: slides/2022_10_24_eclipse-iot-wg-community-day/index.html  
  inflating: slides/2022_10_ditto-and-wot/index.html  
  inflating: slides/2023_01_ditto-in-30-min/index.html  
  inflating: slides/bg-images/background-cloud-small.jpg  
  inflating: slides/bg-images/background-conclusion-small.jpg  
  inflating: slides/bg-images/background-demo-small.jpg  
  inflating: slides/bg-images/background-eagle-small.jpg  
  inflating: slides/bg-images/background-framework-small.jpg  
  inflating: slides/bg-images/background-outlook-small.jpg  
  inflating: slides/bg-images/background-twin-small.jpg  
  inflating: slides/bg-images/juan-davila-P8PlK2nGwqA-unsplash.jpg  
  inflating: slides/images/Javascript_badge.svg  
  inflating: slides/images/asset-admin-shell.png  
  inflating: slides/images/bosch-iot-things-2020.png  
  inflating: slides/images/bosch-iot-things.png  
  inflating: slides/images/ditto-in-action-2019.png  
  inflating: slides/images/ditto-in-action-2020.png  
  inflating: slides/images/ditto-in-action.png  
  inflating: slides/images/ditto-orchestration-examples.png  
  inflating: slides/images/ditto-ui-screenshot.png  
  inflating: slides/images/eclipse_iot_logo.png  
  inflating: slides/images/meme-dino.jpg  
  inflating: slides/images/thjaeckle_400x400.jpg  
  inflating: slides/images/ttn-ditto-via-mqtt.png  
  inflating: slides/images/ttn-hono-ditto.png  
  inflating: slides/images/ttn-logo.png  
  inflating: slides/images/wot.png   
  inflating: wot/ditto-extension.html  
  inflating: wot/ditto-extension.jsonld  
  inflating: wot/ditto-extension.rdf  
  inflating: wot/ditto-extension.ttl  
  inflating: 2017-11-10-welcome-to-ditto.html  
  inflating: 2017-12-18-milestone-announcement-010-M1.html  
  inflating: 2018-01-12-milestone-announcement-010-M3.html  
  inflating: 2018-01-15-example-demonstrating-rest-to-websocket.html  
  inflating: 2018-02-07-milestone-announcement-020-M1.html  
  inflating: 2018-02-08-feature-definition.html  
  inflating: 2018-04-25-connectivity-service.html  
  inflating: 2018-04-26-milestone-announcement-030-M1.html  
  inflating: 2018-05-02-connecting-ditto-hono.html  
  inflating: 2018-06-15-milestone-announcement-030-M2.html  
  inflating: 2018-08-14-milestone-announcement-080-M1.html  
  inflating: 2018-09-21-selective-push-notifications.html  
  inflating: 2018-09-27-milestone-announcement-080-M2.html  
  inflating: 2018-10-16-example-mqtt-bidirectional.html  
  inflating: 2018-11-14-milestone-announcement-080-M3.html  
  inflating: 2018-11-28-release-announcement-080.html  
  inflating: 2018-12-05-example-command-and-control.html  
  inflating: 2019-03-13-kafka-connectivity.html  
  inflating: 2019-03-28-milestone-announcement-090-M1.html  
  inflating: 2019-04-29-milestone-announcement-090-M2.html  
  inflating: 2019-07-10-release-announcement-090.html  
  inflating: 2019-08-28-openid-connect.html  
  inflating: 2019-09-17-milestone-announcement-100-M1a.html  
  inflating: 2019-10-17-http-connectivity.html  
  inflating: 2019-11-04-milestone-announcement-100-M2.html  
  inflating: 2019-12-12-release-announcement-100.html  
  inflating: 2020-04-16-connecting-to-ttn-via-mqtt.html  
  inflating: 2020-04-29-release-announcement-110.html  
  inflating: 2020-08-31-release-announcement-120.html  
  inflating: 2020-09-30-release-announcement-130.html  
  inflating: 2020-10-08-asynchronous-client-creation.html  
  inflating: 2020-10-23-end-2-end-acknowledgment.html  
  inflating: 2020-10-28-release-announcement-140.html  
  inflating: 2020-11-11-desired-properties.html  
  inflating: 2020-11-16-weak-acknowledgements.html  
  inflating: 2020-12-10-release-announcement-150.html  
  inflating: 2021-01-22-policy-subject-activate-token-integration.html  
  inflating: 2021-02-04-merge-feature.html  
  inflating: 2021-03-22-azure-iot-hub-integration.html  
  inflating: 2021-03-31-ssh-tunneling-for-managed-connections.html  
  inflating: 2021-05-06-release-announcement-200.html  
  inflating: 2021-06-17-hmac-credentials.html  
  inflating: 2021-09-23-conditional-requests.html  
  inflating: 2021-09-27-release-announcement-210.html  
  inflating: 2021-09-29-kafka-connectivity.html  
  inflating: 2021-11-03-oauth2.html  
  inflating: 2021-11-22-release-announcement-220.html  
  inflating: 2021-12-20-http-live-channel.html  
  inflating: 2021-12-22-live-channel-condition.html  
  inflating: 2022-01-21-release-announcement-230.html  
  inflating: 2022-03-03-wot-integration.html  
  inflating: 2022-04-14-release-announcement-240.html  
  inflating: 2022-07-12-reactive-mqtt.html  
  inflating: 2022-09-28-release-announcement-300.html  
  inflating: 2022-11-04-live-message-conditions.html  
  inflating: 2022-12-16-release-announcement-310.html  
  inflating: 2023-03-08-release-announcement-320.html  
  inflating: 2023-06-23-release-announcement-330.html  
[Pipeline] sh
+ unzip -o ../ditto-release-3.3/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip -d 3.3
Archive:  ../ditto-release-3.3/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip
   creating: 3.3/css/
   creating: 3.3/architecture/
   creating: 3.3/docson/
   creating: 3.3/docson/css/
   creating: 3.3/docson/lib/
   creating: 3.3/docson/templates/
   creating: 3.3/files/
   creating: 3.3/images/
   creating: 3.3/images/blog/
   creating: 3.3/images/pages/
   creating: 3.3/images/pages/advanced/
   creating: 3.3/images/pages/architecture/
   creating: 3.3/images/pages/basic/
   creating: 3.3/images/pages/protocol/
   creating: 3.3/images/pages/ui/
   creating: 3.3/js/
   creating: 3.3/jsonschema/
   creating: 3.3/openapi/
   creating: 3.3/openapi/sources/
   creating: 3.3/openapi/sources/parameters/
   creating: 3.3/openapi/sources/paths/
   creating: 3.3/openapi/sources/paths/cloudevents/
   creating: 3.3/openapi/sources/paths/config/
   creating: 3.3/openapi/sources/paths/connections/
   creating: 3.3/openapi/sources/paths/features/
   creating: 3.3/openapi/sources/paths/logging/
   creating: 3.3/openapi/sources/paths/messages/
   creating: 3.3/openapi/sources/paths/piggyback/
   creating: 3.3/openapi/sources/paths/policies/
   creating: 3.3/openapi/sources/paths/search/
   creating: 3.3/openapi/sources/paths/things/
   creating: 3.3/openapi/sources/paths/whoami/
   creating: 3.3/openapi/sources/requests/
   creating: 3.3/openapi/sources/requests/policies/
   creating: 3.3/openapi/sources/requests/policies/actions/
   creating: 3.3/openapi/sources/responses/
   creating: 3.3/openapi/sources/schemas/
   creating: 3.3/openapi/sources/schemas/acknowledgements/
   creating: 3.3/openapi/sources/schemas/config/
   creating: 3.3/openapi/sources/schemas/connections/
   creating: 3.3/openapi/sources/schemas/errors/
   creating: 3.3/openapi/sources/schemas/features/
   creating: 3.3/openapi/sources/schemas/logging/
   creating: 3.3/openapi/sources/schemas/piggyback/
   creating: 3.3/openapi/sources/schemas/policies/
   creating: 3.3/openapi/sources/schemas/search/
   creating: 3.3/openapi/sources/schemas/things/
   creating: 3.3/openapi/sources/schemas/whoami/
   creating: 3.3/openapi/sources/security/
   creating: 3.3/pages/
   creating: 3.3/pages/ditto/
   creating: 3.3/pages/ditto/protocol/
   creating: 3.3/pages/ditto/protocol/examples/
   creating: 3.3/pages/ditto/protocol/examples/connections/
   creating: 3.3/pages/ditto/protocol/examples/connections/generated/
   creating: 3.3/pages/ditto/protocol/examples/connections/generated/announcements/
   creating: 3.3/pages/ditto/protocol/examples/policies/
   creating: 3.3/pages/ditto/protocol/examples/policies/generated/
   creating: 3.3/pages/ditto/protocol/examples/policies/generated/announcements/
   creating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/
   creating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/
   creating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/
   creating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/
   creating: 3.3/pages/ditto/protocol/examples/search/
   creating: 3.3/pages/ditto/protocol/examples/search/generated/
   creating: 3.3/pages/ditto/protocol/examples/search/generated/commands/
   creating: 3.3/pages/ditto/protocol/examples/search/generated/events/
   creating: 3.3/pages/ditto/protocol/examples/search/generated/exceptions/
   creating: 3.3/pages/ditto/protocol/examples/things/
   creating: 3.3/pages/ditto/protocol/examples/things/generated/
   creating: 3.3/pages/ditto/protocol/examples/things/generated/commands/
   creating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/
   creating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/
   creating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/
   creating: 3.3/pages/ditto/protocol/examples/things/generated/events/
   creating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/
   creating: 3.3/slides/
   creating: 3.3/slides/2018_02_07-virtualiot-meetup/
   creating: 3.3/slides/2018_05_23-meetup-iot-hessen/
   creating: 3.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg/
   creating: 3.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg/
   creating: 3.3/slides/2020_04_16-ttn-virtual-conference/
   creating: 3.3/slides/2020_07_28-iot-wg-status-update/
   creating: 3.3/slides/2020_10_19-eclipse-iot-wg-community-day/
   creating: 3.3/slides/2021_05_ditto-introduction-deck/
   creating: 3.3/slides/2021_06_ditto-20-overview/
   creating: 3.3/slides/2021_06_ditto-in-20-min/
   creating: 3.3/slides/2021_10_25-eclipse-iot-wg-community-day/
   creating: 3.3/slides/2022_10_24_eclipse-iot-wg-community-day/
   creating: 3.3/slides/2022_10_ditto-and-wot/
   creating: 3.3/slides/2023_01_ditto-in-30-min/
   creating: 3.3/slides/bg-images/
   creating: 3.3/slides/images/
   creating: 3.3/wot/
  inflating: 3.3/404.html            
  inflating: 3.3/advanced-data-by-pass.html  
  inflating: 3.3/architecture-overview.html  
  inflating: 3.3/architecture-services-connectivity.html  
  inflating: 3.3/architecture-services-gateway.html  
  inflating: 3.3/architecture-services-policies.html  
  inflating: 3.3/architecture-services-things-search.html  
  inflating: 3.3/architecture-services-things.html  
  inflating: 3.3/basic-acknowledgements.html  
  inflating: 3.3/basic-apis.html     
  inflating: 3.3/basic-auth.html     
  inflating: 3.3/basic-changenotifications.html  
  inflating: 3.3/basic-conditional-requests.html  
  inflating: 3.3/basic-connections.html  
  inflating: 3.3/basic-enrichment.html  
  inflating: 3.3/basic-errors.html   
  inflating: 3.3/basic-feature.html  
  inflating: 3.3/basic-history.html  
  inflating: 3.3/basic-messages.html  
  inflating: 3.3/basic-metadata.html  
  inflating: 3.3/basic-namespaces-and-names.html  
  inflating: 3.3/basic-overview.html  
  inflating: 3.3/basic-placeholders.html  
  inflating: 3.3/basic-policy.html   
  inflating: 3.3/basic-rql.html      
  inflating: 3.3/basic-search.html   
  inflating: 3.3/basic-signals-announcement.html  
  inflating: 3.3/basic-signals-command.html  
  inflating: 3.3/basic-signals-commandresponse.html  
  inflating: 3.3/basic-signals-errorresponse.html  
  inflating: 3.3/basic-signals-event.html  
  inflating: 3.3/basic-signals.html  
  inflating: 3.3/basic-thing.html    
  inflating: 3.3/basic-wot-integration-example.html  
  inflating: 3.3/basic-wot-integration.html  
  inflating: 3.3/blog.html           
  inflating: 3.3/blog_archive.html   
  inflating: 3.3/client-sdk-java.html  
  inflating: 3.3/client-sdk-javascript.html  
  inflating: 3.3/client-sdk-overview.html  
  inflating: 3.3/connectivity-header-mapping.html  
  inflating: 3.3/connectivity-hmac-signing.html  
  inflating: 3.3/connectivity-manage-connections-piggyback.html  
  inflating: 3.3/connectivity-manage-connections.html  
  inflating: 3.3/connectivity-mapping.html  
  inflating: 3.3/connectivity-overview.html  
  inflating: 3.3/connectivity-protocol-bindings-amqp091.html  
  inflating: 3.3/connectivity-protocol-bindings-amqp10.html  
  inflating: 3.3/connectivity-protocol-bindings-hono.html  
  inflating: 3.3/connectivity-protocol-bindings-http.html  
  inflating: 3.3/connectivity-protocol-bindings-kafka2.html  
  inflating: 3.3/connectivity-protocol-bindings-mqtt.html  
  inflating: 3.3/connectivity-protocol-bindings-mqtt5.html  
  inflating: 3.3/connectivity-ssh-tunneling.html  
  inflating: 3.3/connectivity-tls-certificates.html  
  inflating: 3.3/feed.xml            
  inflating: 3.3/feedback.html       
  inflating: 3.3/glossary.html       
  inflating: 3.3/http-api-doc.html   
  inflating: 3.3/httpapi-concepts.html  
  inflating: 3.3/httpapi-messages.html  
  inflating: 3.3/httpapi-overview.html  
  inflating: 3.3/httpapi-protocol-bindings-cloudevents.html  
  inflating: 3.3/httpapi-protocol-bindings-websocket.html  
  inflating: 3.3/httpapi-search.html  
  inflating: 3.3/httpapi-sse.html    
  inflating: 3.3/index.html          
  inflating: 3.3/installation-building.html  
  inflating: 3.3/installation-extending.html  
  inflating: 3.3/installation-operating.html  
  inflating: 3.3/installation-running.html  
  inflating: 3.3/intro-digitaltwins.html  
  inflating: 3.3/intro-hello-world.html  
  inflating: 3.3/intro-overview.html  
  inflating: 3.3/presentations.html  
  inflating: 3.3/protocol-bindings.html  
  inflating: 3.3/protocol-examples-connections-announcement-closed.html  
  inflating: 3.3/protocol-examples-connections-announcement-opened.html  
  inflating: 3.3/protocol-examples-createattribute.html  
  inflating: 3.3/protocol-examples-createattributes.html  
  inflating: 3.3/protocol-examples-createdefinition.html  
  inflating: 3.3/protocol-examples-createdesiredproperties.html  
  inflating: 3.3/protocol-examples-createdesiredproperty.html  
  inflating: 3.3/protocol-examples-createfeature.html  
  inflating: 3.3/protocol-examples-createfeatures.html  
  inflating: 3.3/protocol-examples-createproperties.html  
  inflating: 3.3/protocol-examples-createproperty.html  
  inflating: 3.3/protocol-examples-creatething.html  
  inflating: 3.3/protocol-examples-createthingdefinition.html  
  inflating: 3.3/protocol-examples-deleteattribute.html  
  inflating: 3.3/protocol-examples-deleteattributes.html  
  inflating: 3.3/css/boxshadowproperties.css  
  inflating: 3.3/css/customstyles.css  
  inflating: 3.3/css/modern-business.css  
  inflating: 3.3/css/printstyles.css  
  inflating: 3.3/css/swagger.css     
  inflating: 3.3/css/syntax.css      
  inflating: 3.3/css/theme-blue.css  
  inflating: 3.3/css/theme-ditto.css  
  inflating: 3.3/css/theme-green.css  
  inflating: 3.3/protocol-examples-deletedefinition.html  
  inflating: 3.3/protocol-examples-deletedesiredproperties.html  
  inflating: 3.3/protocol-examples-deletedesiredproperty.html  
  inflating: 3.3/protocol-examples-deletefeature.html  
  inflating: 3.3/protocol-examples-deletefeatures.html  
  inflating: 3.3/protocol-examples-deleteproperties.html  
  inflating: 3.3/protocol-examples-deleteproperty.html  
  inflating: 3.3/protocol-examples-deletething.html  
  inflating: 3.3/protocol-examples-deletethingdefinition.html  
  inflating: 3.3/protocol-examples-errorresponses.html  
  inflating: 3.3/protocol-examples-mergeattribute.html  
  inflating: 3.3/protocol-examples-mergeattributes.html  
  inflating: 3.3/protocol-examples-mergedesiredproperties.html  
  inflating: 3.3/protocol-examples-mergedesiredproperty.html  
  inflating: 3.3/protocol-examples-mergefeature.html  
  inflating: 3.3/protocol-examples-mergefeaturedefinition.html  
  inflating: 3.3/protocol-examples-mergefeatures.html  
  inflating: 3.3/protocol-examples-mergepolicyid.html  
  inflating: 3.3/protocol-examples-mergeproperties.html  
  inflating: 3.3/protocol-examples-mergeproperty.html  
  inflating: 3.3/protocol-examples-mergething.html  
  inflating: 3.3/protocol-examples-mergethingdefinition.html  
  inflating: 3.3/protocol-examples-modifyattribute.html  
  inflating: 3.3/protocol-examples-modifyattributes.html  
  inflating: 3.3/protocol-examples-modifydefinition.html  
  inflating: 3.3/protocol-examples-modifydesiredproperties.html  
  inflating: 3.3/protocol-examples-modifydesiredproperty.html  
  inflating: 3.3/protocol-examples-modifyfeature.html  
  inflating: 3.3/protocol-examples-modifyfeatures.html  
  inflating: 3.3/protocol-examples-modifypolicyid.html  
  inflating: 3.3/protocol-examples-modifyproperties.html  
  inflating: 3.3/protocol-examples-modifyproperty.html  
  inflating: 3.3/protocol-examples-modifything.html  
  inflating: 3.3/protocol-examples-modifythingdefinition.html  
  inflating: 3.3/protocol-examples-policies-announcement-subjectDeletion.html  
  inflating: 3.3/protocol-examples-policies-createpolicy.html  
  inflating: 3.3/protocol-examples-policies-createpolicyentry.html  
  inflating: 3.3/protocol-examples-policies-createresource.html  
  inflating: 3.3/protocol-examples-policies-createsubject.html  
  inflating: 3.3/protocol-examples-policies-deleteimport.html  
  inflating: 3.3/protocol-examples-policies-deletepolicy.html  
  inflating: 3.3/protocol-examples-policies-deletepolicyentry.html  
  inflating: 3.3/protocol-examples-policies-deleteresource.html  
  inflating: 3.3/protocol-examples-policies-deletesubject.html  
  inflating: 3.3/protocol-examples-policies-errorresponses.html  
  inflating: 3.3/protocol-examples-policies-modifyimport.html  
  inflating: 3.3/protocol-examples-policies-modifyimports.html  
  inflating: 3.3/protocol-examples-policies-modifypolicy.html  
  inflating: 3.3/protocol-examples-policies-modifypolicyentries.html  
  inflating: 3.3/protocol-examples-policies-modifypolicyentry.html  
  inflating: 3.3/protocol-examples-policies-modifyresource.html  
  inflating: 3.3/protocol-examples-policies-modifyresources.html  
  inflating: 3.3/protocol-examples-policies-modifysubject.html  
  inflating: 3.3/protocol-examples-policies-modifysubjects.html  
  inflating: 3.3/protocol-examples-policies-retrieveimport.html  
  inflating: 3.3/protocol-examples-policies-retrieveimports.html  
  inflating: 3.3/protocol-examples-policies-retrievepolicy.html  
  inflating: 3.3/protocol-examples-policies-retrievepolicyentries.html  
  inflating: 3.3/protocol-examples-policies-retrievepolicyentry.html  
  inflating: 3.3/protocol-examples-policies-retrieveresource.html  
  inflating: 3.3/protocol-examples-policies-retrieveresources.html  
  inflating: 3.3/protocol-examples-policies-retrievesubject.html  
  inflating: 3.3/protocol-examples-policies-retrievesubjects.html  
  inflating: 3.3/protocol-examples-retrieveattribute.html  
  inflating: 3.3/protocol-examples-retrieveattributes.html  
  inflating: 3.3/protocol-examples-retrievedefinition.html  
  inflating: 3.3/protocol-examples-retrievedesiredproperties.html  
  inflating: 3.3/protocol-examples-retrievedesiredproperty.html  
  inflating: 3.3/protocol-examples.html  
  inflating: 3.3/protocol-examples-retrievefeature.html  
  inflating: 3.3/protocol-examples-retrievefeatures.html  
  inflating: 3.3/protocol-examples-retrieveproperties.html  
  inflating: 3.3/protocol-examples-retrieveproperty.html  
  inflating: 3.3/protocol-examples-retrievething.html  
  inflating: 3.3/protocol-examples-retrievethingdefinition.html  
  inflating: 3.3/protocol-examples-retrievethings.html  
  inflating: 3.3/protocol-examples-search.html  
  inflating: 3.3/protocol-overview.html  
  inflating: 3.3/protocol-specification-acks.html  
  inflating: 3.3/protocol-specification-connections-announcement.html  
  inflating: 3.3/protocol-specification-connections.html  
  inflating: 3.3/protocol-specification-errors.html  
  inflating: 3.3/protocol-specification-policies-announcement.html  
  inflating: 3.3/protocol-specification-policies-create-or-modify.html  
  inflating: 3.3/protocol-specification-policies-delete.html  
  inflating: 3.3/protocol-specification-policies-retrieve.html  
  inflating: 3.3/protocol-specification-policies.html  
  inflating: 3.3/protocol-specification-streaming-subscription.html  
  inflating: 3.3/protocol-specification-things-create-or-modify.html  
  inflating: 3.3/protocol-specification-things-delete.html  
  inflating: 3.3/protocol-specification-things-merge.html  
  inflating: 3.3/protocol-specification-things-messages.html  
  inflating: 3.3/protocol-specification-things-retrieve.html  
  inflating: 3.3/protocol-specification-things-search.html  
  inflating: 3.3/protocol-specification-things.html  
  inflating: 3.3/protocol-specification-topic.html  
  inflating: 3.3/protocol-specification.html  
  inflating: 3.3/protocol-twinlive.html  
  inflating: 3.3/release_notes_010-M1.html  
  inflating: 3.3/release_notes_010-M3.html  
  inflating: 3.3/release_notes_020-M1.html  
  inflating: 3.3/release_notes_030-M1.html  
  inflating: 3.3/release_notes_030-M2.html  
  inflating: 3.3/release_notes_080.html  
  inflating: 3.3/release_notes_080-M1.html  
  inflating: 3.3/release_notes_080-M2.html  
  inflating: 3.3/release_notes_080-M3.html  
  inflating: 3.3/release_notes_090.html  
  inflating: 3.3/release_notes_090-M1.html  
  inflating: 3.3/release_notes_090-M2.html  
  inflating: 3.3/release_notes_100.html  
  inflating: 3.3/release_notes_100-M1a.html  
  inflating: 3.3/release_notes_100-M2.html  
  inflating: 3.3/release_notes_110.html  
  inflating: 3.3/release_notes_111.html  
  inflating: 3.3/release_notes_112.html  
  inflating: 3.3/release_notes_113.html  
  inflating: 3.3/release_notes_115.html  
  inflating: 3.3/release_notes_120.html  
  inflating: 3.3/release_notes_121.html  
  inflating: 3.3/release_notes_130.html  
  inflating: 3.3/release_notes_140.html  
  inflating: 3.3/release_notes_150.html  
  inflating: 3.3/release_notes_151.html  
  inflating: 3.3/release_notes_200.html  
  inflating: 3.3/release_notes_201.html  
  inflating: 3.3/release_notes_210.html  
  inflating: 3.3/release_notes_211.html  
  inflating: 3.3/release_notes_212.html  
  inflating: 3.3/release_notes_213.html  
  inflating: 3.3/release_notes_220.html  
  inflating: 3.3/release_notes_221.html  
  inflating: 3.3/release_notes_222.html  
  inflating: 3.3/release_notes_230.html  
  inflating: 3.3/release_notes_231.html  
  inflating: 3.3/release_notes_232.html  
  inflating: 3.3/release_notes_240.html  
  inflating: 3.3/release_notes_241.html  
  inflating: 3.3/release_notes_242.html  
  inflating: 3.3/release_notes_300.html  
  inflating: 3.3/release_notes_310.html  
  inflating: 3.3/release_notes_311.html  
  inflating: 3.3/release_notes_312.html  
  inflating: 3.3/release_notes_320.html  
  inflating: 3.3/release_notes_321.html  
  inflating: 3.3/release_notes_330.html  
  inflating: 3.3/sandbox.html        
  inflating: 3.3/search.json         
  inflating: 3.3/sitemap.xml         
  inflating: 3.3/tag_advanced.html   
  inflating: 3.3/tag_architecture.html  
  inflating: 3.3/tag_blog.html       
  inflating: 3.3/tag_client_sdk.html  
  inflating: 3.3/tag_connectivity.html  
  inflating: 3.3/tag_getting_started.html  
  inflating: 3.3/tag_history.html    
  inflating: 3.3/tag_http.html       
  inflating: 3.3/tag_installation.html  
  inflating: 3.3/tag_model.html      
  inflating: 3.3/tag_news.html       
  inflating: 3.3/tag_protocol.html   
  inflating: 3.3/tag_release_notes.html  
  inflating: 3.3/tag_rql.html        
  inflating: 3.3/tag_search.html     
  inflating: 3.3/tag_signal.html     
  inflating: 3.3/tag_troubleshooting.html  
  inflating: 3.3/tag_wot.html        
  inflating: 3.3/user-interface.html  
  inflating: 3.3/robots.txt          
  inflating: 3.3/Gemfile             
  inflating: 3.3/Gemfile.lock        
  inflating: 3.3/architecture/DADR-0001-record-architecture-decisions.md  
  inflating: 3.3/architecture/DADR-0002-replace-akka-pubsub-for-event-publishing.md  
  inflating: 3.3/architecture/DADR-0003-do-not-interrupt-threads.md  
  inflating: 3.3/architecture/DADR-0004-signal-enrichment.md  
  inflating: 3.3/architecture/DADR-0005-semantic-versioning.md  
  inflating: 3.3/architecture/DADR-0006-merge-payload.md  
  inflating: 3.3/architecture/DADR-0007-concierge-removal.md  
  inflating: 3.3/architecture/DADR-0008-wildcard-search-index.md  
  inflating: 3.3/docson/LICENSE      
  inflating: 3.3/docson/README.md    
  inflating: 3.3/docson/bower.json   
  inflating: 3.3/docson/css/docson.css  
  inflating: 3.3/docson/docson-swagger.js  
  inflating: 3.3/docson/docson.js    
  inflating: 3.3/docson/index.html   
  inflating: 3.3/docson/lib/handlebars.js  
  inflating: 3.3/docson/lib/highlight.js  
  inflating: 3.3/docson/lib/jquery.js  
  inflating: 3.3/docson/lib/jsonpointer.js  
  inflating: 3.3/docson/lib/marked.js  
  inflating: 3.3/docson/lib/require.js  
  inflating: 3.3/docson/lib/traverse.js  
  inflating: 3.3/docson/templates/box.html  
  inflating: 3.3/docson/templates/signature.html  
  inflating: 3.3/docson/widget.js    
  inflating: 3.3/files/migration_mongodb_0.8.0-M2_0.8.0-M3.js  
  inflating: 3.3/files/migration_mongodb_1.0.0.js  
  inflating: 3.3/google459c4cca88b3ce46.html  
  inflating: 3.3/images/2020-04-16-Logo_TTVC_color.png  
  inflating: 3.3/images/GitHub-Mark-Light-32px.png  
  inflating: 3.3/images/blog/2018-05-02-ditto-hono-digital-twin.png  
  inflating: 3.3/images/blog/2018-09-21-selective-push-notifications-example-setup.png  
  inflating: 3.3/images/blog/2018-09-21-selective-push-notifications-visual-comparison.png  
  inflating: 3.3/images/blog/2018-09-21-selective-push-notifications-websocket_org.png  
  inflating: 3.3/images/blog/2018-12-14-command-and-control.png  
  inflating: 3.3/images/blog/2021-03-22-azure-iot-hub-integration-overview.png  
  inflating: 3.3/images/blog/2021-04-06-ssh-tunnel-for-managed-connections-shema.png  
  inflating: 3.3/images/ditto-overview-1.png  
  inflating: 3.3/images/ditto-overview-1.svg  
  inflating: 3.3/images/ditto-super-1.png  
  inflating: 3.3/images/ditto-super-1.svg  
  inflating: 3.3/images/ditto.svg    
  inflating: 3.3/images/ditto_allwhite_symbolonly.svg  
  inflating: 3.3/images/ditto_allwhite_textonly.svg  
  inflating: 3.3/images/ditto_symbolonly.svg  
  inflating: 3.3/images/ditto_textonly.svg  
  inflating: 3.3/images/eclipse_foundation_logo.svg  
  inflating: 3.3/images/favicon-16x16.png  
  inflating: 3.3/images/favicon-32x32.png  
  inflating: 3.3/images/favicon-96x96.png  
  inflating: 3.3/images/iot_logo.svg  
  inflating: 3.3/images/pages/advanced/data-by-pass-architectural-design.jpg  
  inflating: 3.3/images/pages/architecture/context-overview-initial.png  
  inflating: 3.3/images/pages/architecture/context-overview.png  
  inflating: 3.3/images/pages/architecture/ditto-architecture-overview-2022.png  
  inflating: 3.3/images/pages/basic/ditto-class-diagram-v2.png  
  inflating: 3.3/images/pages/basic/ditto-messages.png  
  inflating: 3.3/images/pages/basic/ditto-thing-feature-definition-model.png  
  inflating: 3.3/images/pages/basic/ditto-thing-feature.png  
  inflating: 3.3/images/pages/basic/policy-example-2.png  
  inflating: 3.3/images/pages/basic/policy-example.png  
  inflating: 3.3/images/pages/protocol/ditto-live-channel.png  
  inflating: 3.3/images/pages/protocol/ditto-twin-channel.png  
  inflating: 3.3/images/pages/ui/screenshot_add_environment.png  
  inflating: 3.3/images/pages/ui/screenshot_introduction.png  
  inflating: 3.3/images/pages/ui/screenshot_select_environment.png  
  inflating: 3.3/js/customscripts.js  
  inflating: 3.3/js/toc.js           
  inflating: 3.3/jsonschema/connection.json  
  inflating: 3.3/jsonschema/error.json  
  inflating: 3.3/jsonschema/feature_v2.json  
  inflating: 3.3/jsonschema/piggyback-command.json  
  inflating: 3.3/jsonschema/policy.json  
  inflating: 3.3/jsonschema/protocol-ack.json  
  inflating: 3.3/jsonschema/protocol-acks.json  
  inflating: 3.3/jsonschema/protocol-announcement.json  
  inflating: 3.3/jsonschema/protocol-envelope.json  
  inflating: 3.3/jsonschema/protocol-error_response.json  
  inflating: 3.3/jsonschema/protocol-response.json  
  inflating: 3.3/jsonschema/protocol-search-failed-payload.json  
  inflating: 3.3/jsonschema/protocol-search-next-payload.json  
  inflating: 3.3/jsonschema/protocol-search-request-payload.json  
  inflating: 3.3/jsonschema/protocol-search-subscribe-payload.json  
  inflating: 3.3/jsonschema/protocol-search-subscriptionid.json  
  inflating: 3.3/jsonschema/protocol-streaming-subscription-failed-payload.json  
  inflating: 3.3/jsonschema/protocol-streaming-subscription-next-payload.json  
  inflating: 3.3/jsonschema/protocol-streaming-subscription-request-payload.json  
  inflating: 3.3/jsonschema/protocol-streaming-subscription-subscribe-for-persisted-events-payload.json  
  inflating: 3.3/jsonschema/protocol-streaming-subscriptionid.json  
  inflating: 3.3/jsonschema/thing_v2.json  
  inflating: 3.3/openapi/README.md   
  inflating: 3.3/openapi/ditto-api-2.yml  
  inflating: 3.3/openapi/sources/api-2-index.yml  
  inflating: 3.3/openapi/sources/package-lock.json  
  inflating: 3.3/openapi/sources/package.json  
  inflating: 3.3/openapi/sources/parameters/allowPolicyLockoutParam.yml  
  inflating: 3.3/openapi/sources/parameters/attributePathPathParam.yml  
  inflating: 3.3/openapi/sources/parameters/attributesFieldsQueryParam.yml  
  inflating: 3.3/openapi/sources/parameters/channelParam.yml  
  inflating: 3.3/openapi/sources/parameters/channelParamPutDescription.yml  
  inflating: 3.3/openapi/sources/parameters/conditionParam.yml  
  inflating: 3.3/openapi/sources/parameters/connectionFieldsQueryParam.yml  
  inflating: 3.3/openapi/sources/parameters/connectionIdPathParam.yml  
  inflating: 3.3/openapi/sources/parameters/deleteMetadataParam.yml  
  inflating: 3.3/openapi/sources/parameters/desiredPropertiesFieldsQueryParam.yml  
  inflating: 3.3/openapi/sources/parameters/featureFieldsQueryParam.yml  
  inflating: 3.3/openapi/sources/parameters/featureIdPathPathParam.yml  
  inflating: 3.3/openapi/sources/parameters/featuresFieldsQueryParam.yml  
  inflating: 3.3/openapi/sources/parameters/getMetadataParam.yml  
  inflating: 3.3/openapi/sources/parameters/ifEqualHeaderParam.yml  
  inflating: 3.3/openapi/sources/parameters/ifMatchHeaderParam.yml  
  inflating: 3.3/openapi/sources/parameters/ifMatchHeaderParamHash.yml  
  inflating: 3.3/openapi/sources/parameters/ifNoneMatchHeaderParam.yml  
  inflating: 3.3/openapi/sources/parameters/importedPolicyIdPathParam.yml  
  inflating: 3.3/openapi/sources/parameters/instanceIndexParam.yml  
  inflating: 3.3/openapi/sources/parameters/labelPathParam.yml  
  inflating: 3.3/openapi/sources/parameters/liveChannelConditionParam.yml  
  inflating: 3.3/openapi/sources/parameters/liveChannelTimeoutStrategyParam.yml  
  inflating: 3.3/openapi/sources/parameters/liveMessageRequestedAcksParam.yml  
  inflating: 3.3/openapi/sources/parameters/loggingFieldsQueryParam.yml  
  inflating: 3.3/openapi/sources/parameters/messageClaimTimeoutParam.yml  
  inflating: 3.3/openapi/sources/parameters/messageSubjectPathParam.yml  
  inflating: 3.3/openapi/sources/parameters/messageTimeoutParam.yml  
  inflating: 3.3/openapi/sources/parameters/moduleNamePathParam.yml  
  inflating: 3.3/openapi/sources/parameters/namePodParam.yml  
  inflating: 3.3/openapi/sources/parameters/namespaceParameter.yml  
  inflating: 3.3/openapi/sources/parameters/namespacesFilter.yml  
  inflating: 3.3/openapi/sources/parameters/pathParam.yml  
  inflating: 3.3/openapi/sources/parameters/policyFieldsQueryParam.yml  
  inflating: 3.3/openapi/sources/parameters/policyIdPathParam.yml  
  inflating: 3.3/openapi/sources/parameters/propertiesFieldsQueryParam.yml  
  inflating: 3.3/openapi/sources/parameters/propertyPathPathParam.yml  
  inflating: 3.3/openapi/sources/parameters/putMetadataParam.yml  
  inflating: 3.3/openapi/sources/parameters/requestedAcksParam.yml  
  inflating: 3.3/openapi/sources/parameters/resourcePathPathParam.yml  
  inflating: 3.3/openapi/sources/parameters/responseRequiredParam.yml  
  inflating: 3.3/openapi/sources/parameters/searchFilter.yml  
  inflating: 3.3/openapi/sources/parameters/serviceNameParam.yml  
  inflating: 3.3/openapi/sources/parameters/subjectIdPathParam.yml  
  inflating: 3.3/openapi/sources/parameters/thingFieldsQueryParam.yml  
  inflating: 3.3/openapi/sources/parameters/thingIdPathParam.yml  
  inflating: 3.3/openapi/sources/parameters/timeoutParam.yml  
  inflating: 3.3/openapi/sources/paths/cloudevents/cloudevents.yml  
  inflating: 3.3/openapi/sources/paths/config/config.yml  
  inflating: 3.3/openapi/sources/paths/config/podName.yml  
  inflating: 3.3/openapi/sources/paths/connections/command.yml  
  inflating: 3.3/openapi/sources/paths/connections/connectionId.yml  
  inflating: 3.3/openapi/sources/paths/connections/connections.yml  
  inflating: 3.3/openapi/sources/paths/connections/logs.yml  
  inflating: 3.3/openapi/sources/paths/connections/metrics.yml  
  inflating: 3.3/openapi/sources/paths/connections/status.yml  
  inflating: 3.3/openapi/sources/paths/features/definition.yml  
  inflating: 3.3/openapi/sources/paths/features/desiredProperties.yml  
  inflating: 3.3/openapi/sources/paths/features/desiredProperty.yml  
  inflating: 3.3/openapi/sources/paths/features/feature.yml  
  inflating: 3.3/openapi/sources/paths/features/index.yml  
  inflating: 3.3/openapi/sources/paths/features/properties.yml  
  inflating: 3.3/openapi/sources/paths/features/property.yml  
  inflating: 3.3/openapi/sources/paths/logging/logging.yml  
  inflating: 3.3/openapi/sources/paths/logging/moduleName.yml  
  inflating: 3.3/openapi/sources/paths/messages/feature-inbox-message.yml  
  inflating: 3.3/openapi/sources/paths/messages/feature-outbox-message.yml  
  inflating: 3.3/openapi/sources/paths/messages/inbox-claim.yml  
  inflating: 3.3/openapi/sources/paths/messages/inbox-message.yml  
  inflating: 3.3/openapi/sources/paths/messages/outbox-message.yml  
  inflating: 3.3/openapi/sources/paths/piggyback/instanceIndex.yml  
  inflating: 3.3/openapi/sources/paths/piggyback/piggyback.yml  
  inflating: 3.3/openapi/sources/paths/piggyback/serviceName.yml  
  inflating: 3.3/openapi/sources/paths/policies/activateTokenIntegration.yml  
  inflating: 3.3/openapi/sources/paths/policies/activateTokenIntegrationForEntry.yml  
  inflating: 3.3/openapi/sources/paths/policies/deactivateTokenIntegration.yml  
  inflating: 3.3/openapi/sources/paths/policies/deactivateTokenIntegrationForEntry.yml  
  inflating: 3.3/openapi/sources/paths/policies/entries.yml  
  inflating: 3.3/openapi/sources/paths/policies/entry.yml  
  inflating: 3.3/openapi/sources/paths/policies/import.yml  
  inflating: 3.3/openapi/sources/paths/policies/imports.yml  
  inflating: 3.3/openapi/sources/paths/policies/policy.yml  
  inflating: 3.3/openapi/sources/paths/policies/resource.yml  
  inflating: 3.3/openapi/sources/paths/policies/resources.yml  
  inflating: 3.3/openapi/sources/paths/policies/subject.yml  
  inflating: 3.3/openapi/sources/paths/policies/subjects.yml  
  inflating: 3.3/openapi/sources/paths/search/things-count.yml  
  inflating: 3.3/openapi/sources/paths/search/things.yml  
  inflating: 3.3/openapi/sources/paths/things/attribute.yml  
  inflating: 3.3/openapi/sources/paths/things/attributes.yml  
  inflating: 3.3/openapi/sources/paths/things/definition.yml  
  inflating: 3.3/openapi/sources/paths/things/index.yml  
  inflating: 3.3/openapi/sources/paths/things/policyId.yml  
  inflating: 3.3/openapi/sources/paths/things/thing.yml  
  inflating: 3.3/openapi/sources/paths/whoami/index.yml  
  inflating: 3.3/openapi/sources/requests/attributes.yml  
  inflating: 3.3/openapi/sources/requests/definition.yml  
  inflating: 3.3/openapi/sources/requests/dittoProtocol.yml  
  inflating: 3.3/openapi/sources/requests/patchValue.yml  
  inflating: 3.3/openapi/sources/requests/payload.yml  
  inflating: 3.3/openapi/sources/requests/policies/actions/activateTokenIntegration.yml  
  inflating: 3.3/openapi/sources/requests/value.yml  
  inflating: 3.3/openapi/sources/responses/dependencyFailed.yml  
  inflating: 3.3/openapi/sources/responses/entityTooLarge.yml  
  inflating: 3.3/openapi/sources/responses/messageTooLarge.yml  
  inflating: 3.3/openapi/sources/responses/notModified.yml  
  inflating: 3.3/openapi/sources/responses/preconditionFailed.yml  
  inflating: 3.3/openapi/sources/responses/successUpdateLogLevel.yml  
  inflating: 3.3/openapi/sources/responses/successUpdateLogLevelSinglePod.yml  
  inflating: 3.3/openapi/sources/schemas/acknowledgements/acknowledgement.yml  
  inflating: 3.3/openapi/sources/schemas/acknowledgements/acknowledgements.yml  
  inflating: 3.3/openapi/sources/schemas/config/moduleConfig.yml  
  inflating: 3.3/openapi/sources/schemas/config/moduleConfigService.yml  
  inflating: 3.3/openapi/sources/schemas/config/resultConfig.yml  
  inflating: 3.3/openapi/sources/schemas/config/resultConfigService.yml  
  inflating: 3.3/openapi/sources/schemas/config/retrieveConfig.yml  
  inflating: 3.3/openapi/sources/schemas/config/retrieveConfigService.yml  
  inflating: 3.3/openapi/sources/schemas/connections/connection.yml  
  inflating: 3.3/openapi/sources/schemas/connections/connectionLogs.yml  
  inflating: 3.3/openapi/sources/schemas/connections/connectionMetrics.yml  
  inflating: 3.3/openapi/sources/schemas/connections/connectionStatus.yml  
  inflating: 3.3/openapi/sources/schemas/connections/connectionType.yml  
  inflating: 3.3/openapi/sources/schemas/connections/connectivityStatus.yml  
  inflating: 3.3/openapi/sources/schemas/connections/inboundMetrics.yml  
  inflating: 3.3/openapi/sources/schemas/connections/logCategory.yml  
  inflating: 3.3/openapi/sources/schemas/connections/logEntry.yml  
  inflating: 3.3/openapi/sources/schemas/connections/logLevel.yml  
  inflating: 3.3/openapi/sources/schemas/connections/logType.yml  
  inflating: 3.3/openapi/sources/schemas/connections/mappingContext.yml  
  inflating: 3.3/openapi/sources/schemas/connections/newConnection.yml  
  inflating: 3.3/openapi/sources/schemas/connections/outboundMetrics.yml  
  inflating: 3.3/openapi/sources/schemas/connections/overallConnectionMetrics.yml  
  inflating: 3.3/openapi/sources/schemas/connections/payloadMappingDefinition.yml  
  inflating: 3.3/openapi/sources/schemas/connections/payloadMappingDefinitions.yml  
  inflating: 3.3/openapi/sources/schemas/connections/resourceStatus.yml  
  inflating: 3.3/openapi/sources/schemas/connections/singleMetric.yml  
  inflating: 3.3/openapi/sources/schemas/connections/source.yml  
  inflating: 3.3/openapi/sources/schemas/connections/sourceMetrics.yml  
  inflating: 3.3/openapi/sources/schemas/connections/sources.yml  
  inflating: 3.3/openapi/sources/schemas/connections/sshTunnel.yml  
  inflating: 3.3/openapi/sources/schemas/connections/target.yml  
  inflating: 3.3/openapi/sources/schemas/connections/targetMetrics.yml  
  inflating: 3.3/openapi/sources/schemas/connections/targets.yml  
  inflating: 3.3/openapi/sources/schemas/connections/typedMetric.yml  
  inflating: 3.3/openapi/sources/schemas/errors/advancedError.yml  
  inflating: 3.3/openapi/sources/schemas/errors/error.yml  
  inflating: 3.3/openapi/sources/schemas/errors/textUnauthorizeError.yml  
  inflating: 3.3/openapi/sources/schemas/features/feature.yml  
  inflating: 3.3/openapi/sources/schemas/features/featureDefinition.yml  
  inflating: 3.3/openapi/sources/schemas/features/featureDesiredProperties.yml  
  inflating: 3.3/openapi/sources/schemas/features/featureProperties.yml  
  inflating: 3.3/openapi/sources/schemas/features/features.yml  
  inflating: 3.3/openapi/sources/schemas/logging/loggingUpdateFields.yml  
  inflating: 3.3/openapi/sources/schemas/logging/module.yml  
  inflating: 3.3/openapi/sources/schemas/logging/moduleUpdatedLogLevel.yml  
  inflating: 3.3/openapi/sources/schemas/logging/resultLoggingConfig.yml  
  inflating: 3.3/openapi/sources/schemas/logging/resultUpdateRequest.yml  
  inflating: 3.3/openapi/sources/schemas/logging/retrieveLoggingConfig.yml  
  inflating: 3.3/openapi/sources/schemas/logging/updatedLogLevel.yml  
  inflating: 3.3/openapi/sources/schemas/piggyback/basePiggybackCommandRequestSchema.yml  
  inflating: 3.3/openapi/sources/schemas/piggyback/piggybackManagingBackgroundCleanup.yml  
  inflating: 3.3/openapi/sources/schemas/policies/importable.yml  
  inflating: 3.3/openapi/sources/schemas/policies/newPolicy.yml  
  inflating: 3.3/openapi/sources/schemas/policies/permission.yml  
  inflating: 3.3/openapi/sources/schemas/policies/policy.yml  
  inflating: 3.3/openapi/sources/schemas/policies/policyEntries.yml  
  inflating: 3.3/openapi/sources/schemas/policies/policyEntry.yml  
  inflating: 3.3/openapi/sources/schemas/policies/policyImport.yml  
  inflating: 3.3/openapi/sources/schemas/policies/policyImports.yml  
  inflating: 3.3/openapi/sources/schemas/policies/resourceEntry.yml  
  inflating: 3.3/openapi/sources/schemas/policies/resources.yml  
  inflating: 3.3/openapi/sources/schemas/policies/subjectAnnouncement.yml  
  inflating: 3.3/openapi/sources/schemas/policies/subjectEntry.yml  
  inflating: 3.3/openapi/sources/schemas/policies/subjects.yml  
  inflating: 3.3/openapi/sources/schemas/search/searchResultThings.yml  
  inflating: 3.3/openapi/sources/schemas/things/attributes.yml  
  inflating: 3.3/openapi/sources/schemas/things/definition.yml  
  inflating: 3.3/openapi/sources/schemas/things/newThing.yml  
  inflating: 3.3/openapi/sources/schemas/things/patchThing.yml  
  inflating: 3.3/openapi/sources/schemas/things/thing.yml  
  inflating: 3.3/openapi/sources/schemas/whoami/whoami.yml  
  inflating: 3.3/openapi/sources/schemas/whoami/whoamiSubject.yml  
  inflating: 3.3/openapi/sources/schemas/wot-thingDescription.yml  
  inflating: 3.3/openapi/sources/security/bearerAuth.yml  
  inflating: 3.3/openapi/sources/security/devOpsBasic.yml  
  inflating: 3.3/openapi/sources/security/devOpsBearer.yml  
  inflating: 3.3/openapi/sources/security/google.yml  
  inflating: 3.3/openapi/sources/security/nginxBasic.yml  
  inflating: 3.3/pages/ditto/protocol/examples/connections/generated/announcements/closedConnection.md  
  inflating: 3.3/pages/ditto/protocol/examples/connections/generated/announcements/openedConnection.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/announcements/subjectDeletion.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/createpolicy.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/createpolicyresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/deleteimport.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/deleteimportresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicy.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicyentry.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicyentryresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicyresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/deleteresource.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/deleteresourceresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/deletesubject.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/deletesubjectresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimport.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimportresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimportresponsecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimports.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimportsresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicy.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentries.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentriesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentry.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentryresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentryresponsecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyresponsecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresource.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresourceresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresourceresponsecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresources.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresourcesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubject.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjectresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjectresponsecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjects.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjectsresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveimport.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveimportresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveimports.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveimportsresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicy-withfieldselector.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicy.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentries.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentriesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentry.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentryresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresource.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresourceresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresources.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresourcesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubject.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubjectresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubjects.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubjectsresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_invalid.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_modificationinvalid.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_notfound.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_notmodifiable.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_id_invalid.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_conflict.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_modificationinvalid.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_notfound.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_notmodifiable.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_toomanymodifyingrequests.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_unavailable.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_resource_notfound.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_resource_notmodifiable.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_resources_notfound.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_resources_notmodifiable.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_subject_notfound.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_subject_notmodifiable.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_subjectid_invalid.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_subjects_notfound.md  
  inflating: 3.3/pages/ditto/protocol/examples/policies/generated/exceptions/policies_subjects_notmodifiable.md  
  inflating: 3.3/pages/ditto/protocol/examples/search/generated/commands/cancel-subscription-command.md  
  inflating: 3.3/pages/ditto/protocol/examples/search/generated/commands/create-subscription-command.md  
  inflating: 3.3/pages/ditto/protocol/examples/search/generated/commands/request-subscription-command.md  
  inflating: 3.3/pages/ditto/protocol/examples/search/generated/events/subscription-complete-event.md  
  inflating: 3.3/pages/ditto/protocol/examples/search/generated/events/subscription-created-event.md  
  inflating: 3.3/pages/ditto/protocol/examples/search/generated/events/subscription-failed-event.md  
  inflating: 3.3/pages/ditto/protocol/examples/search/generated/events/subscription-has-next-event.md  
  inflating: 3.3/pages/ditto/protocol/examples/search/generated/exceptions/thing-search_search_option_invalid.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergeattribute.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergeattributeresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergeattributes.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergeattributesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattribute.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattributeresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattributes.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattributesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeature.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedefinition.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedefinitionresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredproperties.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredpropertiesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredproperty.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredpropertyresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatureproperties.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturepropertiesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatureproperty.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturepropertyresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatureresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatures.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletethingdefinition.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletethingdefinitionresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeature.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedefinition.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedefinitionresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredproperties.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredpropertiesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredproperty.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredpropertyresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatureproperties.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturepropertiesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatureproperty.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturepropertyresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatureresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatures.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergepolicyid.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergepolicyidresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergething.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergethingdefinition.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergethingdefinitionresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/merge/mergethingresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/creatething.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/createthingalternatives.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/createthingresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deleteattribute.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deleteattributeresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deleteattributes.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deleteattributesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeature.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedefinition.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedefinitionresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredproperties.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredpropertiesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredproperty.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredpropertyresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatureproperties.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturepropertiesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatureproperty.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturepropertyresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatureresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatures.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletething.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletethingdefinition.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletethingdefinitionresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/deletethingresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattribute.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributeresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributeresponsecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributes.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributesresponsecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeature.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedefinition.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedefinitionresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedefinitionresponsecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredproperties.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertiesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertiesresponsecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredproperty.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertyresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertyresponsecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureproperties.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertiesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertiesresponsecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureproperty.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertyresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertyresponsecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureresponsecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatures.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturesresponsecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifypolicyid.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifypolicyidresponsecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifypolicyidresponsemodified.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifything.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingalternatives.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingdefinition.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingdefinitionresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingdefinitionresponsecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingresponsecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrieveattribute.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributeresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributes-selectedfields.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributes.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeature.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedefinition.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedefinitionresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredproperties-selectedfields.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredproperties.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredpropertiesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredproperty.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredpropertyresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureproperties-selectedfields.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureproperties.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturepropertiesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureproperty.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturepropertyresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatures.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturesresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievepolicyid.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievepolicyidresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievething-withfieldselector.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievething-withsnapshotrevision.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievething.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievethingdefinition.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievethingdefinitionresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievethingresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievethings-withfieldselector.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievethings.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/commands/query/retrievethingsresponse.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/attributecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/attributedeleted.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/attributemodified.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/attributescreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/attributesdeleted.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/attributesmodified.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featurecreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featuredefinitioncreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featuredefinitiondeleted.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featuredefinitionmodified.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featuredeleted.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertiescreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertiesdeleted.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertiesmodified.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertycreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertydeleted.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertymodified.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featuremodified.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featurepropertiescreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featurepropertiesdeleted.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featurepropertiesmodified.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featurepropertycreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featurepropertydeleted.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featurepropertymodified.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featurescreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featuresdeleted.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/featuresmodified.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergedattribute.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergedattributes.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergeddeleteattribute.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergeddeleteattributes.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeature.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeaturedefinition.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeaturedesiredproperties.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeaturedesiredproperty.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeatureproperties.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeatureproperty.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeatures.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergeddeletethingdefinition.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergedfeature.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergedfeaturedefinition.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergedfeaturedesiredproperties.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergedfeaturedesiredproperty.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergedfeatureproperties.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergedfeatureproperty.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergedfeatures.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergedpolicyid.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergedthing.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/mergedthingdefinition.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/policyidcreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/policyidmodified.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/thingcreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/thingdefinitioncreated.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/thingdefinitiondeleted.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/thingdefinitionmodified.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/thingdeleted.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/events/thingmodified.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_attribute_notfound.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_attribute_notmodifiable.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_attributes_notfound.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_attributes_notmodifiable.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_empty.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_identifier_invalid.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_notfound.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_notmodifiable.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_properties_notfound.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_properties_notmodifiable.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_property_notfound.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_property_notmodifiable.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_notfound.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_notmodifiable.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_properties_notfound.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_properties_notmodifiable.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_property_notfound.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_property_notmodifiable.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_features_notfound.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_features_notmodifiable.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_id_invalid.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_id_notdeletable.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_id_notsettable.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_policyId_notallowed.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_policyId_notdeletable.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_policyId_notmodifiable.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_policy_notallowed.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_conflict.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notcreatable.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notdeletable.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notfound.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notmodifiable.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_toomanymodifyingrequests.md  
  inflating: 3.3/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_unavailable.md  
  inflating: 3.3/slides/2018_02_07-virtualiot-meetup/index.html  
  inflating: 3.3/slides/2018_05_23-meetup-iot-hessen/index.html  
  inflating: 3.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg/index.html  
  inflating: 3.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg/index.html  
  inflating: 3.3/slides/2020_04_16-ttn-virtual-conference/index.html  
  inflating: 3.3/slides/2020_07_28-iot-wg-status-update/index.html  
  inflating: 3.3/slides/2020_10_19-eclipse-iot-wg-community-day/index.html  
  inflating: 3.3/slides/2021_05_ditto-introduction-deck/index.html  
  inflating: 3.3/slides/2021_06_ditto-20-overview/index.html  
  inflating: 3.3/slides/2021_06_ditto-in-20-min/index.html  
  inflating: 3.3/slides/2021_10_25-eclipse-iot-wg-community-day/index.html  
  inflating: 3.3/slides/2022_10_24_eclipse-iot-wg-community-day/index.html  
  inflating: 3.3/slides/2022_10_ditto-and-wot/index.html  
  inflating: 3.3/slides/2023_01_ditto-in-30-min/index.html  
  inflating: 3.3/slides/bg-images/background-cloud-small.jpg  
  inflating: 3.3/slides/bg-images/background-conclusion-small.jpg  
  inflating: 3.3/slides/bg-images/background-demo-small.jpg  
  inflating: 3.3/slides/bg-images/background-eagle-small.jpg  
  inflating: 3.3/slides/bg-images/background-framework-small.jpg  
  inflating: 3.3/slides/bg-images/background-outlook-small.jpg  
  inflating: 3.3/slides/bg-images/background-twin-small.jpg  
  inflating: 3.3/slides/bg-images/juan-davila-P8PlK2nGwqA-unsplash.jpg  
  inflating: 3.3/slides/images/Javascript_badge.svg  
  inflating: 3.3/slides/images/asset-admin-shell.png  
  inflating: 3.3/slides/images/bosch-iot-things-2020.png  
  inflating: 3.3/slides/images/bosch-iot-things.png  
  inflating: 3.3/slides/images/ditto-in-action-2019.png  
  inflating: 3.3/slides/images/ditto-in-action-2020.png  
  inflating: 3.3/slides/images/ditto-in-action.png  
  inflating: 3.3/slides/images/ditto-orchestration-examples.png  
  inflating: 3.3/slides/images/ditto-ui-screenshot.png  
  inflating: 3.3/slides/images/eclipse_iot_logo.png  
  inflating: 3.3/slides/images/meme-dino.jpg  
  inflating: 3.3/slides/images/thjaeckle_400x400.jpg  
  inflating: 3.3/slides/images/ttn-ditto-via-mqtt.png  
  inflating: 3.3/slides/images/ttn-hono-ditto.png  
  inflating: 3.3/slides/images/ttn-logo.png  
  inflating: 3.3/slides/images/wot.png  
  inflating: 3.3/wot/ditto-extension.html  
  inflating: 3.3/wot/ditto-extension.jsonld  
  inflating: 3.3/wot/ditto-extension.rdf  
  inflating: 3.3/wot/ditto-extension.ttl  
  inflating: 3.3/2017-11-10-welcome-to-ditto.html  
  inflating: 3.3/2017-12-18-milestone-announcement-010-M1.html  
  inflating: 3.3/2018-01-12-milestone-announcement-010-M3.html  
  inflating: 3.3/2018-01-15-example-demonstrating-rest-to-websocket.html  
  inflating: 3.3/2018-02-07-milestone-announcement-020-M1.html  
  inflating: 3.3/2018-02-08-feature-definition.html  
  inflating: 3.3/2018-04-25-connectivity-service.html  
  inflating: 3.3/2018-04-26-milestone-announcement-030-M1.html  
  inflating: 3.3/2018-05-02-connecting-ditto-hono.html  
  inflating: 3.3/2018-06-15-milestone-announcement-030-M2.html  
  inflating: 3.3/2018-08-14-milestone-announcement-080-M1.html  
  inflating: 3.3/2018-09-21-selective-push-notifications.html  
  inflating: 3.3/2018-09-27-milestone-announcement-080-M2.html  
  inflating: 3.3/2018-10-16-example-mqtt-bidirectional.html  
  inflating: 3.3/2018-11-14-milestone-announcement-080-M3.html  
  inflating: 3.3/2018-11-28-release-announcement-080.html  
  inflating: 3.3/2018-12-05-example-command-and-control.html  
  inflating: 3.3/2019-03-13-kafka-connectivity.html  
  inflating: 3.3/2019-03-28-milestone-announcement-090-M1.html  
  inflating: 3.3/2019-04-29-milestone-announcement-090-M2.html  
  inflating: 3.3/2019-07-10-release-announcement-090.html  
  inflating: 3.3/2019-08-28-openid-connect.html  
  inflating: 3.3/2019-09-17-milestone-announcement-100-M1a.html  
  inflating: 3.3/2019-10-17-http-connectivity.html  
  inflating: 3.3/2019-11-04-milestone-announcement-100-M2.html  
  inflating: 3.3/2019-12-12-release-announcement-100.html  
  inflating: 3.3/2020-04-16-connecting-to-ttn-via-mqtt.html  
  inflating: 3.3/2020-04-29-release-announcement-110.html  
  inflating: 3.3/2020-08-31-release-announcement-120.html  
  inflating: 3.3/2020-09-30-release-announcement-130.html  
  inflating: 3.3/2020-10-08-asynchronous-client-creation.html  
  inflating: 3.3/2020-10-23-end-2-end-acknowledgment.html  
  inflating: 3.3/2020-10-28-release-announcement-140.html  
  inflating: 3.3/2020-11-11-desired-properties.html  
  inflating: 3.3/2020-11-16-weak-acknowledgements.html  
  inflating: 3.3/2020-12-10-release-announcement-150.html  
  inflating: 3.3/2021-01-22-policy-subject-activate-token-integration.html  
  inflating: 3.3/2021-02-04-merge-feature.html  
  inflating: 3.3/2021-03-22-azure-iot-hub-integration.html  
  inflating: 3.3/2021-03-31-ssh-tunneling-for-managed-connections.html  
  inflating: 3.3/2021-05-06-release-announcement-200.html  
  inflating: 3.3/2021-06-17-hmac-credentials.html  
  inflating: 3.3/2021-09-23-conditional-requests.html  
  inflating: 3.3/2021-09-27-release-announcement-210.html  
  inflating: 3.3/2021-09-29-kafka-connectivity.html  
  inflating: 3.3/2021-11-03-oauth2.html  
  inflating: 3.3/2021-11-22-release-announcement-220.html  
  inflating: 3.3/2021-12-20-http-live-channel.html  
  inflating: 3.3/2021-12-22-live-channel-condition.html  
  inflating: 3.3/2022-01-21-release-announcement-230.html  
  inflating: 3.3/2022-03-03-wot-integration.html  
  inflating: 3.3/2022-04-14-release-announcement-240.html  
  inflating: 3.3/2022-07-12-reactive-mqtt.html  
  inflating: 3.3/2022-09-28-release-announcement-300.html  
  inflating: 3.3/2022-11-04-live-message-conditions.html  
  inflating: 3.3/2022-12-16-release-announcement-310.html  
  inflating: 3.3/2023-03-08-release-announcement-320.html  
  inflating: 3.3/2023-06-23-release-announcement-330.html  
[Pipeline] sh
+ rm -rf '1.*/pages/'
[Pipeline] sh
+ rm -rf '1.*/architecture/'
[Pipeline] sh
+ rm -rf '1.*/feed.xml'
[Pipeline] sh
+ rm -rf '1.*/sitemap.xml'
[Pipeline] sh
+ rm -rf '1.*/Gemfile*'
[Pipeline] sh
+ rm -rf '2.*/pages/'
[Pipeline] sh
+ rm -rf '2.*/architecture/'
[Pipeline] sh
+ rm -rf '2.*/feed.xml'
[Pipeline] sh
+ rm -rf '2.*/sitemap.xml'
[Pipeline] sh
+ rm -rf '2.*/Gemfile*'
[Pipeline] sh
+ rm -rf 3.3/pages/
[Pipeline] sh
+ rm -rf 3.3/architecture/
[Pipeline] sh
+ rm -rf 3.3/feed.xml
[Pipeline] sh
+ rm -rf 3.3/sitemap.xml
[Pipeline] sh
+ rm -rf 3.3/Gemfile 3.3/Gemfile.lock
[Pipeline] sh
+ rm -rf ./pages/
[Pipeline] sh
+ rm -rf ./architecture/
[Pipeline] sh
+ rm -rf ./Gemfile ./Gemfile.lock
[Pipeline] sh
+ ls -laR
.:
total 21076
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000    124 Jun 23 06:46 ..
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 1.0
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 1.1
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 1.2
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 1.3
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 1.4
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 1.5
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 2.0
-rw-r--r--.  1 jenkins 1001020000  13321 Jun 23 06:44 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13339 Jun 23 06:44 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14402 Jun 23 06:44 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13880 Jun 23 06:44 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14339 Jun 23 06:44 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17566 Jun 23 06:44 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17380 Jun 23 06:44 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  14037 Jun 23 06:44 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  91219 Jun 23 06:44 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13863 Jun 23 06:44 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  14061 Jun 23 06:44 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26657 Jun 23 06:44 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14145 Jun 23 06:44 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14994 Jun 23 06:44 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14230 Jun 23 06:44 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13832 Jun 23 06:44 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29588 Jun 23 06:44 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13399 Jun 23 06:44 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13989 Jun 23 06:44 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13919 Jun 23 06:44 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14407 Jun 23 06:44 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17504 Jun 23 06:44 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13952 Jun 23 06:44 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15236 Jun 23 06:44 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  14067 Jun 23 06:44 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16571 Jun 23 06:44 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53461 Jun 23 06:44 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15798 Jun 23 06:44 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14607 Jun 23 06:44 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14440 Jun 23 06:44 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17804 Jun 23 06:44 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37435 Jun 23 06:44 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14231 Jun 23 06:44 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24477 Jun 23 06:44 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18372 Jun 23 06:44 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14507 Jun 23 06:44 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29373 Jun 23 06:44 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45158 Jun 23 06:44 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30540 Jun 23 06:44 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23300 Jun 23 06:44 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16840 Jun 23 06:44 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  52116 Jun 23 06:44 2021-06-17-hmac-credentials.html
-rw-r--r--.  1 jenkins 1001020000  34342 Jun 23 06:44 2021-09-23-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000  16671 Jun 23 06:44 2021-09-27-release-announcement-210.html
-rw-r--r--.  1 jenkins 1001020000  18172 Jun 23 06:44 2021-09-29-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  29324 Jun 23 06:44 2021-11-03-oauth2.html
-rw-r--r--.  1 jenkins 1001020000  15793 Jun 23 06:44 2021-11-22-release-announcement-220.html
-rw-r--r--.  1 jenkins 1001020000  26832 Jun 23 06:44 2021-12-20-http-live-channel.html
-rw-r--r--.  1 jenkins 1001020000  24754 Jun 23 06:44 2021-12-22-live-channel-condition.html
-rw-r--r--.  1 jenkins 1001020000  17342 Jun 23 06:44 2022-01-21-release-announcement-230.html
-rw-r--r--.  1 jenkins 1001020000  32859 Jun 23 06:44 2022-03-03-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  16512 Jun 23 06:44 2022-04-14-release-announcement-240.html
-rw-r--r--.  1 jenkins 1001020000  17490 Jun 23 06:44 2022-07-12-reactive-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  17655 Jun 23 06:44 2022-09-28-release-announcement-300.html
-rw-r--r--.  1 jenkins 1001020000  27424 Jun 23 06:44 2022-11-04-live-message-conditions.html
-rw-r--r--.  1 jenkins 1001020000  15728 Jun 23 06:44 2022-12-16-release-announcement-310.html
-rw-r--r--.  1 jenkins 1001020000  16091 Jun 23 06:44 2023-03-08-release-announcement-320.html
-rw-r--r--.  1 jenkins 1001020000  16281 Jun 23 06:44 2023-06-23-release-announcement-330.html
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 2.1
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 2.2
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 2.3
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 2.4
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 3.0
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 3.1
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 3.2
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 3.3
-rw-r--r--.  1 jenkins 1001020000  65167 Jun 23 06:44 404.html
-rw-r--r--.  1 jenkins 1001020000  75557 Jun 23 06:44 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  68546 Jun 23 06:44 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  68562 Jun 23 06:44 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  66998 Jun 23 06:44 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  66925 Jun 23 06:44 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  67028 Jun 23 06:44 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  67725 Jun 23 06:44 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000 108862 Jun 23 06:44 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  68865 Jun 23 06:44 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  70335 Jun 23 06:44 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  71226 Jun 23 06:44 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  78622 Jun 23 06:44 basic-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000 108652 Jun 23 06:44 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  76127 Jun 23 06:44 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  70598 Jun 23 06:44 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  82400 Jun 23 06:44 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  85143 Jun 23 06:44 basic-history.html
-rw-r--r--.  1 jenkins 1001020000  76093 Jun 23 06:44 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000 114574 Jun 23 06:44 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  69304 Jun 23 06:44 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  69698 Jun 23 06:44 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  95214 Jun 23 06:44 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000 111693 Jun 23 06:44 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  82502 Jun 23 06:44 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  77821 Jun 23 06:44 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  65984 Jun 23 06:44 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  67294 Jun 23 06:44 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  65689 Jun 23 06:44 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  66149 Jun 23 06:44 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  66102 Jun 23 06:44 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  68774 Jun 23 06:44 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  72791 Jun 23 06:44 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000 186916 Jun 23 06:44 basic-wot-integration-example.html
-rw-r--r--.  1 jenkins 1001020000 106833 Jun 23 06:44 basic-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  23769 Jun 23 06:44 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  22689 Jun 23 06:44 blog.html
-rw-r--r--.  1 jenkins 1001020000 100066 Jun 23 06:44 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  68514 Jun 23 06:44 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  65543 Jun 23 06:44 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  66719 Jun 23 06:44 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000 134704 Jun 23 06:44 connectivity-hmac-signing.html
-rw-r--r--.  1 jenkins 1001020000  84354 Jun 23 06:44 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000  98055 Jun 23 06:44 connectivity-manage-connections-piggyback.html
-rw-r--r--.  1 jenkins 1001020000 186092 Jun 23 06:44 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  66647 Jun 23 06:44 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  77654 Jun 23 06:44 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  83172 Jun 23 06:44 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  86857 Jun 23 06:44 connectivity-protocol-bindings-hono.html
-rw-r--r--.  1 jenkins 1001020000  89880 Jun 23 06:44 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  91280 Jun 23 06:44 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  98403 Jun 23 06:44 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  97351 Jun 23 06:44 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  73835 Jun 23 06:44 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  74144 Jun 23 06:44 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  66196 Jun 23 06:44 feedback.html
-rw-r--r--.  1 jenkins 1001020000 114634 Jun 23 06:44 feed.xml
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
drwxr-sr-x.  8 jenkins 1001020000    163 Jun 23 06:46 .git
-rw-r--r--.  1 jenkins 1001020000  67188 Jun 23 06:44 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:42 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 127721 Jun 23 06:44 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11719 Jun 23 06:44 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  72171 Jun 23 06:44 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  68304 Jun 23 06:44 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  70814 Jun 23 06:44 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  83639 Jun 23 06:44 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  69419 Jun 23 06:44 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  89662 Jun 23 06:44 httpapi-sse.html
drwxr-sr-x.  5 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  16417 Jun 23 06:44 index.html
-rw-r--r--.  1 jenkins 1001020000  65892 Jun 23 06:44 installation-building.html
-rw-r--r--.  1 jenkins 1001020000  74853 Jun 23 06:44 installation-extending.html
-rw-r--r--.  1 jenkins 1001020000 170385 Jun 23 06:44 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  68370 Jun 23 06:44 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  67429 Jun 23 06:44 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  82829 Jun 23 06:44 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  69028 Jun 23 06:44 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     84 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  69940 Jun 23 06:44 presentations.html
-rw-r--r--.  1 jenkins 1001020000  66965 Jun 23 06:44 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  66509 Jun 23 06:44 protocol-examples-connections-announcement-closed.html
-rw-r--r--.  1 jenkins 1001020000  66509 Jun 23 06:44 protocol-examples-connections-announcement-opened.html
-rw-r--r--.  1 jenkins 1001020000  69429 Jun 23 06:44 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  69923 Jun 23 06:44 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  69103 Jun 23 06:44 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  70187 Jun 23 06:44 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  68915 Jun 23 06:44 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  72125 Jun 23 06:44 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  72497 Jun 23 06:44 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  70103 Jun 23 06:44 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  68815 Jun 23 06:44 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  68980 Jun 23 06:44 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  82128 Jun 23 06:44 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  68426 Jun 23 06:44 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  68383 Jun 23 06:44 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  68538 Jun 23 06:44 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  68626 Jun 23 06:44 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  68605 Jun 23 06:44 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  68413 Jun 23 06:44 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  68355 Jun 23 06:44 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  68526 Jun 23 06:44 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  68505 Jun 23 06:44 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  68407 Jun 23 06:44 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  68304 Jun 23 06:44 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 128048 Jun 23 06:44 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  74837 Jun 23 06:44 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  71368 Jun 23 06:44 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  71634 Jun 23 06:44 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  72233 Jun 23 06:44 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  70991 Jun 23 06:44 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  71105 Jun 23 06:44 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  72924 Jun 23 06:44 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  73168 Jun 23 06:44 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  69222 Jun 23 06:44 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  72110 Jun 23 06:44 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  70868 Jun 23 06:44 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  70632 Jun 23 06:44 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  74456 Jun 23 06:44 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  69432 Jun 23 06:44 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  69926 Jun 23 06:44 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  69106 Jun 23 06:44 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  70190 Jun 23 06:44 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  68918 Jun 23 06:44 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  72128 Jun 23 06:44 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  72500 Jun 23 06:44 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  71506 Jun 23 06:44 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  70106 Jun 23 06:44 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  68818 Jun 23 06:44 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  68792 Jun 23 06:44 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  79848 Jun 23 06:44 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  66942 Jun 23 06:44 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  69248 Jun 23 06:44 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  71677 Jun 23 06:44 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  67983 Jun 23 06:44 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  67660 Jun 23 06:44 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  67311 Jun 23 06:44 protocol-examples-policies-deleteimport.html
-rw-r--r--.  1 jenkins 1001020000  67279 Jun 23 06:44 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  67196 Jun 23 06:44 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  67318 Jun 23 06:44 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  67299 Jun 23 06:44 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 110048 Jun 23 06:44 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  67771 Jun 23 06:44 protocol-examples-policies-modifyimport.html
-rw-r--r--.  1 jenkins 1001020000  68550 Jun 23 06:44 protocol-examples-policies-modifyimports.html
-rw-r--r--.  1 jenkins 1001020000  71785 Jun 23 06:44 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  69248 Jun 23 06:44 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  69448 Jun 23 06:44 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  67983 Jun 23 06:44 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  68316 Jun 23 06:44 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  67660 Jun 23 06:44 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  67989 Jun 23 06:44 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  67736 Jun 23 06:44 protocol-examples-policies-retrieveimport.html
-rw-r--r--.  1 jenkins 1001020000  68549 Jun 23 06:44 protocol-examples-policies-retrieveimports.html
-rw-r--r--.  1 jenkins 1001020000  70760 Jun 23 06:44 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  68907 Jun 23 06:44 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  70584 Jun 23 06:44 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  67982 Jun 23 06:44 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  68147 Jun 23 06:44 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  67659 Jun 23 06:44 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  67820 Jun 23 06:44 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  67787 Jun 23 06:44 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  67941 Jun 23 06:44 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  67650 Jun 23 06:44 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  68207 Jun 23 06:44 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  67555 Jun 23 06:44 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  69051 Jun 23 06:44 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  69220 Jun 23 06:44 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  68136 Jun 23 06:44 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  67476 Jun 23 06:44 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  67452 Jun 23 06:44 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  71622 Jun 23 06:44 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  71223 Jun 23 06:44 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  78007 Jun 23 06:44 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  66374 Jun 23 06:44 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  67641 Jun 23 06:44 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  68356 Jun 23 06:44 protocol-specification-connections-announcement.html
-rw-r--r--.  1 jenkins 1001020000  66936 Jun 23 06:44 protocol-specification-connections.html
-rw-r--r--.  1 jenkins 1001020000  66239 Jun 23 06:44 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  77976 Jun 23 06:44 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  67602 Jun 23 06:44 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  88063 Jun 23 06:44 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  74094 Jun 23 06:44 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  70263 Jun 23 06:44 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  83220 Jun 23 06:44 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  80758 Jun 23 06:44 protocol-specification-streaming-subscription.html
-rw-r--r--.  1 jenkins 1001020000 117497 Jun 23 06:44 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  90905 Jun 23 06:44 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  70521 Jun 23 06:44 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000 101448 Jun 23 06:44 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  89733 Jun 23 06:44 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  90159 Jun 23 06:44 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  81025 Jun 23 06:44 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  76061 Jun 23 06:44 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  67473 Jun 23 06:44 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  65650 Jun 23 06:44 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  68565 Jun 23 06:44 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  68046 Jun 23 06:44 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  68641 Jun 23 06:44 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  68262 Jun 23 06:44 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  69882 Jun 23 06:44 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  70068 Jun 23 06:44 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  69680 Jun 23 06:44 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  69590 Jun 23 06:44 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  71996 Jun 23 06:44 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  67734 Jun 23 06:44 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  68057 Jun 23 06:44 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  70036 Jun 23 06:44 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  69011 Jun 23 06:44 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  70783 Jun 23 06:44 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  74032 Jun 23 06:44 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  66469 Jun 23 06:44 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  67455 Jun 23 06:44 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  67948 Jun 23 06:44 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  66602 Jun 23 06:44 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  72613 Jun 23 06:44 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  66980 Jun 23 06:44 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  74444 Jun 23 06:44 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  71215 Jun 23 06:44 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  74706 Jun 23 06:44 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  65928 Jun 23 06:44 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000 105128 Jun 23 06:44 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  67746 Jun 23 06:44 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000  80813 Jun 23 06:44 release_notes_210.html
-rw-r--r--.  1 jenkins 1001020000  68460 Jun 23 06:44 release_notes_211.html
-rw-r--r--.  1 jenkins 1001020000  67725 Jun 23 06:44 release_notes_212.html
-rw-r--r--.  1 jenkins 1001020000  66287 Jun 23 06:44 release_notes_213.html
-rw-r--r--.  1 jenkins 1001020000  71796 Jun 23 06:44 release_notes_220.html
-rw-r--r--.  1 jenkins 1001020000  67302 Jun 23 06:44 release_notes_221.html
-rw-r--r--.  1 jenkins 1001020000  66072 Jun 23 06:44 release_notes_222.html
-rw-r--r--.  1 jenkins 1001020000  72500 Jun 23 06:44 release_notes_230.html
-rw-r--r--.  1 jenkins 1001020000  67775 Jun 23 06:44 release_notes_231.html
-rw-r--r--.  1 jenkins 1001020000  67365 Jun 23 06:44 release_notes_232.html
-rw-r--r--.  1 jenkins 1001020000  77405 Jun 23 06:44 release_notes_240.html
-rw-r--r--.  1 jenkins 1001020000  66657 Jun 23 06:44 release_notes_241.html
-rw-r--r--.  1 jenkins 1001020000  66216 Jun 23 06:44 release_notes_242.html
-rw-r--r--.  1 jenkins 1001020000  97484 Jun 23 06:44 release_notes_300.html
-rw-r--r--.  1 jenkins 1001020000  73271 Jun 23 06:44 release_notes_310.html
-rw-r--r--.  1 jenkins 1001020000  67068 Jun 23 06:44 release_notes_311.html
-rw-r--r--.  1 jenkins 1001020000  66897 Jun 23 06:44 release_notes_312.html
-rw-r--r--.  1 jenkins 1001020000  74772 Jun 23 06:44 release_notes_320.html
-rw-r--r--.  1 jenkins 1001020000  68283 Jun 23 06:44 release_notes_321.html
-rw-r--r--.  1 jenkins 1001020000  76061 Jun 23 06:44 release_notes_330.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:44 robots.txt
-rw-r--r--.  1 jenkins 1001020000  70709 Jun 23 06:44 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  38786 Jun 23 06:44 search.json
-rw-r--r--.  1 jenkins 1001020000  21786 Jun 23 06:44 sitemap.xml
drwxr-sr-x. 18 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  73329 Jun 23 06:44 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  78096 Jun 23 06:44 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000 103169 Jun 23 06:44 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  74328 Jun 23 06:44 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  86499 Jun 23 06:44 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  77289 Jun 23 06:44 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  73840 Jun 23 06:44 tag_history.html
-rw-r--r--.  1 jenkins 1001020000  79701 Jun 23 06:44 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  74718 Jun 23 06:44 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  78373 Jun 23 06:44 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  72779 Jun 23 06:44 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  92353 Jun 23 06:44 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  84695 Jun 23 06:44 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  79588 Jun 23 06:44 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  75187 Jun 23 06:44 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  75660 Jun 23 06:44 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  73308 Jun 23 06:44 tag_troubleshooting.html
-rw-r--r--.  1 jenkins 1001020000  74307 Jun 23 06:44 tag_wot.html
-rw-r--r--.  1 jenkins 1001020000  68750 Jun 23 06:44 user-interface.html
drwxr-sr-x.  2 jenkins 1001020000    118 Jun 23 06:46 wot

./1.0:
total 10172
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  12644 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  12662 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  13704 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13183 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  13662 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  16941 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  16691 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13360 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  92488 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13231 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13384 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  25980 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  13468 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14301 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  13553 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13155 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  28828 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  12722 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13312 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13242 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  13730 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  16827 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13275 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  14562 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13390 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  15883 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  52778 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15150 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  46472 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  49959 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  48364 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  49466 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  48097 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  47940 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  47999 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  52558 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000  61464 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  51255 Jun 23 06:46 basic-acl.html
-rw-r--r--.  1 jenkins 1001020000  50267 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  49633 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  51121 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  77569 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  55428 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  63316 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  54960 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  51059 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  57514 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  57947 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  68848 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  59402 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  54598 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  48485 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  46968 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  47077 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  47314 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  49905 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  53760 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  16526 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  21345 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  79632 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  50597 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  46831 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  48000 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000  74520 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 112975 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  47726 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  55882 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  59294 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  55100 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  54906 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  63118 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  65520 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  55282 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  12666 Jun 23 06:46 EclipseDitto-community-call.ics
-rw-r--r--.  1 jenkins 1001020000  47984 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  48130 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000  94806 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  10872 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  53463 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  47375 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  61732 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  50729 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  65344 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  12892 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  48159 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 122667 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  49130 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  48716 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  56121 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  50245 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  49124 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  48181 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  49979 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  50472 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  49634 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  51091 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  51438 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  50652 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  49366 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  49524 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  60475 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  48976 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  48932 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  49087 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  48965 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  48906 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  49075 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  49056 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  48951 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  48858 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 102436 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  56063 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  49982 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  50475 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  49637 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  51094 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  51441 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  51531 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  50655 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  49369 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  49336 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  58082 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  50488 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  52904 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  49226 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  48904 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  48519 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  48441 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  48561 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  48543 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000  90254 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  53023 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  50488 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  50684 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  49226 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  49558 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  48904 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  49232 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  51996 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  50145 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  50681 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  49223 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  49387 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  48901 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  49061 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  48580 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  48733 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  48433 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  49053 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  49209 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  48928 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  48270 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  48239 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  51341 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  51132 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  59417 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  47633 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  48909 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  54338 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  66680 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  55275 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  51257 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  62214 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  94753 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  72686 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  50352 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  71006 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  68377 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  62295 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  56503 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  48342 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  46938 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  49829 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  49310 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  49892 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  49559 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  51222 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  51308 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  50908 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  50842 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  53389 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  48980 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  49374 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  51366 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  50226 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  52017 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  55307 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  51707 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  22625 Jun 23 06:46 search.json
drwxr-sr-x.  9 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  54625 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  65460 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  52584 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  60466 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  54380 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  53703 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  52503 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  55902 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  51042 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  64497 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  55109 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  56249 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  53446 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  53419 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  51547 Jun 23 06:46 tag_troubleshooting.html

./1.0/css:
total 80
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 23805 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000   995 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4249 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./1.0/docson:
total 76
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./1.0/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./1.0/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./1.0/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./1.0/files:
total 28
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./1.0/images:
total 316
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  5 jenkins 1001020000     55 Jun 23 06:46 pages

./1.0/images/blog:
total 328
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000 54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000 62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000 92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000 67605 Jun 23 06:46 2018-12-14-command-and-control.png

./1.0/images/pages:
total 8
drwxr-sr-x. 5 jenkins 1001020000   55 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./1.0/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./1.0/images/pages/basic:
total 168
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 16882 Jun 23 06:46 ditto-class-diagram-v1.png
-rw-r--r--. 1 jenkins 1001020000 23249 Jun 23 06:46 ditto-class-diagram-v1.svg
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./1.0/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./1.0/js:
total 24
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./1.0/jsonschema:
total 108
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 19834 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1129 Jun 23 06:46 feature.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  3651 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000  3923 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2203 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  4585 Jun 23 06:46 thing_v1.json
-rw-r--r--.  1 jenkins 1001020000  4139 Jun 23 06:46 thing_v2.json

./1.0/openapi:
total 356
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 125795 Jun 23 06:46 ditto-api-1.yml
-rw-r--r--.  1 jenkins 1001020000 213558 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    420 Jun 23 06:46 README.md

./1.0/slides:
total 28
drwxr-sr-x.  9 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./1.0/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29017 Jun 23 06:46 index.html

./1.0/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 34289 Jun 23 06:46 index.html

./1.0/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 14218 Jun 23 06:46 index.html

./1.0/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 15010 Jun 23 06:46 index.html

./1.0/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 31911 Jun 23 06:46 index.html

./1.0/slides/bg-images:
total 876
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--. 1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--. 1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x. 1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--. 1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--. 1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--. 1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./1.0/slides/images:
total 516
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x. 1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--. 1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x. 1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x. 1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--. 1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--. 1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--. 1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x. 1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--. 1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--. 1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x. 1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x. 1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x. 1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png

./1.1:
total 10500
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  12644 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  12662 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  13704 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13183 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  13662 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  16941 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  16691 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13360 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  92488 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13231 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13384 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  25980 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  13468 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14301 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  13553 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13155 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  28828 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  12722 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13312 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13242 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  13730 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  16827 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13275 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  14562 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13390 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  15883 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  52778 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15150 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  47096 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  50583 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  48988 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  50090 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  48721 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  48564 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  48623 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  53182 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000  62088 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  51879 Jun 23 06:46 basic-acl.html
-rw-r--r--.  1 jenkins 1001020000  50891 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  50257 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  51745 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  78193 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  56052 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  63940 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  55584 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  51683 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  58138 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  58571 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  69472 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  60026 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  55222 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  49109 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  47592 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  47701 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  47938 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  50529 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  54384 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  16526 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  21345 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  80256 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  51221 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  47455 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  48624 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000  75144 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 113599 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  48350 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  56506 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  59918 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  55724 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  55530 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  63742 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  66144 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  55906 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  12666 Jun 23 06:46 EclipseDitto-community-call.ics
-rw-r--r--.  1 jenkins 1001020000  48608 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  48754 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000  95430 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  10872 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  54087 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  47999 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  62356 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  51353 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  65968 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  12892 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  48783 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 123291 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  49754 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  49340 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  56745 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  50869 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  49748 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  48805 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  50603 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  51096 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  50258 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  51715 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  52062 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  51276 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  49990 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  50148 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  61099 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  49600 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  49556 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  49711 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  49589 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  49530 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  49699 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  49680 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  49575 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  49482 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 103060 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  56687 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  50606 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  51099 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  50261 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  51718 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  52065 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  52155 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  51279 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  49993 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  49960 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  58706 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  51112 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  53528 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  49850 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  49528 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  49143 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  49065 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  49185 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  49167 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000  90878 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  53647 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  51112 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  51308 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  49850 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  50182 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  49528 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  49856 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  52620 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  50769 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  51305 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  49847 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  50011 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  49525 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  49685 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  49204 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  49357 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  49057 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  49677 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  49833 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  49552 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  48894 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  48863 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  51965 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  51756 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  60041 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  48257 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  49533 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  54962 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  67304 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  55899 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  51881 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  62838 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  95377 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  73310 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  50976 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  71630 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  69001 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  62919 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  57127 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  48966 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  47562 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  50453 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  49934 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  50516 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  50183 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  51846 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  51932 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  51532 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  51466 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  54013 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  49604 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  49998 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  51927 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  50850 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  52641 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  55868 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  48366 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  49334 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  49815 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  48505 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  52331 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  23513 Jun 23 06:46 search.json
drwxr-sr-x.  9 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  55345 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  66180 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  53304 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  61186 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  55100 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  54423 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  53223 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  56622 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  51762 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  65217 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  56809 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  56969 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  54166 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  54139 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  52267 Jun 23 06:46 tag_troubleshooting.html

./1.1/css:
total 80
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 23805 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000   995 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4249 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./1.1/docson:
total 76
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./1.1/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./1.1/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./1.1/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./1.1/files:
total 28
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./1.1/images:
total 316
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  5 jenkins 1001020000     55 Jun 23 06:46 pages

./1.1/images/blog:
total 328
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000 54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000 62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000 92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000 67605 Jun 23 06:46 2018-12-14-command-and-control.png

./1.1/images/pages:
total 8
drwxr-sr-x. 5 jenkins 1001020000   55 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./1.1/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./1.1/images/pages/basic:
total 168
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 16882 Jun 23 06:46 ditto-class-diagram-v1.png
-rw-r--r--. 1 jenkins 1001020000 23249 Jun 23 06:46 ditto-class-diagram-v1.svg
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./1.1/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./1.1/js:
total 24
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./1.1/jsonschema:
total 108
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 19834 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1129 Jun 23 06:46 feature.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  3651 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000  3923 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2203 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  4585 Jun 23 06:46 thing_v1.json
-rw-r--r--.  1 jenkins 1001020000  4139 Jun 23 06:46 thing_v2.json

./1.1/openapi:
total 356
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 125795 Jun 23 06:46 ditto-api-1.yml
-rw-r--r--.  1 jenkins 1001020000 213558 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    420 Jun 23 06:46 README.md

./1.1/slides:
total 28
drwxr-sr-x.  9 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./1.1/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29017 Jun 23 06:46 index.html

./1.1/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 34289 Jun 23 06:46 index.html

./1.1/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 14218 Jun 23 06:46 index.html

./1.1/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 15010 Jun 23 06:46 index.html

./1.1/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x. 2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 31911 Jun 23 06:46 index.html

./1.1/slides/bg-images:
total 876
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--. 1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--. 1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x. 1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--. 1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--. 1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--. 1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./1.1/slides/images:
total 516
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x. 1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--. 1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x. 1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x. 1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--. 1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--. 1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--. 1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x. 1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--. 1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--. 1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x. 1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x. 1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x. 1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png

./1.2:
total 11012
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  12615 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  12633 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  13675 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13154 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  13633 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  16912 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  16662 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13331 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  92459 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13202 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13355 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  25951 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  13439 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14272 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  13524 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13126 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  28799 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  12693 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13283 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13213 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  13701 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  16798 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13246 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  14533 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13361 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  15854 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  52749 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15121 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  13901 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  47967 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  51454 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  49859 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  50961 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  49592 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  49435 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  49494 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  54053 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000  83711 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  52750 Jun 23 06:46 basic-acl.html
-rw-r--r--.  1 jenkins 1001020000  51763 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  51128 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  52616 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  87953 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  56923 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  52251 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  64811 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  56455 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  65767 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  52052 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  59009 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  60440 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  70343 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  60893 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  56093 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  49980 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  48463 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  48769 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  48809 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  51400 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  55516 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  16705 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  21336 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  81115 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  52092 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  48326 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  49495 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000  76015 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 114470 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  49295 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  60419 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  63754 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  62832 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  58895 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  75843 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  74641 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  56918 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  12666 Jun 23 06:46 EclipseDitto-community-call.ics
-rw-r--r--.  1 jenkins 1001020000  49479 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  49625 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000  96301 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  10843 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  54958 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  48870 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  63227 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  52224 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  67412 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  12863 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  49654 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 124162 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  50625 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  50211 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  57616 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  51740 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  50926 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  49750 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  51474 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  51967 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  51129 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  52586 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  52933 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  52147 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  50861 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  51019 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  61970 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  50471 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  50427 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  50582 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  50460 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  50401 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  50570 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  50551 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  50446 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  50353 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 103931 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  57568 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  51477 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  51970 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  51132 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  52589 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  52936 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  53026 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  52150 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  50864 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  50831 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  59577 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  51983 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  54399 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  50721 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  50399 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  50014 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  49936 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  50056 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  50038 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000  91749 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  54518 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  51983 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  52179 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  50721 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  51053 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  50399 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  50727 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  53491 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  51640 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  52176 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  50718 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  50882 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  50396 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  50556 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  50075 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  50228 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  49928 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  50548 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  50704 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  50423 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  49765 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  49734 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  52836 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  52627 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  60912 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  49128 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  50417 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  48524 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  56475 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  68175 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  56770 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  52752 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  63709 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  96248 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  74181 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  51847 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  72501 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  72896 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  63790 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  57998 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  49837 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  48433 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  51324 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  50805 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  51387 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  51054 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  52717 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  52803 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  52403 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  52337 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  54884 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  50475 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  50869 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  52798 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  51721 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  53512 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  56739 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  49237 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  50205 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  50686 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  49376 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  55345 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  49754 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  53702 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  24679 Jun 23 06:46 search.json
drwxr-sr-x. 10 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  56372 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  67736 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  54331 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  62203 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  56127 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  55450 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  54250 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  58639 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  52789 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  66647 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  58326 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  57998 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  55193 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  55152 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  53294 Jun 23 06:46 tag_troubleshooting.html

./1.2/css:
total 80
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 23805 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4249 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./1.2/docson:
total 76
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./1.2/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./1.2/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./1.2/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./1.2/files:
total 28
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./1.2/images:
total 316
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  5 jenkins 1001020000     55 Jun 23 06:46 pages

./1.2/images/blog:
total 328
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000 54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000 62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000 92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000 67605 Jun 23 06:46 2018-12-14-command-and-control.png

./1.2/images/pages:
total 8
drwxr-sr-x. 5 jenkins 1001020000   55 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./1.2/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./1.2/images/pages/basic:
total 168
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 16882 Jun 23 06:46 ditto-class-diagram-v1.png
-rw-r--r--. 1 jenkins 1001020000 23249 Jun 23 06:46 ditto-class-diagram-v1.svg
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./1.2/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./1.2/js:
total 24
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./1.2/jsonschema:
total 116
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 22575 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1373 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1129 Jun 23 06:46 feature.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  3651 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000  3923 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2556 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  4775 Jun 23 06:46 thing_v1.json
-rw-r--r--.  1 jenkins 1001020000  4673 Jun 23 06:46 thing_v2.json

./1.2/openapi:
total 368
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 132803 Jun 23 06:46 ditto-api-1.yml
-rw-r--r--.  1 jenkins 1001020000 220788 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    420 Jun 23 06:46 README.md

./1.2/slides:
total 28
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./1.2/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29017 Jun 23 06:46 index.html

./1.2/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34289 Jun 23 06:46 index.html

./1.2/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14218 Jun 23 06:46 index.html

./1.2/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15010 Jun 23 06:46 index.html

./1.2/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31911 Jun 23 06:46 index.html

./1.2/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14994 Jun 23 06:46 index.html

./1.2/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./1.2/slides/images:
total 516
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png

./1.3:
total 11108
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  12615 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  12633 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  13675 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13154 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  13633 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  16912 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  16662 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13331 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  92459 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13202 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13355 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  25951 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  13439 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14272 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  13524 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13126 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  28799 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  12693 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13283 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13213 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  13701 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  16798 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13246 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  14533 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13361 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  15854 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  52749 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15121 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  13901 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  13734 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  48123 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  51610 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  50015 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  51117 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  49748 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  49591 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  49650 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  54209 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000  84590 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  52906 Jun 23 06:46 basic-acl.html
-rw-r--r--.  1 jenkins 1001020000  51919 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  51284 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  52772 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  88109 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  57079 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  52407 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  64967 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  56437 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  65923 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  52208 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  59165 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  60598 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  70499 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  61049 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  56249 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  50136 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  48619 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  48925 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  48965 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  51556 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  55672 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  16913 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  21384 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  81271 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  52248 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  48482 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  49651 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000  76171 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 127700 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  49451 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  60575 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  63910 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  66989 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  59051 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  75999 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  74797 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  57074 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  12666 Jun 23 06:46 EclipseDitto-community-call.ics
-rw-r--r--.  1 jenkins 1001020000  49635 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  49781 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000  96457 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  10843 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  55114 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  49026 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  63383 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  52380 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  67568 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  12999 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  49810 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 124318 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  50781 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  50367 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  57772 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  51896 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  51082 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  49906 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  51630 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  52123 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  51285 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  52742 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  53089 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  52303 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  51017 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  51175 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  62126 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  50627 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  50583 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  50738 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  50616 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  50557 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  50726 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  50707 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  50602 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  50509 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 104087 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  57724 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  51633 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  52126 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  51288 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  52745 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  53092 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  53182 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  52306 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  51020 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  50987 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  59733 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  52139 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  54555 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  50877 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  50555 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  50170 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  50092 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  50212 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  50194 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000  91905 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  54674 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  52139 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  52335 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  50877 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  51209 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  50555 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  50883 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  53647 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  51796 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  52332 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  50874 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  51038 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  50552 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  50712 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  50231 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  50384 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  50084 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  50704 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  50860 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  50579 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  49921 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  49890 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  52992 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  52783 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  61068 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  49284 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  50573 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  48680 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  56631 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  68331 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  56926 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  52908 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  63865 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  96404 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  74337 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  52003 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  72657 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  73052 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  63946 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  58159 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  49993 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  48589 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  51480 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  50961 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  51543 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  51210 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  52873 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  52959 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  52559 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  52493 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  55040 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  50631 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  51025 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  52954 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  51877 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  53668 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  56895 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  49393 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  50361 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  50842 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  49532 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  55501 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  49910 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  57307 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  53858 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  25057 Jun 23 06:46 search.json
drwxr-sr-x. 10 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  56588 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  68516 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  54547 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  62419 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  56343 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  55666 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  54466 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  58855 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  53005 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  66866 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  58787 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  58214 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  55409 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  55368 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  53510 Jun 23 06:46 tag_troubleshooting.html

./1.3/css:
total 80
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 23925 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4249 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./1.3/docson:
total 76
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./1.3/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./1.3/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./1.3/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./1.3/files:
total 28
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./1.3/images:
total 316
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  5 jenkins 1001020000     55 Jun 23 06:46 pages

./1.3/images/blog:
total 328
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000 54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000 62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000 92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000 67605 Jun 23 06:46 2018-12-14-command-and-control.png

./1.3/images/pages:
total 8
drwxr-sr-x. 5 jenkins 1001020000   55 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./1.3/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./1.3/images/pages/basic:
total 168
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 16882 Jun 23 06:46 ditto-class-diagram-v1.png
-rw-r--r--. 1 jenkins 1001020000 23249 Jun 23 06:46 ditto-class-diagram-v1.svg
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./1.3/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./1.3/js:
total 24
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./1.3/jsonschema:
total 116
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 22575 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1373 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1129 Jun 23 06:46 feature.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  3651 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000  3923 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2556 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  4775 Jun 23 06:46 thing_v1.json
-rw-r--r--.  1 jenkins 1001020000  4673 Jun 23 06:46 thing_v2.json

./1.3/openapi:
total 372
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 132803 Jun 23 06:46 ditto-api-1.yml
-rw-r--r--.  1 jenkins 1001020000 223058 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    420 Jun 23 06:46 README.md

./1.3/slides:
total 28
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./1.3/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29017 Jun 23 06:46 index.html

./1.3/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34289 Jun 23 06:46 index.html

./1.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14218 Jun 23 06:46 index.html

./1.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15010 Jun 23 06:46 index.html

./1.3/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31911 Jun 23 06:46 index.html

./1.3/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14994 Jun 23 06:46 index.html

./1.3/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./1.3/slides/images:
total 516
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png

./1.4:
total 11264
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  12615 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  12633 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  13675 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13154 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  13633 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  16912 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  16662 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13331 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  92459 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13202 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13355 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  25951 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  13439 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14272 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  13524 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13126 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  28799 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  12693 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13283 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13213 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  13701 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  16798 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13246 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  14530 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13361 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  15854 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  52749 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15121 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  13901 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  13734 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17092 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  36680 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  13525 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  48279 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  51766 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  50171 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  51273 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  49904 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  49747 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  49806 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  54365 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000  88707 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  53062 Jun 23 06:46 basic-acl.html
-rw-r--r--.  1 jenkins 1001020000  52075 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  52809 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  52928 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  90227 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  57140 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  52563 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  65123 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  56593 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  66079 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  52364 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  59321 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  60958 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  70763 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  61205 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  56405 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  50292 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  48775 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  49081 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  49121 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  51712 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  55828 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  17538 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  21294 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  81868 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  52404 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  48638 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  49807 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000  76327 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 127856 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  49607 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  60731 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  64066 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  67145 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  59207 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  76155 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  74953 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  57230 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  12666 Jun 23 06:46 EclipseDitto-community-call.ics
-rw-r--r--.  1 jenkins 1001020000  49791 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  49937 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000  96613 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  10843 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  55270 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  49182 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  64030 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  52536 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  68210 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  12999 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  49966 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 124474 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  50937 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  50523 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  57928 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  52052 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  51552 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  50062 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  51786 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  52279 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  51441 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  52898 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  53245 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  52459 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  51173 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  51331 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  62282 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  50783 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  50739 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  50894 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  50772 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  50713 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  50882 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  50863 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  50758 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  50665 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 104243 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  57880 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  51789 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  52282 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  51444 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  52901 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  53248 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  53338 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  52462 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  51176 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  51143 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  59889 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  52295 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  54711 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  51033 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  50711 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  50326 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  50248 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  50368 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  50350 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000  92061 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  54830 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  52295 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  52491 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  51033 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  51365 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  50711 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  51039 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  53803 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  51952 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  52488 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  51030 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  51194 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  50708 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  50868 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  50387 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  50540 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  50240 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  50860 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  51016 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  50735 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  50077 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  50046 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  53148 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  52939 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  61224 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  49440 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  50729 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  48836 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  56787 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  68487 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  57082 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  53064 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  64021 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  96560 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  74493 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  52159 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  72813 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  73208 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  64102 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  58317 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  50149 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  48745 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  51636 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  51117 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  51699 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  51366 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  53029 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  53115 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  52715 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  52649 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  55196 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  50787 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  51181 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  53110 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  52033 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  53824 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  57051 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  49549 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  50517 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  50998 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  49688 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  55657 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  50066 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  57463 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  54234 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  54014 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  25769 Jun 23 06:46 search.json
drwxr-sr-x. 11 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  56876 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  70316 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  54835 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  62707 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  56631 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  55954 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  54754 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  59143 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  53293 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  67163 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  59320 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  58502 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  55697 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  55656 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  53798 Jun 23 06:46 tag_troubleshooting.html

./1.4/css:
total 80
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 23925 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4249 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./1.4/docson:
total 76
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./1.4/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./1.4/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./1.4/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./1.4/files:
total 28
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./1.4/images:
total 316
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  5 jenkins 1001020000     55 Jun 23 06:46 pages

./1.4/images/blog:
total 328
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000 54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000 62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000 92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000 67605 Jun 23 06:46 2018-12-14-command-and-control.png

./1.4/images/pages:
total 8
drwxr-sr-x. 5 jenkins 1001020000   55 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./1.4/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./1.4/images/pages/basic:
total 168
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 16882 Jun 23 06:46 ditto-class-diagram-v1.png
-rw-r--r--. 1 jenkins 1001020000 23249 Jun 23 06:46 ditto-class-diagram-v1.svg
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./1.4/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./1.4/js:
total 24
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./1.4/jsonschema:
total 116
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 23012 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1373 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1129 Jun 23 06:46 feature.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  3651 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000  3925 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2556 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  4775 Jun 23 06:46 thing_v1.json
-rw-r--r--.  1 jenkins 1001020000  4673 Jun 23 06:46 thing_v2.json

./1.4/openapi:
total 372
drwxr-sr-x.  2 jenkins 1001020000     69 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 132803 Jun 23 06:46 ditto-api-1.yml
-rw-r--r--.  1 jenkins 1001020000 223058 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    420 Jun 23 06:46 README.md

./1.4/slides:
total 28
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./1.4/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29017 Jun 23 06:46 index.html

./1.4/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34289 Jun 23 06:46 index.html

./1.4/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14218 Jun 23 06:46 index.html

./1.4/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15010 Jun 23 06:46 index.html

./1.4/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31911 Jun 23 06:46 index.html

./1.4/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14994 Jun 23 06:46 index.html

./1.4/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16055 Jun 23 06:46 index.html

./1.4/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./1.4/slides/images:
total 516
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png

./1.5:
total 12412
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  12615 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  12633 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  13696 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13154 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  13633 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  16912 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  16662 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13331 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  92522 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13202 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13355 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  25951 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  13439 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14272 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  13524 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13126 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  28834 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  12693 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13283 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13213 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  13701 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  16798 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13246 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  14530 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13361 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  15854 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  52749 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15121 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  13901 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  13734 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17092 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  36729 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  13525 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  23771 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  17666 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  13801 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  50720 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  54207 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  52612 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  53714 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  52525 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  52188 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  52247 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  56806 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000  92107 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  55503 Jun 23 06:46 basic-acl.html
-rw-r--r--.  1 jenkins 1001020000  54516 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  55250 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  55369 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  92668 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  59581 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  55004 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  69230 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  59034 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  68520 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  54805 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  61762 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  63642 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  73570 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  63646 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  58846 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  52733 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  51216 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  51522 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  51562 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  54153 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  58627 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  18169 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  21362 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  84323 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  54845 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  51079 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  52248 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000  78768 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 130297 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  52049 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  63172 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  66487 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  69586 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  61648 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  78596 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  77394 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  59671 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  51675 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  52910 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000  99054 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  10843 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  57711 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  51623 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  56406 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  67539 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  54977 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  70651 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  12999 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  52407 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 126910 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  53378 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  52964 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  60369 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  54493 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     84 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  53993 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  52503 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  54227 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  54720 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  53882 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  54977 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  53707 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  56925 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  57296 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  54900 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  53614 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  53772 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  66216 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  53224 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  53180 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  53335 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  53416 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  53397 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  53213 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  53154 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  53323 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  53304 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  53199 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  53106 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 115009 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  60321 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  54230 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  54723 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  53885 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  54980 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  53710 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  56928 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  57299 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  55779 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  54903 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  53617 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  53584 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  63964 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  54736 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  57152 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  53474 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  53152 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  52767 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  52689 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  52809 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  52791 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000  94502 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  57271 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  54736 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  54932 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  53474 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  53806 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  53152 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  53480 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  56244 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  54393 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  54929 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  53471 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  53635 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  53149 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  53309 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  52828 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  52981 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  52681 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  53240 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  52590 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  54094 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  54262 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  53176 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  52518 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  52487 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  56406 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  56209 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  63665 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  51881 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  53170 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  51277 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  59536 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  70928 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  59523 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  55505 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  66462 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000 109761 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  83226 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  54600 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  75254 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  80691 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  66543 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  60758 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  52590 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  51186 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  54077 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  53558 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  54147 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  53807 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  55470 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  55556 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  55156 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  55090 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  57637 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  53228 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  53622 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  55551 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  54474 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  56265 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  59492 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  51990 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  52958 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  53439 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  52129 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  58098 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  52507 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  59911 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  56675 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  60142 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  51461 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  56476 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  26929 Jun 23 06:46 search.json
drwxr-sr-x. 11 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  59599 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  74684 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  57558 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  65430 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  59304 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  59230 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  57477 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  61866 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  56016 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  70439 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  62533 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  61225 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  58420 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  58379 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  56471 Jun 23 06:46 tag_troubleshooting.html

./1.5/css:
total 80
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 23925 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4249 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./1.5/docson:
total 76
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./1.5/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./1.5/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./1.5/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./1.5/files:
total 28
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./1.5/images:
total 316
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  5 jenkins 1001020000     55 Jun 23 06:46 pages

./1.5/images/blog:
total 328
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000 54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000 62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000 92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000 67605 Jun 23 06:46 2018-12-14-command-and-control.png

./1.5/images/pages:
total 8
drwxr-sr-x. 5 jenkins 1001020000   55 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./1.5/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./1.5/images/pages/basic:
total 168
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 16882 Jun 23 06:46 ditto-class-diagram-v1.png
-rw-r--r--. 1 jenkins 1001020000 23249 Jun 23 06:46 ditto-class-diagram-v1.svg
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./1.5/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000    55 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./1.5/js:
total 24
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./1.5/jsonschema:
total 120
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 23012 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1373 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1129 Jun 23 06:46 feature.json
-rw-r--r--.  1 jenkins 1001020000  1450 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  3651 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000  3930 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2556 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  4775 Jun 23 06:46 thing_v1.json
-rw-r--r--.  1 jenkins 1001020000  5035 Jun 23 06:46 thing_v2.json

./1.5/openapi:
total 396
drwxr-sr-x.  3 jenkins 1001020000     84 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  12288 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 131785 Jun 23 06:46 ditto-api-1.yml
-rw-r--r--.  1 jenkins 1001020000 246414 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    645 Jun 23 06:46 README.md
drwxr-sr-x.  7 jenkins 1001020000    176 Jun 23 06:46 sources

./1.5/openapi/sources:
total 172
drwxr-sr-x. 7 jenkins 1001020000    176 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000     84 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 132810 Jun 23 06:46 api-1-index.yml
-rw-r--r--. 1 jenkins 1001020000   8749 Jun 23 06:46 api-2-index.yml
-rw-r--r--. 1 jenkins 1001020000    318 Jun 23 06:46 package.json
-rw-r--r--. 1 jenkins 1001020000  13974 Jun 23 06:46 package-lock.json
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 parameters
drwxr-sr-x. 9 jenkins 1001020000    115 Jun 23 06:46 paths
drwxr-sr-x. 2 jenkins 1001020000    111 Jun 23 06:46 requests
drwxr-sr-x. 2 jenkins 1001020000    138 Jun 23 06:46 responses
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 schemas

./1.5/openapi/sources/parameters:
total 116
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000  176 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  662 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2226 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  939 Jun 23 06:46 timeoutParam.yml

./1.5/openapi/sources/paths:
total 0
drwxr-sr-x. 9 jenkins 1001020000 115 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000 176 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  29 Jun 23 06:46 cloudevents
drwxr-sr-x. 2 jenkins 1001020000 162 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000 147 Jun 23 06:46 messages
drwxr-sr-x. 2 jenkins 1001020000 140 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000  48 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000 125 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000  23 Jun 23 06:46 whoami

./1.5/openapi/sources/paths/cloudevents:
total 4
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4077 Jun 23 06:46 cloudevents.yml

./1.5/openapi/sources/paths/features:
total 80
drwxr-sr-x. 2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  8210 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000  8579 Jun 23 06:46 desiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000  8217 Jun 23 06:46 desiredProperty.yml
-rw-r--r--. 1 jenkins 1001020000  8915 Jun 23 06:46 feature.yml
-rw-r--r--. 1 jenkins 1001020000 10168 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000  8437 Jun 23 06:46 properties.yml
-rw-r--r--. 1 jenkins 1001020000  8061 Jun 23 06:46 property.yml

./1.5/openapi/sources/paths/messages:
total 28
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 3967 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3848 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 4679 Jun 23 06:46 inbox-claim.yml
-rw-r--r--. 1 jenkins 1001020000 4384 Jun 23 06:46 inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3709 Jun 23 06:46 outbox-message.yml

./1.5/openapi/sources/paths/policies:
total 72
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  6071 Jun 23 06:46 entries.yml
-rw-r--r--. 1 jenkins 1001020000  9893 Jun 23 06:46 entry.yml
-rw-r--r--. 1 jenkins 1001020000 11028 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  6492 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000  8394 Jun 23 06:46 resource.yml
-rw-r--r--. 1 jenkins 1001020000  5712 Jun 23 06:46 subjects.yml
-rw-r--r--. 1 jenkins 1001020000  8463 Jun 23 06:46 subject.yml

./1.5/openapi/sources/paths/search:
total 12
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 2189 Jun 23 06:46 things-count.yml
-rw-r--r--. 1 jenkins 1001020000 4132 Jun 23 06:46 things.yml

./1.5/openapi/sources/paths/things:
total 56
drwxr-sr-x. 2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  7406 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  8133 Jun 23 06:46 attribute.yml
-rw-r--r--. 1 jenkins 1001020000  7691 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000  6590 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000  5727 Jun 23 06:46 policyid.yml
-rw-r--r--. 1 jenkins 1001020000 13214 Jun 23 06:46 thing.yml

./1.5/openapi/sources/paths/whoami:
total 4
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1026 Jun 23 06:46 index.yml

./1.5/openapi/sources/requests:
total 20
drwxr-sr-x. 2 jenkins 1001020000  111 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000  176 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1246 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  808 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./1.5/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  138 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000  176 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  568 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  579 Jun 23 06:46 messageTimeout.yml
-rw-r--r--. 1 jenkins 1001020000  566 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1173 Jun 23 06:46 preconditionFailed.yml

./1.5/openapi/sources/schemas:
total 96
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000  176 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  897 Jun 23 06:46 advancedError.yml
-rw-r--r--. 1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  573 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000  803 Jun 23 06:46 error.yml
-rw-r--r--. 1 jenkins 1001020000  649 Jun 23 06:46 featureDefinition.yml
-rw-r--r--. 1 jenkins 1001020000  489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000  481 Jun 23 06:46 featureProperties.yml
-rw-r--r--. 1 jenkins 1001020000  590 Jun 23 06:46 features.yml
-rw-r--r--. 1 jenkins 1001020000  573 Jun 23 06:46 feature.yml
-rw-r--r--. 1 jenkins 1001020000 2283 Jun 23 06:46 newThing.yml
-rw-r--r--. 1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--. 1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--. 1 jenkins 1001020000  596 Jun 23 06:46 policyEntry.yml
-rw-r--r--. 1 jenkins 1001020000  505 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  679 Jun 23 06:46 resourceEntryRestricted.yml
-rw-r--r--. 1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--. 1 jenkins 1001020000  785 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000  489 Jun 23 06:46 searchResultThings.yml
-rw-r--r--. 1 jenkins 1001020000  731 Jun 23 06:46 subjectEntry.yml
-rw-r--r--. 1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml
-rw-r--r--. 1 jenkins 1001020000 1768 Jun 23 06:46 thing.yml
-rw-r--r--. 1 jenkins 1001020000  519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--. 1 jenkins 1001020000  657 Jun 23 06:46 whoami.yml

./1.5/slides:
total 28
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 12288 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./1.5/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29031 Jun 23 06:46 index.html

./1.5/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34310 Jun 23 06:46 index.html

./1.5/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14225 Jun 23 06:46 index.html

./1.5/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15017 Jun 23 06:46 index.html

./1.5/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31918 Jun 23 06:46 index.html

./1.5/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15001 Jun 23 06:46 index.html

./1.5/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16381 Jun 23 06:46 index.html

./1.5/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./1.5/slides/images:
total 516
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png

./2.0:
total 15044
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  13227 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13245 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14308 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13766 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14245 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17524 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17274 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13943 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  93134 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13814 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13967 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26563 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14051 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14884 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14136 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13738 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29446 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13305 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13895 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13825 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14313 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17410 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13858 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15142 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13973 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16471 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53361 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15704 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14513 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14346 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17704 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37341 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14137 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24383 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18278 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14413 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29279 Jun 23 06:46 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45064 Jun 23 06:46 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30440 Jun 23 06:46 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23206 Jun 23 06:46 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16746 Jun 23 06:46 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  56388 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  66760 Jun 23 06:46 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  59876 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  58280 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  59382 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  58193 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  57863 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  57921 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  62475 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000  98031 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  60079 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  61549 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  61038 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  99251 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  65249 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  61810 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  74783 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  64209 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  74916 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  60476 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  60908 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  70282 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  89255 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  69315 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  65066 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  57182 Jun 23 06:46 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  58497 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  56884 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  57346 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  57307 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  59984 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  63601 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  19960 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  22552 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  91269 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  59693 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  56748 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  57916 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000  86159 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 138403 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  57717 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  68840 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  72155 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  75255 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  67316 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  89589 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  88539 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  65033 Jun 23 06:46 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  65339 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  57343 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  58404 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 107407 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11645 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  63379 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  57451 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  62001 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  74828 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  60629 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  76187 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  13619 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  58075 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 136271 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  59029 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  58635 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  66207 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  60238 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  59661 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  58172 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  60620 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  61113 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  60293 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  61370 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  60100 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  63318 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  63689 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  61293 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  60007 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  60165 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  73323 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  59617 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  59573 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  59728 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  59809 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  59790 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  59606 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  59547 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  59716 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  59697 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  59592 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  59499 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 119240 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  66044 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  62560 Jun 23 06:46 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  62825 Jun 23 06:46 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  63417 Jun 23 06:46 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  62177 Jun 23 06:46 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  62289 Jun 23 06:46 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  64118 Jun 23 06:46 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  64361 Jun 23 06:46 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  60415 Jun 23 06:46 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  63301 Jun 23 06:46 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  62061 Jun 23 06:46 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  61818 Jun 23 06:46 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  65837 Jun 23 06:46 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  60623 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  61116 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  60296 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  61373 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  60103 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  63321 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  63692 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  62698 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  61296 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  60010 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  59977 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  71043 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  58111 Jun 23 06:46 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  60428 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  62862 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  59166 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  58844 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  58459 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  58381 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  58501 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  58483 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 101231 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  62963 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  60428 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  60633 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  59166 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  59498 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  58844 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  59172 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  61936 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  60085 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  60630 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  59163 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  59327 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  58841 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  59001 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  58976 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  59129 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  58838 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  59388 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  58738 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  60242 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  60410 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  59324 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  58666 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  58635 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  62815 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  62415 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  69207 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  57581 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  58838 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  57434 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  66016 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  58782 Jun 23 06:46 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  74875 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  63501 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  61456 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  70439 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000 107912 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  82093 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  61716 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  91534 Jun 23 06:46 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  80919 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  81345 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  72213 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  67257 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  58259 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  56854 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  59745 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  59226 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  59815 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  59475 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  61077 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  61224 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  60824 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  60758 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  63244 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  58896 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  59290 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  61219 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  60142 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  61933 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  65131 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  57658 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  58626 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  59107 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  57797 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  63754 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  58175 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  65579 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  62344 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  65810 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  57129 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000  96211 Jun 23 06:46 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  58917 Jun 23 06:46 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  62191 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  29117 Jun 23 06:46 search.json
drwxr-sr-x. 11 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  62788 Jun 23 06:46 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  66933 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  83632 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  63785 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  73269 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  65520 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  65977 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  63673 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  67833 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  62242 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  78500 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  69249 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  67451 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  64647 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  65121 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  62697 Jun 23 06:46 tag_troubleshooting.html

./2.0/css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 23925 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./2.0/docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./2.0/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./2.0/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./2.0/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./2.0/files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./2.0/images:
total 324
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:46 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  6 jenkins 1001020000     71 Jun 23 06:46 pages

./2.0/images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:46 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:46 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:46 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./2.0/images/pages:
total 8
drwxr-sr-x. 6 jenkins 1001020000   71 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./2.0/images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:46 data-by-pass-architectural-design.jpg

./2.0/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./2.0/images/pages/basic:
total 124
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./2.0/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./2.0/js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./2.0/jsonschema:
total 124
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 27773 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1459 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1450 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  4323 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:46 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  3901 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2841 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  5093 Jun 23 06:46 thing_v2.json

./2.0/openapi:
total 324
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 304375 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    729 Jun 23 06:46 README.md
drwxr-sr-x.  8 jenkins 1001020000    169 Jun 23 06:46 sources

./2.0/openapi/sources:
total 36
drwxr-sr-x. 8 jenkins 1001020000   169 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000    61 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  9687 Jun 23 06:46 api-2-index.yml
-rw-r--r--. 1 jenkins 1001020000   203 Jun 23 06:46 package.json
-rw-r--r--. 1 jenkins 1001020000 13974 Jun 23 06:46 package-lock.json
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 parameters
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 paths
drwxr-sr-x. 3 jenkins 1001020000   149 Jun 23 06:46 requests
drwxr-sr-x. 2 jenkins 1001020000   138 Jun 23 06:46 responses
drwxr-sr-x. 8 jenkins 1001020000    94 Jun 23 06:46 schemas
drwxr-sr-x. 2 jenkins 1001020000    68 Jun 23 06:46 security

./2.0/openapi/sources/parameters:
total 116
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  662 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2226 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:46 timeoutParam.yml

./2.0/openapi/sources/paths:
total 4
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x. 2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  125 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 whoami

./2.0/openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4119 Jun 23 06:46 cloudevents.yml

./2.0/openapi/sources/paths/features:
total 96
drwxr-sr-x. 2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 11506 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 12610 Jun 23 06:46 desiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 11752 Jun 23 06:46 desiredProperty.yml
-rw-r--r--. 1 jenkins 1001020000 12951 Jun 23 06:46 feature.yml
-rw-r--r--. 1 jenkins 1001020000 14656 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000 12141 Jun 23 06:46 properties.yml
-rw-r--r--. 1 jenkins 1001020000 11506 Jun 23 06:46 property.yml

./2.0/openapi/sources/paths/messages:
total 28
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4001 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3882 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 4714 Jun 23 06:46 inbox-claim.yml
-rw-r--r--. 1 jenkins 1001020000 4418 Jun 23 06:46 inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3743 Jun 23 06:46 outbox-message.yml

./2.0/openapi/sources/paths/policies:
total 92
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  2064 Jun 23 06:46 activateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2009 Jun 23 06:46 activateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  1744 Jun 23 06:46 deactivateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  1710 Jun 23 06:46 deactivateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  6125 Jun 23 06:46 entries.yml
-rw-r--r--. 1 jenkins 1001020000  9960 Jun 23 06:46 entry.yml
-rw-r--r--. 1 jenkins 1001020000 11132 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  6158 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000  8476 Jun 23 06:46 resource.yml
-rw-r--r--. 1 jenkins 1001020000  5758 Jun 23 06:46 subjects.yml
-rw-r--r--. 1 jenkins 1001020000  8541 Jun 23 06:46 subject.yml

./2.0/openapi/sources/paths/search:
total 12
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 2217 Jun 23 06:46 things-count.yml
-rw-r--r--. 1 jenkins 1001020000 4167 Jun 23 06:46 things.yml

./2.0/openapi/sources/paths/things:
total 72
drwxr-sr-x. 2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 11196 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000 11180 Jun 23 06:46 attribute.yml
-rw-r--r--. 1 jenkins 1001020000 11071 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000  6535 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000  7673 Jun 23 06:46 policyId.yml
-rw-r--r--. 1 jenkins 1001020000 20106 Jun 23 06:46 thing.yml

./2.0/openapi/sources/paths/whoami:
total 4
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1040 Jun 23 06:46 index.yml

./2.0/openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  815 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:46 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./2.0/openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./2.0/openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 725 Jun 23 06:46 activateTokenIntegration.yml

./2.0/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  138 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  586 Jun 23 06:46 messageTimeout.yml
-rw-r--r--. 1 jenkins 1001020000  573 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:46 preconditionFailed.yml

./2.0/openapi/sources/schemas:
total 4
drwxr-sr-x. 8 jenkins 1001020000   94 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 errors
drwxr-sr-x. 2 jenkins 1001020000  139 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   36 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   49 Jun 23 06:46 whoami

./2.0/openapi/sources/schemas/errors:
total 8
drwxr-sr-x. 2 jenkins 1001020000  48 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  94 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 897 Jun 23 06:46 advancedError.yml
-rw-r--r--. 1 jenkins 1001020000 803 Jun 23 06:46 error.yml

./2.0/openapi/sources/schemas/features:
total 20
drwxr-sr-x. 2 jenkins 1001020000 139 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  94 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 649 Jun 23 06:46 featureDefinition.yml
-rw-r--r--. 1 jenkins 1001020000 489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 481 Jun 23 06:46 featureProperties.yml
-rw-r--r--. 1 jenkins 1001020000 590 Jun 23 06:46 features.yml
-rw-r--r--. 1 jenkins 1001020000 573 Jun 23 06:46 feature.yml

./2.0/openapi/sources/schemas/policies:
total 44
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000   94 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  527 Jun 23 06:46 newPolicy.yml
-rw-r--r--. 1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--. 1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--. 1 jenkins 1001020000  596 Jun 23 06:46 policyEntry.yml
-rw-r--r--. 1 jenkins 1001020000  628 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--. 1 jenkins 1001020000  888 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000  871 Jun 23 06:46 subjectAnnouncement.yml
-rw-r--r--. 1 jenkins 1001020000 1190 Jun 23 06:46 subjectEntry.yml
-rw-r--r--. 1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml

./2.0/openapi/sources/schemas/search:
total 4
drwxr-sr-x. 2 jenkins 1001020000  36 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  94 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 499 Jun 23 06:46 searchResultThings.yml

./2.0/openapi/sources/schemas/things:
total 20
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000   94 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  573 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2328 Jun 23 06:46 newThing.yml
-rw-r--r--. 1 jenkins 1001020000  833 Jun 23 06:46 patchThing.yml
-rw-r--r--. 1 jenkins 1001020000 1737 Jun 23 06:46 thing.yml

./2.0/openapi/sources/schemas/whoami:
total 8
drwxr-sr-x. 2 jenkins 1001020000  49 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  94 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--. 1 jenkins 1001020000 657 Jun 23 06:46 whoami.yml

./2.0/openapi/sources/security:
total 12
drwxr-sr-x. 2 jenkins 1001020000  68 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:46 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:46 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:46 nginxBasic.yml

./2.0/slides:
total 32
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./2.0/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29031 Jun 23 06:46 index.html

./2.0/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34310 Jun 23 06:46 index.html

./2.0/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14225 Jun 23 06:46 index.html

./2.0/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15017 Jun 23 06:46 index.html

./2.0/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31918 Jun 23 06:46 index.html

./2.0/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15001 Jun 23 06:46 index.html

./2.0/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16381 Jun 23 06:46 index.html

./2.0/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./2.0/slides/images:
total 516
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png

./2.1:
total 16480
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  13227 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13245 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14308 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13766 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14245 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17524 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17274 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13943 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  93134 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13814 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13967 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26563 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14051 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14884 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14136 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13738 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29446 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13305 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13895 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13825 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14313 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17410 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13858 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15142 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13973 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16471 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53361 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15704 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14513 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14346 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17704 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37341 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14137 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24383 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18278 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14413 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29279 Jun 23 06:46 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45064 Jun 23 06:46 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30440 Jun 23 06:46 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23206 Jun 23 06:46 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16746 Jun 23 06:46 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  52022 Jun 23 06:46 2021-06-17-hmac-credentials.html
-rw-r--r--.  1 jenkins 1001020000  34660 Jun 23 06:46 2021-09-23-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000  16577 Jun 23 06:46 2021-09-27-release-announcement-210.html
-rw-r--r--.  1 jenkins 1001020000  58924 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  69296 Jun 23 06:46 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  62412 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  60816 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  61910 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  60729 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  60391 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  60449 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  65006 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000 102600 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  62615 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  64085 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  63574 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  69235 Jun 23 06:46 basic-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000 102395 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  67785 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  64346 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  79614 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  66745 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  77452 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  63012 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  63444 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  73374 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  95794 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  71851 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  67602 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  59718 Jun 23 06:46 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  61033 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  59420 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  59882 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  59843 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  62520 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  66485 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  20592 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  23065 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  93805 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  62229 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  59284 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  60452 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000 128421 Jun 23 06:46 connectivity-hmac-signing.html
-rw-r--r--.  1 jenkins 1001020000  88993 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 154655 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  60253 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  71376 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  74944 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  78550 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  84953 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  92125 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  91075 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  67569 Jun 23 06:46 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  67875 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  59936 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  60940 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 110216 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11645 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  65915 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  59987 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  64537 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  77364 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  63165 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  78723 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  13619 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  60612 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 136410 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  61565 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  61171 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  68743 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  62774 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  62490 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  60708 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  60220 Jun 23 06:46 protocol-examples-connections-announcement-closed.html
-rw-r--r--.  1 jenkins 1001020000  60220 Jun 23 06:46 protocol-examples-connections-announcement-opened.html
-rw-r--r--.  1 jenkins 1001020000  63156 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  63649 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  62829 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  63906 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  62636 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  65854 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  66225 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  63829 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  62543 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  62701 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  75859 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  62153 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  62109 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  62264 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  62345 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  62326 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  62142 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  62083 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  62252 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  62233 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  62128 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  62035 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 121776 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  68580 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  65096 Jun 23 06:46 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  65361 Jun 23 06:46 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  65953 Jun 23 06:46 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  64713 Jun 23 06:46 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  64825 Jun 23 06:46 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  66654 Jun 23 06:46 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  66897 Jun 23 06:46 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  62951 Jun 23 06:46 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  65837 Jun 23 06:46 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  64597 Jun 23 06:46 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  64354 Jun 23 06:46 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  68373 Jun 23 06:46 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  63159 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  63652 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  62832 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  63909 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  62639 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  65857 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  66228 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  65234 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  63832 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  62546 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  62513 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  73579 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  60647 Jun 23 06:46 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  62964 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  65398 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  61702 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  61380 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  60995 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  60917 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  61037 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  61019 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 103767 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  65499 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  62964 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  63169 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  61702 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  62034 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  61380 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  61708 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  64472 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  62621 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  63166 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  61699 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  61863 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  61377 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  61537 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  61512 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  61665 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  61374 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  61924 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  61274 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  62778 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  62946 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  61860 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  61202 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  61171 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  65351 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  64951 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  71743 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  60117 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  61374 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  62069 Jun 23 06:46 protocol-specification-connections-announcement.html
-rw-r--r--.  1 jenkins 1001020000  60662 Jun 23 06:46 protocol-specification-connections.html
-rw-r--r--.  1 jenkins 1001020000  59970 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  68943 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  61318 Jun 23 06:46 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  77411 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  66037 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  63992 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  72975 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000 110448 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  84629 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  64252 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  94070 Jun 23 06:46 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  83455 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  83881 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  74749 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  69793 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  60795 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  59390 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  62281 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  61762 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  62351 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  62011 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  63613 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  63760 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  63360 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  63294 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  65780 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  61432 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  61826 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  63755 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  62678 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  64469 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  67667 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  60194 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  61162 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  61643 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  60333 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  66290 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  60711 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  68115 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  64880 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  68346 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  59665 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000  98747 Jun 23 06:46 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  61453 Jun 23 06:46 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000  74376 Jun 23 06:46 release_notes_210.html
-rw-r--r--.  1 jenkins 1001020000  62155 Jun 23 06:46 release_notes_211.html
-rw-r--r--.  1 jenkins 1001020000  61438 Jun 23 06:46 release_notes_212.html
-rw-r--r--.  1 jenkins 1001020000  60018 Jun 23 06:46 release_notes_213.html
-rw-r--r--.  1 jenkins 1001020000  61006 Jun 23 06:46 release_notes_221.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  64727 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  31687 Jun 23 06:46 search.json
drwxr-sr-x. 14 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  65786 Jun 23 06:46 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  70478 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  88265 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  66783 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  77344 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  68582 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  70022 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  66672 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  70835 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  65240 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  83694 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  73472 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  71507 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  67645 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  68119 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  65758 Jun 23 06:46 tag_troubleshooting.html

./2.1/css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 23925 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./2.1/docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./2.1/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./2.1/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./2.1/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./2.1/files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./2.1/images:
total 324
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:46 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  6 jenkins 1001020000     71 Jun 23 06:46 pages

./2.1/images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:46 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:46 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:46 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./2.1/images/pages:
total 8
drwxr-sr-x. 6 jenkins 1001020000   71 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./2.1/images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:46 data-by-pass-architectural-design.jpg

./2.1/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./2.1/images/pages/basic:
total 124
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./2.1/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./2.1/js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./2.1/jsonschema:
total 140
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 37638 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1459 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1508 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  5335 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:46 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  4358 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2841 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  5180 Jun 23 06:46 thing_v2.json

./2.1/openapi:
total 332
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 313445 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    729 Jun 23 06:46 README.md
drwxr-sr-x.  8 jenkins 1001020000    169 Jun 23 06:46 sources

./2.1/openapi/sources:
total 36
drwxr-sr-x. 8 jenkins 1001020000   169 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000    61 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  9622 Jun 23 06:46 api-2-index.yml
-rw-r--r--. 1 jenkins 1001020000   203 Jun 23 06:46 package.json
-rw-r--r--. 1 jenkins 1001020000 13974 Jun 23 06:46 package-lock.json
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 parameters
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 paths
drwxr-sr-x. 3 jenkins 1001020000   149 Jun 23 06:46 requests
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 responses
drwxr-sr-x. 9 jenkins 1001020000   118 Jun 23 06:46 schemas
drwxr-sr-x. 2 jenkins 1001020000    68 Jun 23 06:46 security

./2.1/openapi/sources/parameters:
total 120
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  661 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1341 Jun 23 06:46 conditionParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2226 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:46 timeoutParam.yml

./2.1/openapi/sources/paths:
total 4
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x. 2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  125 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 whoami

./2.1/openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4119 Jun 23 06:46 cloudevents.yml

./2.1/openapi/sources/paths/features:
total 100
drwxr-sr-x. 2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 11953 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 12997 Jun 23 06:46 desiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 12139 Jun 23 06:46 desiredProperty.yml
-rw-r--r--. 1 jenkins 1001020000 13338 Jun 23 06:46 feature.yml
-rw-r--r--. 1 jenkins 1001020000 15043 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000 12528 Jun 23 06:46 properties.yml
-rw-r--r--. 1 jenkins 1001020000 11893 Jun 23 06:46 property.yml

./2.1/openapi/sources/paths/messages:
total 28
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4004 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3885 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 4717 Jun 23 06:46 inbox-claim.yml
-rw-r--r--. 1 jenkins 1001020000 4421 Jun 23 06:46 inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3746 Jun 23 06:46 outbox-message.yml

./2.1/openapi/sources/paths/policies:
total 92
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  3008 Jun 23 06:46 activateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2953 Jun 23 06:46 activateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  2744 Jun 23 06:46 deactivateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2710 Jun 23 06:46 deactivateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  6125 Jun 23 06:46 entries.yml
-rw-r--r--. 1 jenkins 1001020000  9960 Jun 23 06:46 entry.yml
-rw-r--r--. 1 jenkins 1001020000 11132 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  6158 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000  8476 Jun 23 06:46 resource.yml
-rw-r--r--. 1 jenkins 1001020000  5758 Jun 23 06:46 subjects.yml
-rw-r--r--. 1 jenkins 1001020000  8541 Jun 23 06:46 subject.yml

./2.1/openapi/sources/paths/search:
total 12
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 2217 Jun 23 06:46 things-count.yml
-rw-r--r--. 1 jenkins 1001020000 4167 Jun 23 06:46 things.yml

./2.1/openapi/sources/paths/things:
total 76
drwxr-sr-x. 2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 11583 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000 11567 Jun 23 06:46 attribute.yml
-rw-r--r--. 1 jenkins 1001020000 11458 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000  6597 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000  7947 Jun 23 06:46 policyId.yml
-rw-r--r--. 1 jenkins 1001020000 20493 Jun 23 06:46 thing.yml

./2.1/openapi/sources/paths/whoami:
total 4
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1040 Jun 23 06:46 index.yml

./2.1/openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  815 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:46 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./2.1/openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./2.1/openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 839 Jun 23 06:46 activateTokenIntegration.yml

./2.1/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  140 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  606 Jun 23 06:46 dependencyFailed.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  574 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:46 preconditionFailed.yml

./2.1/openapi/sources/schemas:
total 4
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   61 Jun 23 06:46 acknowledgements
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 errors
drwxr-sr-x. 2 jenkins 1001020000  139 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   36 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   49 Jun 23 06:46 whoami

./2.1/openapi/sources/schemas/acknowledgements:
total 8
drwxr-sr-x. 2 jenkins 1001020000  61 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 652 Jun 23 06:46 acknowledgements.yml
-rw-r--r--. 1 jenkins 1001020000 736 Jun 23 06:46 acknowledgement.yml

./2.1/openapi/sources/schemas/errors:
total 8
drwxr-sr-x. 2 jenkins 1001020000  48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 897 Jun 23 06:46 advancedError.yml
-rw-r--r--. 1 jenkins 1001020000 803 Jun 23 06:46 error.yml

./2.1/openapi/sources/schemas/features:
total 20
drwxr-sr-x. 2 jenkins 1001020000 139 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 678 Jun 23 06:46 featureDefinition.yml
-rw-r--r--. 1 jenkins 1001020000 489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 481 Jun 23 06:46 featureProperties.yml
-rw-r--r--. 1 jenkins 1001020000 590 Jun 23 06:46 features.yml
-rw-r--r--. 1 jenkins 1001020000 573 Jun 23 06:46 feature.yml

./2.1/openapi/sources/schemas/policies:
total 44
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  527 Jun 23 06:46 newPolicy.yml
-rw-r--r--. 1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--. 1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--. 1 jenkins 1001020000  596 Jun 23 06:46 policyEntry.yml
-rw-r--r--. 1 jenkins 1001020000  628 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--. 1 jenkins 1001020000  888 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000 1413 Jun 23 06:46 subjectAnnouncement.yml
-rw-r--r--. 1 jenkins 1001020000 1190 Jun 23 06:46 subjectEntry.yml
-rw-r--r--. 1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml

./2.1/openapi/sources/schemas/search:
total 4
drwxr-sr-x. 2 jenkins 1001020000  36 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 499 Jun 23 06:46 searchResultThings.yml

./2.1/openapi/sources/schemas/things:
total 20
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  602 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2328 Jun 23 06:46 newThing.yml
-rw-r--r--. 1 jenkins 1001020000  833 Jun 23 06:46 patchThing.yml
-rw-r--r--. 1 jenkins 1001020000 1737 Jun 23 06:46 thing.yml

./2.1/openapi/sources/schemas/whoami:
total 8
drwxr-sr-x. 2 jenkins 1001020000  49 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--. 1 jenkins 1001020000 657 Jun 23 06:46 whoami.yml

./2.1/openapi/sources/security:
total 12
drwxr-sr-x. 2 jenkins 1001020000  68 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:46 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:46 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:46 nginxBasic.yml

./2.1/slides:
total 32
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_05_ditto-introduction-deck
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-20-overview
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-in-20-min
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./2.1/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29031 Jun 23 06:46 index.html

./2.1/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34310 Jun 23 06:46 index.html

./2.1/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14225 Jun 23 06:46 index.html

./2.1/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15017 Jun 23 06:46 index.html

./2.1/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31918 Jun 23 06:46 index.html

./2.1/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15001 Jun 23 06:46 index.html

./2.1/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16381 Jun 23 06:46 index.html

./2.1/slides/2021_05_ditto-introduction-deck:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 30816 Jun 23 06:46 index.html

./2.1/slides/2021_06_ditto-20-overview:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16503 Jun 23 06:46 index.html

./2.1/slides/2021_06_ditto-in-20-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 21859 Jun 23 06:46 index.html

./2.1/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./2.1/slides/images:
total 544
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 14 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png
-rw-r--r--.  1 jenkins 1001020000 27392 Jun 23 06:46 wot.png

./2.2:
total 16856
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  13247 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13265 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14328 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13786 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14265 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17544 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17294 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13963 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  93154 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13834 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13987 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26583 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14071 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14904 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14156 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13758 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29466 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13325 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13915 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13845 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14333 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17430 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13878 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15162 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13993 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16491 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53381 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15724 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14533 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14366 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17724 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37361 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14157 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24403 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18298 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14433 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29299 Jun 23 06:46 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45084 Jun 23 06:46 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30460 Jun 23 06:46 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23226 Jun 23 06:46 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16766 Jun 23 06:46 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  52042 Jun 23 06:46 2021-06-17-hmac-credentials.html
-rw-r--r--.  1 jenkins 1001020000  34680 Jun 23 06:46 2021-09-23-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000  16597 Jun 23 06:46 2021-09-27-release-announcement-210.html
-rw-r--r--.  1 jenkins 1001020000  18098 Jun 23 06:46 2021-09-29-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  29250 Jun 23 06:46 2021-11-03-oauth2.html
-rw-r--r--.  1 jenkins 1001020000  15719 Jun 23 06:46 2021-11-22-release-announcement-220.html
-rw-r--r--.  1 jenkins 1001020000  59442 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  69814 Jun 23 06:46 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  62930 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  61334 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  62428 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  61247 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  60909 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  60967 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  65524 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000 103118 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  63133 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  64603 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  65479 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  69753 Jun 23 06:46 basic-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000 102913 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  68303 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  64864 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  80132 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  69866 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  77970 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  63749 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  63962 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  77651 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  96312 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  75183 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  68120 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  60236 Jun 23 06:46 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  61551 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  59938 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  60400 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  60361 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  63038 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  67003 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  21207 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  23163 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  94323 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  62747 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  59802 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  60970 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000 128939 Jun 23 06:46 connectivity-hmac-signing.html
-rw-r--r--.  1 jenkins 1001020000  93252 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 155173 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  60771 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  71894 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  75462 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  84123 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  85515 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  92643 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  91593 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  68087 Jun 23 06:46 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  68393 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  60454 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  61458 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 110734 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11645 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  66433 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  60505 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  65055 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  77882 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  63683 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  79241 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  16337 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  61130 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 136928 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  62083 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  61689 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  69261 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  63292 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  63322 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  61226 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  60738 Jun 23 06:46 protocol-examples-connections-announcement-closed.html
-rw-r--r--.  1 jenkins 1001020000  60738 Jun 23 06:46 protocol-examples-connections-announcement-opened.html
-rw-r--r--.  1 jenkins 1001020000  63674 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  64167 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  63347 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  64424 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  63154 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  66372 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  66743 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  64347 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  63061 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  63219 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  76377 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  62671 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  62627 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  62782 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  62863 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  62844 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  62660 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  62601 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  62770 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  62751 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  62646 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  62553 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 122294 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  69098 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  65614 Jun 23 06:46 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  65879 Jun 23 06:46 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  66471 Jun 23 06:46 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  65231 Jun 23 06:46 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  65343 Jun 23 06:46 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  67172 Jun 23 06:46 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  67415 Jun 23 06:46 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  63469 Jun 23 06:46 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  66355 Jun 23 06:46 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  65115 Jun 23 06:46 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  64872 Jun 23 06:46 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  68891 Jun 23 06:46 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  63677 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  64170 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  63350 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  64427 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  63157 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  66375 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  66746 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  65752 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  64350 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  63064 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  63031 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  74097 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  61165 Jun 23 06:46 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  63482 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  65916 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  62220 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  61898 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  61513 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  61435 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  61555 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  61537 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 104285 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  66017 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  63482 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  63687 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  62220 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  62552 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  61898 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  62226 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  64990 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  63139 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  63684 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  62217 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  62381 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  61895 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  62055 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  62030 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  62183 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  61892 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  62442 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  61792 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  63296 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  63464 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  62378 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  61720 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  61689 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  65869 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  65469 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  72261 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  60635 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  61892 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  62587 Jun 23 06:46 protocol-specification-connections-announcement.html
-rw-r--r--.  1 jenkins 1001020000  61180 Jun 23 06:46 protocol-specification-connections.html
-rw-r--r--.  1 jenkins 1001020000  60488 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  69461 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  61836 Jun 23 06:46 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  77929 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  66555 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  64510 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  73493 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000 110966 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  85147 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  64770 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  94588 Jun 23 06:46 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  83973 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  84399 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  75267 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  70311 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  61313 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  59908 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  62799 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  62280 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  62869 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  62529 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  64131 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  64278 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  63878 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  63812 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  66298 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  61950 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  62344 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  64273 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  63196 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  64987 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  68185 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  60712 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  61680 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  62161 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  60851 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  66808 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  61229 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  68633 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  65398 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  68864 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  60183 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000  99265 Jun 23 06:46 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  61971 Jun 23 06:46 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000  74894 Jun 23 06:46 release_notes_210.html
-rw-r--r--.  1 jenkins 1001020000  62673 Jun 23 06:46 release_notes_211.html
-rw-r--r--.  1 jenkins 1001020000  61956 Jun 23 06:46 release_notes_212.html
-rw-r--r--.  1 jenkins 1001020000  60536 Jun 23 06:46 release_notes_213.html
-rw-r--r--.  1 jenkins 1001020000  65985 Jun 23 06:46 release_notes_220.html
-rw-r--r--.  1 jenkins 1001020000  61539 Jun 23 06:46 release_notes_221.html
-rw-r--r--.  1 jenkins 1001020000  60333 Jun 23 06:46 release_notes_222.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  65245 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  32614 Jun 23 06:46 search.json
drwxr-sr-x. 15 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  66496 Jun 23 06:46 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  71746 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  90607 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  67493 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  78612 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  69292 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  70732 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  67382 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  71545 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  65950 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  84404 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  74672 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  72217 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  68355 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  68829 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  66468 Jun 23 06:46 tag_troubleshooting.html

./2.2/css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 24526 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./2.2/docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./2.2/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./2.2/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./2.2/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./2.2/files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./2.2/images:
total 516
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rwxr-xr-x.  1 jenkins 1001020000  92637 Jun 23 06:46 ditto-overview-1.png
-rwxr-xr-x.  1 jenkins 1001020000 101022 Jun 23 06:46 ditto-super-1.png
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:46 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  6 jenkins 1001020000     71 Jun 23 06:46 pages

./2.2/images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:46 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:46 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:46 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./2.2/images/pages:
total 8
drwxr-sr-x. 6 jenkins 1001020000   71 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./2.2/images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:46 data-by-pass-architectural-design.jpg

./2.2/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./2.2/images/pages/basic:
total 124
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./2.2/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./2.2/js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3246 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./2.2/jsonschema:
total 140
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 39603 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1459 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1508 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  5335 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:46 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  4358 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  2841 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  5180 Jun 23 06:46 thing_v2.json

./2.2/openapi:
total 332
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 313445 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    729 Jun 23 06:46 README.md
drwxr-sr-x.  8 jenkins 1001020000    169 Jun 23 06:46 sources

./2.2/openapi/sources:
total 36
drwxr-sr-x. 8 jenkins 1001020000   169 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000    61 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  9622 Jun 23 06:46 api-2-index.yml
-rw-r--r--. 1 jenkins 1001020000   203 Jun 23 06:46 package.json
-rw-r--r--. 1 jenkins 1001020000 13974 Jun 23 06:46 package-lock.json
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 parameters
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 paths
drwxr-sr-x. 3 jenkins 1001020000   149 Jun 23 06:46 requests
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 responses
drwxr-sr-x. 9 jenkins 1001020000   118 Jun 23 06:46 schemas
drwxr-sr-x. 2 jenkins 1001020000    68 Jun 23 06:46 security

./2.2/openapi/sources/parameters:
total 120
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  661 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1341 Jun 23 06:46 conditionParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2226 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:46 timeoutParam.yml

./2.2/openapi/sources/paths:
total 4
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x. 2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  125 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 whoami

./2.2/openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4119 Jun 23 06:46 cloudevents.yml

./2.2/openapi/sources/paths/features:
total 100
drwxr-sr-x. 2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 11953 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 12997 Jun 23 06:46 desiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 12139 Jun 23 06:46 desiredProperty.yml
-rw-r--r--. 1 jenkins 1001020000 13338 Jun 23 06:46 feature.yml
-rw-r--r--. 1 jenkins 1001020000 15043 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000 12528 Jun 23 06:46 properties.yml
-rw-r--r--. 1 jenkins 1001020000 11893 Jun 23 06:46 property.yml

./2.2/openapi/sources/paths/messages:
total 28
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4004 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3885 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 4717 Jun 23 06:46 inbox-claim.yml
-rw-r--r--. 1 jenkins 1001020000 4421 Jun 23 06:46 inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3746 Jun 23 06:46 outbox-message.yml

./2.2/openapi/sources/paths/policies:
total 92
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  3008 Jun 23 06:46 activateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2953 Jun 23 06:46 activateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  2744 Jun 23 06:46 deactivateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2710 Jun 23 06:46 deactivateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  6125 Jun 23 06:46 entries.yml
-rw-r--r--. 1 jenkins 1001020000  9960 Jun 23 06:46 entry.yml
-rw-r--r--. 1 jenkins 1001020000 11132 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  6158 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000  8476 Jun 23 06:46 resource.yml
-rw-r--r--. 1 jenkins 1001020000  5758 Jun 23 06:46 subjects.yml
-rw-r--r--. 1 jenkins 1001020000  8541 Jun 23 06:46 subject.yml

./2.2/openapi/sources/paths/search:
total 12
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 2217 Jun 23 06:46 things-count.yml
-rw-r--r--. 1 jenkins 1001020000 4167 Jun 23 06:46 things.yml

./2.2/openapi/sources/paths/things:
total 76
drwxr-sr-x. 2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 11583 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000 11567 Jun 23 06:46 attribute.yml
-rw-r--r--. 1 jenkins 1001020000 11458 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000  6597 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000  7947 Jun 23 06:46 policyId.yml
-rw-r--r--. 1 jenkins 1001020000 20493 Jun 23 06:46 thing.yml

./2.2/openapi/sources/paths/whoami:
total 4
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1040 Jun 23 06:46 index.yml

./2.2/openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  815 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:46 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./2.2/openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./2.2/openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 839 Jun 23 06:46 activateTokenIntegration.yml

./2.2/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  140 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  606 Jun 23 06:46 dependencyFailed.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  574 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:46 preconditionFailed.yml

./2.2/openapi/sources/schemas:
total 4
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   61 Jun 23 06:46 acknowledgements
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 errors
drwxr-sr-x. 2 jenkins 1001020000  139 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   36 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   49 Jun 23 06:46 whoami

./2.2/openapi/sources/schemas/acknowledgements:
total 8
drwxr-sr-x. 2 jenkins 1001020000  61 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 652 Jun 23 06:46 acknowledgements.yml
-rw-r--r--. 1 jenkins 1001020000 736 Jun 23 06:46 acknowledgement.yml

./2.2/openapi/sources/schemas/errors:
total 8
drwxr-sr-x. 2 jenkins 1001020000  48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 897 Jun 23 06:46 advancedError.yml
-rw-r--r--. 1 jenkins 1001020000 803 Jun 23 06:46 error.yml

./2.2/openapi/sources/schemas/features:
total 20
drwxr-sr-x. 2 jenkins 1001020000 139 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 678 Jun 23 06:46 featureDefinition.yml
-rw-r--r--. 1 jenkins 1001020000 489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 481 Jun 23 06:46 featureProperties.yml
-rw-r--r--. 1 jenkins 1001020000 590 Jun 23 06:46 features.yml
-rw-r--r--. 1 jenkins 1001020000 573 Jun 23 06:46 feature.yml

./2.2/openapi/sources/schemas/policies:
total 44
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  527 Jun 23 06:46 newPolicy.yml
-rw-r--r--. 1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--. 1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--. 1 jenkins 1001020000  596 Jun 23 06:46 policyEntry.yml
-rw-r--r--. 1 jenkins 1001020000  628 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--. 1 jenkins 1001020000  888 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000 1413 Jun 23 06:46 subjectAnnouncement.yml
-rw-r--r--. 1 jenkins 1001020000 1190 Jun 23 06:46 subjectEntry.yml
-rw-r--r--. 1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml

./2.2/openapi/sources/schemas/search:
total 4
drwxr-sr-x. 2 jenkins 1001020000  36 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 499 Jun 23 06:46 searchResultThings.yml

./2.2/openapi/sources/schemas/things:
total 20
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  602 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2328 Jun 23 06:46 newThing.yml
-rw-r--r--. 1 jenkins 1001020000  833 Jun 23 06:46 patchThing.yml
-rw-r--r--. 1 jenkins 1001020000 1737 Jun 23 06:46 thing.yml

./2.2/openapi/sources/schemas/whoami:
total 8
drwxr-sr-x. 2 jenkins 1001020000  49 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--. 1 jenkins 1001020000 657 Jun 23 06:46 whoami.yml

./2.2/openapi/sources/security:
total 12
drwxr-sr-x. 2 jenkins 1001020000  68 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:46 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:46 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:46 nginxBasic.yml

./2.2/slides:
total 32
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_05_ditto-introduction-deck
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-20-overview
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-in-20-min
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_10_25-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./2.2/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29031 Jun 23 06:46 index.html

./2.2/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34310 Jun 23 06:46 index.html

./2.2/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14225 Jun 23 06:46 index.html

./2.2/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15017 Jun 23 06:46 index.html

./2.2/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31918 Jun 23 06:46 index.html

./2.2/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15001 Jun 23 06:46 index.html

./2.2/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16381 Jun 23 06:46 index.html

./2.2/slides/2021_05_ditto-introduction-deck:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 30816 Jun 23 06:46 index.html

./2.2/slides/2021_06_ditto-20-overview:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16503 Jun 23 06:46 index.html

./2.2/slides/2021_06_ditto-in-20-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 21859 Jun 23 06:46 index.html

./2.2/slides/2021_10_25-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14925 Jun 23 06:46 index.html

./2.2/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./2.2/slides/images:
total 544
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png
-rw-r--r--.  1 jenkins 1001020000 27392 Jun 23 06:46 wot.png

./2.3:
total 17236
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  13247 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13265 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14328 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13786 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14265 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17544 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17294 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13963 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  93154 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13834 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13987 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26583 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14071 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14904 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14156 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13758 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29466 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13325 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13915 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13845 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14333 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17430 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13878 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15162 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13993 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16491 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53381 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15724 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14533 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14366 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17724 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37361 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14157 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24403 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18298 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14433 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29299 Jun 23 06:46 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45084 Jun 23 06:46 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30460 Jun 23 06:46 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23226 Jun 23 06:46 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16766 Jun 23 06:46 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  52042 Jun 23 06:46 2021-06-17-hmac-credentials.html
-rw-r--r--.  1 jenkins 1001020000  34268 Jun 23 06:46 2021-09-23-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000  16597 Jun 23 06:46 2021-09-27-release-announcement-210.html
-rw-r--r--.  1 jenkins 1001020000  18098 Jun 23 06:46 2021-09-29-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  29250 Jun 23 06:46 2021-11-03-oauth2.html
-rw-r--r--.  1 jenkins 1001020000  15719 Jun 23 06:46 2021-11-22-release-announcement-220.html
-rw-r--r--.  1 jenkins 1001020000  26758 Jun 23 06:46 2021-12-20-http-live-channel.html
-rw-r--r--.  1 jenkins 1001020000  24680 Jun 23 06:46 2021-12-22-live-channel-condition.html
-rw-r--r--.  1 jenkins 1001020000  17268 Jun 23 06:46 2022-01-21-release-announcement-230.html
-rw-r--r--.  1 jenkins 1001020000  59804 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  70176 Jun 23 06:46 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  63292 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  61696 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  62790 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  61609 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  61271 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  61329 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  65886 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000 103480 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  63495 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  64965 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  65841 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  73274 Jun 23 06:46 basic-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000 103275 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  69050 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  65226 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  80675 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  70228 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  78332 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  64111 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  64324 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  79453 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  96674 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  75704 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  68482 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  60598 Jun 23 06:46 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  61913 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  60300 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  60762 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  60723 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  63400 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  67369 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000  21942 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  22748 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  94685 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  63109 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  60164 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  61332 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000 129301 Jun 23 06:46 connectivity-hmac-signing.html
-rw-r--r--.  1 jenkins 1001020000  95982 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 160269 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  61133 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  72256 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  75824 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  84485 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  85877 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  93005 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  91955 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  68449 Jun 23 06:46 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  68755 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  60816 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  61820 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 113609 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11645 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  66795 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  62928 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  65417 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  78244 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  64045 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  79603 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  16337 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  61420 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 151216 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  62445 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  62051 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  69623 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  63654 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  63684 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  61588 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  61100 Jun 23 06:46 protocol-examples-connections-announcement-closed.html
-rw-r--r--.  1 jenkins 1001020000  61100 Jun 23 06:46 protocol-examples-connections-announcement-opened.html
-rw-r--r--.  1 jenkins 1001020000  64036 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  64529 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  63709 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  64786 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  63516 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  66734 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  67105 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  64709 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  63423 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  63581 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  76739 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  63033 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  62989 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  63144 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  63225 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  63206 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  63022 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  62963 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  63132 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  63113 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  63008 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  62915 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 122656 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  69460 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  65976 Jun 23 06:46 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  66241 Jun 23 06:46 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  66833 Jun 23 06:46 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  65593 Jun 23 06:46 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  65705 Jun 23 06:46 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  67534 Jun 23 06:46 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  67777 Jun 23 06:46 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  63831 Jun 23 06:46 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  66717 Jun 23 06:46 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  65477 Jun 23 06:46 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  65234 Jun 23 06:46 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  69253 Jun 23 06:46 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  64039 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  64532 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  63712 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  64789 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  63519 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  66737 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  67108 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  66114 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  64712 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  63426 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  63393 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  74459 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  61527 Jun 23 06:46 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  63844 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  66278 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  62582 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  62260 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  61875 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  61797 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  61917 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  61899 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 104647 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  66379 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  63844 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  64049 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  62582 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  62914 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  62260 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  62588 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  65352 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  63501 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  64046 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  62579 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  62743 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  62257 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  62417 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  62392 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  62545 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  62254 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  62804 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  62154 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  63658 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  63826 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  62740 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  62082 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  62051 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  66231 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  65831 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  72623 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  60997 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  62254 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  62949 Jun 23 06:46 protocol-specification-connections-announcement.html
-rw-r--r--.  1 jenkins 1001020000  61542 Jun 23 06:46 protocol-specification-connections.html
-rw-r--r--.  1 jenkins 1001020000  60850 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  70964 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  62198 Jun 23 06:46 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  78291 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  66917 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  64872 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  73855 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000 111328 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  85509 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  65132 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  94950 Jun 23 06:46 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  84335 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  84761 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  75629 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  70673 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  62096 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  60270 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  63161 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  62642 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  63231 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  62891 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  64493 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  64640 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  64240 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  64174 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  66660 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  62312 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  62706 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  64635 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  63558 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  65349 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  68547 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  61074 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  62042 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  62523 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  61213 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  67170 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  61591 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  68995 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  65760 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  69226 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  60545 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000  99627 Jun 23 06:46 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  62333 Jun 23 06:46 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000  75256 Jun 23 06:46 release_notes_210.html
-rw-r--r--.  1 jenkins 1001020000  63035 Jun 23 06:46 release_notes_211.html
-rw-r--r--.  1 jenkins 1001020000  62318 Jun 23 06:46 release_notes_212.html
-rw-r--r--.  1 jenkins 1001020000  60898 Jun 23 06:46 release_notes_213.html
-rw-r--r--.  1 jenkins 1001020000  66347 Jun 23 06:46 release_notes_220.html
-rw-r--r--.  1 jenkins 1001020000  61901 Jun 23 06:46 release_notes_221.html
-rw-r--r--.  1 jenkins 1001020000  60695 Jun 23 06:46 release_notes_222.html
-rw-r--r--.  1 jenkins 1001020000  67063 Jun 23 06:46 release_notes_230.html
-rw-r--r--.  1 jenkins 1001020000  62368 Jun 23 06:46 release_notes_231.html
-rw-r--r--.  1 jenkins 1001020000  61943 Jun 23 06:46 release_notes_232.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  65607 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  33792 Jun 23 06:46 search.json
drwxr-sr-x. 15 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  67074 Jun 23 06:46 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  72324 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  92766 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  68071 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  79190 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  69870 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  72372 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  67960 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  72123 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  66528 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  84982 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  75985 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  72795 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  68933 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  69407 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  67046 Jun 23 06:46 tag_troubleshooting.html

./2.3/css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 24526 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./2.3/docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./2.3/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./2.3/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./2.3/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./2.3/files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./2.3/images:
total 516
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rwxr-xr-x.  1 jenkins 1001020000  92637 Jun 23 06:46 ditto-overview-1.png
-rwxr-xr-x.  1 jenkins 1001020000 101022 Jun 23 06:46 ditto-super-1.png
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:46 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  6 jenkins 1001020000     71 Jun 23 06:46 pages

./2.3/images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:46 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:46 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:46 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./2.3/images/pages:
total 8
drwxr-sr-x. 6 jenkins 1001020000   71 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./2.3/images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:46 data-by-pass-architectural-design.jpg

./2.3/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./2.3/images/pages/basic:
total 124
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./2.3/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./2.3/js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3315 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./2.3/jsonschema:
total 140
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 39603 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1756 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1508 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  5335 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:46 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  4358 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  3190 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  5180 Jun 23 06:46 thing_v2.json

./2.3/openapi:
total 344
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 325837 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    729 Jun 23 06:46 README.md
drwxr-sr-x.  8 jenkins 1001020000    169 Jun 23 06:46 sources

./2.3/openapi/sources:
total 52
drwxr-sr-x. 8 jenkins 1001020000   169 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000    61 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 10011 Jun 23 06:46 api-2-index.yml
-rw-r--r--. 1 jenkins 1001020000   203 Jun 23 06:46 package.json
-rw-r--r--. 1 jenkins 1001020000 30800 Jun 23 06:46 package-lock.json
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 parameters
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 paths
drwxr-sr-x. 3 jenkins 1001020000   149 Jun 23 06:46 requests
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 responses
drwxr-sr-x. 9 jenkins 1001020000   118 Jun 23 06:46 schemas
drwxr-sr-x. 2 jenkins 1001020000    68 Jun 23 06:46 security

./2.3/openapi/sources/parameters:
total 136
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  661 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  955 Jun 23 06:46 channelParamPutDescription.yml
-rw-r--r--. 1 jenkins 1001020000  842 Jun 23 06:46 channelParam.yml
-rw-r--r--. 1 jenkins 1001020000 1421 Jun 23 06:46 conditionParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  837 Jun 23 06:46 liveChannelConditionParam.yml
-rw-r--r--. 1 jenkins 1001020000  648 Jun 23 06:46 liveChannelTimeoutStrategyParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2226 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:46 timeoutParam.yml

./2.3/openapi/sources/paths:
total 4
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x. 2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  125 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 whoami

./2.3/openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4119 Jun 23 06:46 cloudevents.yml

./2.3/openapi/sources/paths/features:
total 112
drwxr-sr-x. 2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 12639 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 13683 Jun 23 06:46 desiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 12825 Jun 23 06:46 desiredProperty.yml
-rw-r--r--. 1 jenkins 1001020000 14024 Jun 23 06:46 feature.yml
-rw-r--r--. 1 jenkins 1001020000 15729 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000 13214 Jun 23 06:46 properties.yml
-rw-r--r--. 1 jenkins 1001020000 12579 Jun 23 06:46 property.yml

./2.3/openapi/sources/paths/messages:
total 28
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4004 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3885 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 4717 Jun 23 06:46 inbox-claim.yml
-rw-r--r--. 1 jenkins 1001020000 4421 Jun 23 06:46 inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3746 Jun 23 06:46 outbox-message.yml

./2.3/openapi/sources/paths/policies:
total 92
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  3008 Jun 23 06:46 activateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2953 Jun 23 06:46 activateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  2744 Jun 23 06:46 deactivateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2710 Jun 23 06:46 deactivateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  6125 Jun 23 06:46 entries.yml
-rw-r--r--. 1 jenkins 1001020000  9960 Jun 23 06:46 entry.yml
-rw-r--r--. 1 jenkins 1001020000 11132 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  6158 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000  8476 Jun 23 06:46 resource.yml
-rw-r--r--. 1 jenkins 1001020000  5758 Jun 23 06:46 subjects.yml
-rw-r--r--. 1 jenkins 1001020000  8541 Jun 23 06:46 subject.yml

./2.3/openapi/sources/paths/search:
total 12
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 2217 Jun 23 06:46 things-count.yml
-rw-r--r--. 1 jenkins 1001020000 4167 Jun 23 06:46 things.yml

./2.3/openapi/sources/paths/things:
total 76
drwxr-sr-x. 2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 12269 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000 12253 Jun 23 06:46 attribute.yml
-rw-r--r--. 1 jenkins 1001020000 12143 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000  6597 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000  8585 Jun 23 06:46 policyId.yml
-rw-r--r--. 1 jenkins 1001020000 19811 Jun 23 06:46 thing.yml

./2.3/openapi/sources/paths/whoami:
total 4
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1040 Jun 23 06:46 index.yml

./2.3/openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  809 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:46 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./2.3/openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./2.3/openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 839 Jun 23 06:46 activateTokenIntegration.yml

./2.3/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  140 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  606 Jun 23 06:46 dependencyFailed.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  574 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:46 preconditionFailed.yml

./2.3/openapi/sources/schemas:
total 4
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   61 Jun 23 06:46 acknowledgements
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 errors
drwxr-sr-x. 2 jenkins 1001020000  139 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   36 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   49 Jun 23 06:46 whoami

./2.3/openapi/sources/schemas/acknowledgements:
total 8
drwxr-sr-x. 2 jenkins 1001020000  61 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 595 Jun 23 06:46 acknowledgements.yml
-rw-r--r--. 1 jenkins 1001020000 736 Jun 23 06:46 acknowledgement.yml

./2.3/openapi/sources/schemas/errors:
total 8
drwxr-sr-x. 2 jenkins 1001020000  48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 897 Jun 23 06:46 advancedError.yml
-rw-r--r--. 1 jenkins 1001020000 803 Jun 23 06:46 error.yml

./2.3/openapi/sources/schemas/features:
total 20
drwxr-sr-x. 2 jenkins 1001020000 139 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 678 Jun 23 06:46 featureDefinition.yml
-rw-r--r--. 1 jenkins 1001020000 489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 481 Jun 23 06:46 featureProperties.yml
-rw-r--r--. 1 jenkins 1001020000 590 Jun 23 06:46 features.yml
-rw-r--r--. 1 jenkins 1001020000 573 Jun 23 06:46 feature.yml

./2.3/openapi/sources/schemas/policies:
total 44
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  527 Jun 23 06:46 newPolicy.yml
-rw-r--r--. 1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--. 1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--. 1 jenkins 1001020000  596 Jun 23 06:46 policyEntry.yml
-rw-r--r--. 1 jenkins 1001020000  628 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--. 1 jenkins 1001020000  888 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000 1413 Jun 23 06:46 subjectAnnouncement.yml
-rw-r--r--. 1 jenkins 1001020000 1190 Jun 23 06:46 subjectEntry.yml
-rw-r--r--. 1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml

./2.3/openapi/sources/schemas/search:
total 4
drwxr-sr-x. 2 jenkins 1001020000  36 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 499 Jun 23 06:46 searchResultThings.yml

./2.3/openapi/sources/schemas/things:
total 20
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  602 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2328 Jun 23 06:46 newThing.yml
-rw-r--r--. 1 jenkins 1001020000  833 Jun 23 06:46 patchThing.yml
-rw-r--r--. 1 jenkins 1001020000 1737 Jun 23 06:46 thing.yml

./2.3/openapi/sources/schemas/whoami:
total 8
drwxr-sr-x. 2 jenkins 1001020000  49 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 118 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--. 1 jenkins 1001020000 657 Jun 23 06:46 whoami.yml

./2.3/openapi/sources/security:
total 12
drwxr-sr-x. 2 jenkins 1001020000  68 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:46 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:46 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:46 nginxBasic.yml

./2.3/slides:
total 32
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_05_ditto-introduction-deck
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-20-overview
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-in-20-min
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_10_25-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./2.3/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29031 Jun 23 06:46 index.html

./2.3/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34310 Jun 23 06:46 index.html

./2.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14225 Jun 23 06:46 index.html

./2.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15017 Jun 23 06:46 index.html

./2.3/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31918 Jun 23 06:46 index.html

./2.3/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15001 Jun 23 06:46 index.html

./2.3/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16381 Jun 23 06:46 index.html

./2.3/slides/2021_05_ditto-introduction-deck:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 30816 Jun 23 06:46 index.html

./2.3/slides/2021_06_ditto-20-overview:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16503 Jun 23 06:46 index.html

./2.3/slides/2021_06_ditto-in-20-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 21859 Jun 23 06:46 index.html

./2.3/slides/2021_10_25-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14925 Jun 23 06:46 index.html

./2.3/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./2.3/slides/images:
total 544
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png
-rw-r--r--.  1 jenkins 1001020000 27392 Jun 23 06:46 wot.png

./2.4:
total 18136
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  13247 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13265 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14328 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13786 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14265 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17544 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17294 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13963 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  93154 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13834 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13987 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26583 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14071 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14904 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14156 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13758 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29466 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13325 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13915 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13845 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14333 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17430 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13878 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15162 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13993 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16491 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53381 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15724 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14533 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14366 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17724 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37361 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14157 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24403 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18298 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14433 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29299 Jun 23 06:46 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45084 Jun 23 06:46 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30460 Jun 23 06:46 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23226 Jun 23 06:46 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16766 Jun 23 06:46 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  52042 Jun 23 06:46 2021-06-17-hmac-credentials.html
-rw-r--r--.  1 jenkins 1001020000  34268 Jun 23 06:46 2021-09-23-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000  16597 Jun 23 06:46 2021-09-27-release-announcement-210.html
-rw-r--r--.  1 jenkins 1001020000  18098 Jun 23 06:46 2021-09-29-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  29250 Jun 23 06:46 2021-11-03-oauth2.html
-rw-r--r--.  1 jenkins 1001020000  15719 Jun 23 06:46 2021-11-22-release-announcement-220.html
-rw-r--r--.  1 jenkins 1001020000  26758 Jun 23 06:46 2021-12-20-http-live-channel.html
-rw-r--r--.  1 jenkins 1001020000  24680 Jun 23 06:46 2021-12-22-live-channel-condition.html
-rw-r--r--.  1 jenkins 1001020000  17268 Jun 23 06:46 2022-01-21-release-announcement-230.html
-rw-r--r--.  1 jenkins 1001020000  32671 Jun 23 06:46 2022-03-03-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  16438 Jun 23 06:46 2022-04-14-release-announcement-240.html
-rw-r--r--.  1 jenkins 1001020000  61140 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  71512 Jun 23 06:46 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  64628 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  63032 Jun 23 06:46 architecture-services-concierge.html
-rw-r--r--.  1 jenkins 1001020000  64126 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  62945 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  62607 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  62665 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  67222 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000 104816 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  64831 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  66301 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  67177 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  74610 Jun 23 06:46 basic-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000 104611 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  72087 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  66562 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  80837 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  72055 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000  79668 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  65236 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  65660 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  91022 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  98010 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  77040 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  69818 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  61934 Jun 23 06:46 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  63249 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  61636 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  62098 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  62059 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  64736 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  68720 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000 182653 Jun 23 06:46 basic-wot-integration-example.html
-rw-r--r--.  1 jenkins 1001020000  96947 Jun 23 06:46 basic-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  22346 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  22730 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  96021 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  64445 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  61500 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  62668 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000 130637 Jun 23 06:46 connectivity-hmac-signing.html
-rw-r--r--.  1 jenkins 1001020000  97318 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 167424 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  62469 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  73592 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  77160 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  85821 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  87213 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  94341 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  93291 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  69785 Jun 23 06:46 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  70091 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  62152 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  63156 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 114945 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11645 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  68131 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  64264 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  66753 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  79580 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  65381 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  85627 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  16337 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  61847 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000 154498 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  64179 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  63387 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  70959 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  64990 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  65020 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  62924 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  62436 Jun 23 06:46 protocol-examples-connections-announcement-closed.html
-rw-r--r--.  1 jenkins 1001020000  62436 Jun 23 06:46 protocol-examples-connections-announcement-opened.html
-rw-r--r--.  1 jenkins 1001020000  65372 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  65865 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  65045 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  66122 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  64852 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  68070 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  68441 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  66045 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  64759 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  64917 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  78075 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  64369 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  64325 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  64480 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  64561 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  64542 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  64358 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  64299 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  64468 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  64449 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  64344 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  64251 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 123992 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  70796 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  67312 Jun 23 06:46 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  67577 Jun 23 06:46 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  68169 Jun 23 06:46 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  66929 Jun 23 06:46 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  67041 Jun 23 06:46 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  68870 Jun 23 06:46 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  69113 Jun 23 06:46 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  65167 Jun 23 06:46 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  68053 Jun 23 06:46 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  66813 Jun 23 06:46 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  66570 Jun 23 06:46 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  70589 Jun 23 06:46 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  65375 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  65868 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  65048 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  66125 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  64855 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  68073 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  68444 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  67450 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  66048 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  64762 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  64729 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  75795 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  62863 Jun 23 06:46 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  65180 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  67614 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  63918 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  63596 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  63211 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  63133 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  63253 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  63235 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 105983 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  67715 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  65180 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  65385 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  63918 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  64250 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  63596 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  63924 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  66688 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  64837 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  66519 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  63915 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  64079 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  63593 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  63753 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  63728 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  63881 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  63590 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  64140 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  63490 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  64994 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  65162 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  64076 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  63418 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  63387 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  67567 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  67167 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  73959 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  62333 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  63590 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  64285 Jun 23 06:46 protocol-specification-connections-announcement.html
-rw-r--r--.  1 jenkins 1001020000  62878 Jun 23 06:46 protocol-specification-connections.html
-rw-r--r--.  1 jenkins 1001020000  62186 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  72470 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  63534 Jun 23 06:46 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  79627 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  68253 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  66208 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  75343 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000 112664 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  86845 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  66468 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  96286 Jun 23 06:46 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  85671 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  86097 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  76965 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  72009 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  63432 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  61606 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  64497 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  63978 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  64567 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  64227 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  65829 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  65976 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  65576 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  65510 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  67996 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  63648 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  64042 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  65971 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  64894 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  66685 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  69883 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  62410 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  63378 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  63859 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  62549 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  68506 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  62927 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  70331 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  67096 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  70562 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  61881 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000 100963 Jun 23 06:46 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  63669 Jun 23 06:46 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000  76609 Jun 23 06:46 release_notes_210.html
-rw-r--r--.  1 jenkins 1001020000  64371 Jun 23 06:46 release_notes_211.html
-rw-r--r--.  1 jenkins 1001020000  63654 Jun 23 06:46 release_notes_212.html
-rw-r--r--.  1 jenkins 1001020000  62234 Jun 23 06:46 release_notes_213.html
-rw-r--r--.  1 jenkins 1001020000  67683 Jun 23 06:46 release_notes_220.html
-rw-r--r--.  1 jenkins 1001020000  63237 Jun 23 06:46 release_notes_221.html
-rw-r--r--.  1 jenkins 1001020000  62031 Jun 23 06:46 release_notes_222.html
-rw-r--r--.  1 jenkins 1001020000  68399 Jun 23 06:46 release_notes_230.html
-rw-r--r--.  1 jenkins 1001020000  63704 Jun 23 06:46 release_notes_231.html
-rw-r--r--.  1 jenkins 1001020000  63294 Jun 23 06:46 release_notes_232.html
-rw-r--r--.  1 jenkins 1001020000  73364 Jun 23 06:46 release_notes_240.html
-rw-r--r--.  1 jenkins 1001020000  62598 Jun 23 06:46 release_notes_241.html
-rw-r--r--.  1 jenkins 1001020000  62163 Jun 23 06:46 release_notes_242.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  66943 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  35268 Jun 23 06:46 search.json
drwxr-sr-x. 15 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  68647 Jun 23 06:46 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  73897 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  95417 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  69644 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  80759 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  71413 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  74480 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  69503 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  73696 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  68101 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  86555 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  78293 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  74368 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  70506 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  70980 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  68619 Jun 23 06:46 tag_troubleshooting.html
-rw-r--r--.  1 jenkins 1001020000  69617 Jun 23 06:46 tag_wot.html

./2.4/css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 24527 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./2.4/docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./2.4/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./2.4/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./2.4/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./2.4/files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./2.4/images:
total 516
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rwxr-xr-x.  1 jenkins 1001020000  92637 Jun 23 06:46 ditto-overview-1.png
-rwxr-xr-x.  1 jenkins 1001020000 101022 Jun 23 06:46 ditto-super-1.png
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:46 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  6 jenkins 1001020000     71 Jun 23 06:46 pages

./2.4/images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:46 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:46 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:46 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./2.4/images/pages:
total 8
drwxr-sr-x. 6 jenkins 1001020000   71 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000   70 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./2.4/images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:46 data-by-pass-architectural-design.jpg

./2.4/images/pages/architecture:
total 60
drwxr-sr-x. 2 jenkins 1001020000    70 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png

./2.4/images/pages/basic:
total 124
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./2.4/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./2.4/js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3315 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./2.4/jsonschema:
total 140
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 39603 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1756 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1508 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  5335 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:46 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  4358 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  3190 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  5180 Jun 23 06:46 thing_v2.json

./2.4/openapi:
total 352
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 333527 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    729 Jun 23 06:46 README.md
drwxr-sr-x.  8 jenkins 1001020000    169 Jun 23 06:46 sources

./2.4/openapi/sources:
total 52
drwxr-sr-x. 8 jenkins 1001020000   169 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000    61 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 10085 Jun 23 06:46 api-2-index.yml
-rw-r--r--. 1 jenkins 1001020000   203 Jun 23 06:46 package.json
-rw-r--r--. 1 jenkins 1001020000 30800 Jun 23 06:46 package-lock.json
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 parameters
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 paths
drwxr-sr-x. 3 jenkins 1001020000   149 Jun 23 06:46 requests
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 responses
drwxr-sr-x. 9 jenkins 1001020000   150 Jun 23 06:46 schemas
drwxr-sr-x. 2 jenkins 1001020000    68 Jun 23 06:46 security

./2.4/openapi/sources/parameters:
total 140
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  661 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  955 Jun 23 06:46 channelParamPutDescription.yml
-rw-r--r--. 1 jenkins 1001020000  842 Jun 23 06:46 channelParam.yml
-rw-r--r--. 1 jenkins 1001020000 1421 Jun 23 06:46 conditionParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  837 Jun 23 06:46 liveChannelConditionParam.yml
-rw-r--r--. 1 jenkins 1001020000  648 Jun 23 06:46 liveChannelTimeoutStrategyParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000 2739 Jun 23 06:46 policyFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2226 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:46 timeoutParam.yml

./2.4/openapi/sources/paths:
total 4
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x. 2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  125 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 whoami

./2.4/openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x. 2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4119 Jun 23 06:46 cloudevents.yml

./2.4/openapi/sources/paths/features:
total 112
drwxr-sr-x. 2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 12639 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 13683 Jun 23 06:46 desiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 12825 Jun 23 06:46 desiredProperty.yml
-rw-r--r--. 1 jenkins 1001020000 14130 Jun 23 06:46 feature.yml
-rw-r--r--. 1 jenkins 1001020000 15729 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000 13214 Jun 23 06:46 properties.yml
-rw-r--r--. 1 jenkins 1001020000 12579 Jun 23 06:46 property.yml

./2.4/openapi/sources/paths/messages:
total 28
drwxr-sr-x. 2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 4004 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3885 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 4717 Jun 23 06:46 inbox-claim.yml
-rw-r--r--. 1 jenkins 1001020000 4421 Jun 23 06:46 inbox-message.yml
-rw-r--r--. 1 jenkins 1001020000 3746 Jun 23 06:46 outbox-message.yml

./2.4/openapi/sources/paths/policies:
total 92
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  3008 Jun 23 06:46 activateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2953 Jun 23 06:46 activateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  2744 Jun 23 06:46 deactivateTokenIntegrationForEntry.yml
-rw-r--r--. 1 jenkins 1001020000  2710 Jun 23 06:46 deactivateTokenIntegration.yml
-rw-r--r--. 1 jenkins 1001020000  6125 Jun 23 06:46 entries.yml
-rw-r--r--. 1 jenkins 1001020000  9960 Jun 23 06:46 entry.yml
-rw-r--r--. 1 jenkins 1001020000 11423 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  6158 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000  8476 Jun 23 06:46 resource.yml
-rw-r--r--. 1 jenkins 1001020000  5758 Jun 23 06:46 subjects.yml
-rw-r--r--. 1 jenkins 1001020000  8541 Jun 23 06:46 subject.yml

./2.4/openapi/sources/paths/search:
total 12
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 2217 Jun 23 06:46 things-count.yml
-rw-r--r--. 1 jenkins 1001020000 4167 Jun 23 06:46 things.yml

./2.4/openapi/sources/paths/things:
total 76
drwxr-sr-x. 2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000   115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 12269 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000 12253 Jun 23 06:46 attribute.yml
-rw-r--r--. 1 jenkins 1001020000 12143 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000  6844 Jun 23 06:46 index.yml
-rw-r--r--. 1 jenkins 1001020000  8585 Jun 23 06:46 policyId.yml
-rw-r--r--. 1 jenkins 1001020000 19917 Jun 23 06:46 thing.yml

./2.4/openapi/sources/paths/whoami:
total 4
drwxr-sr-x. 2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  115 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1040 Jun 23 06:46 index.yml

./2.4/openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  808 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:46 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./2.4/openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./2.4/openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 839 Jun 23 06:46 activateTokenIntegration.yml

./2.4/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  140 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  606 Jun 23 06:46 dependencyFailed.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  574 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:46 preconditionFailed.yml

./2.4/openapi/sources/schemas:
total 8
drwxr-sr-x. 9 jenkins 1001020000  150 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   61 Jun 23 06:46 acknowledgements
drwxr-sr-x. 2 jenkins 1001020000   48 Jun 23 06:46 errors
drwxr-sr-x. 2 jenkins 1001020000  139 Jun 23 06:46 features
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x. 2 jenkins 1001020000   36 Jun 23 06:46 search
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 things
drwxr-sr-x. 2 jenkins 1001020000   49 Jun 23 06:46 whoami
-rw-r--r--. 1 jenkins 1001020000 3661 Jun 23 06:46 wot-thingDescription.yml

./2.4/openapi/sources/schemas/acknowledgements:
total 8
drwxr-sr-x. 2 jenkins 1001020000  61 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 150 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 595 Jun 23 06:46 acknowledgements.yml
-rw-r--r--. 1 jenkins 1001020000 736 Jun 23 06:46 acknowledgement.yml

./2.4/openapi/sources/schemas/errors:
total 8
drwxr-sr-x. 2 jenkins 1001020000  48 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 150 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 897 Jun 23 06:46 advancedError.yml
-rw-r--r--. 1 jenkins 1001020000 803 Jun 23 06:46 error.yml

./2.4/openapi/sources/schemas/features:
total 20
drwxr-sr-x. 2 jenkins 1001020000 139 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 150 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 678 Jun 23 06:46 featureDefinition.yml
-rw-r--r--. 1 jenkins 1001020000 489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--. 1 jenkins 1001020000 481 Jun 23 06:46 featureProperties.yml
-rw-r--r--. 1 jenkins 1001020000 590 Jun 23 06:46 features.yml
-rw-r--r--. 1 jenkins 1001020000 573 Jun 23 06:46 feature.yml

./2.4/openapi/sources/schemas/policies:
total 44
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  150 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  527 Jun 23 06:46 newPolicy.yml
-rw-r--r--. 1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--. 1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--. 1 jenkins 1001020000  596 Jun 23 06:46 policyEntry.yml
-rw-r--r--. 1 jenkins 1001020000  628 Jun 23 06:46 policy.yml
-rw-r--r--. 1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--. 1 jenkins 1001020000  888 Jun 23 06:46 resources.yml
-rw-r--r--. 1 jenkins 1001020000 1413 Jun 23 06:46 subjectAnnouncement.yml
-rw-r--r--. 1 jenkins 1001020000 1190 Jun 23 06:46 subjectEntry.yml
-rw-r--r--. 1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml

./2.4/openapi/sources/schemas/search:
total 4
drwxr-sr-x. 2 jenkins 1001020000  36 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 150 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 499 Jun 23 06:46 searchResultThings.yml

./2.4/openapi/sources/schemas/things:
total 20
drwxr-sr-x. 2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000  150 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  602 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2328 Jun 23 06:46 newThing.yml
-rw-r--r--. 1 jenkins 1001020000  833 Jun 23 06:46 patchThing.yml
-rw-r--r--. 1 jenkins 1001020000 1737 Jun 23 06:46 thing.yml

./2.4/openapi/sources/schemas/whoami:
total 8
drwxr-sr-x. 2 jenkins 1001020000  49 Jun 23 06:46 .
drwxr-sr-x. 9 jenkins 1001020000 150 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--. 1 jenkins 1001020000 657 Jun 23 06:46 whoami.yml

./2.4/openapi/sources/security:
total 12
drwxr-sr-x. 2 jenkins 1001020000  68 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:46 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:46 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:46 nginxBasic.yml

./2.4/slides:
total 32
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_05_ditto-introduction-deck
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-20-overview
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-in-20-min
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_10_25-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./2.4/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29031 Jun 23 06:46 index.html

./2.4/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34310 Jun 23 06:46 index.html

./2.4/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14225 Jun 23 06:46 index.html

./2.4/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15017 Jun 23 06:46 index.html

./2.4/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31918 Jun 23 06:46 index.html

./2.4/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15001 Jun 23 06:46 index.html

./2.4/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16381 Jun 23 06:46 index.html

./2.4/slides/2021_05_ditto-introduction-deck:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 30816 Jun 23 06:46 index.html

./2.4/slides/2021_06_ditto-20-overview:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16503 Jun 23 06:46 index.html

./2.4/slides/2021_06_ditto-in-20-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 21859 Jun 23 06:46 index.html

./2.4/slides/2021_10_25-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14925 Jun 23 06:46 index.html

./2.4/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./2.4/slides/images:
total 544
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png
-rw-r--r--.  1 jenkins 1001020000 27392 Jun 23 06:46 wot.png

./3.0:
total 18428
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  13254 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13272 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14335 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13801 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14272 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17551 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17301 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13970 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  91080 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13796 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13994 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26590 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14078 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14915 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14163 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13765 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29473 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13332 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13922 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13852 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14340 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17437 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13885 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15169 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  14000 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16498 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53388 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15731 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14540 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14373 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17731 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37368 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14164 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24410 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18305 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14440 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29306 Jun 23 06:46 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45091 Jun 23 06:46 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30467 Jun 23 06:46 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23233 Jun 23 06:46 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16773 Jun 23 06:46 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  52049 Jun 23 06:46 2021-06-17-hmac-credentials.html
-rw-r--r--.  1 jenkins 1001020000  34275 Jun 23 06:46 2021-09-23-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000  16604 Jun 23 06:46 2021-09-27-release-announcement-210.html
-rw-r--r--.  1 jenkins 1001020000  18105 Jun 23 06:46 2021-09-29-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  29257 Jun 23 06:46 2021-11-03-oauth2.html
-rw-r--r--.  1 jenkins 1001020000  15726 Jun 23 06:46 2021-11-22-release-announcement-220.html
-rw-r--r--.  1 jenkins 1001020000  26765 Jun 23 06:46 2021-12-20-http-live-channel.html
-rw-r--r--.  1 jenkins 1001020000  24687 Jun 23 06:46 2021-12-22-live-channel-condition.html
-rw-r--r--.  1 jenkins 1001020000  17275 Jun 23 06:46 2022-01-21-release-announcement-230.html
-rw-r--r--.  1 jenkins 1001020000  32678 Jun 23 06:46 2022-03-03-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  16445 Jun 23 06:46 2022-04-14-release-announcement-240.html
-rw-r--r--.  1 jenkins 1001020000  17423 Jun 23 06:46 2022-07-12-reactive-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  17588 Jun 23 06:46 2022-09-28-release-announcement-300.html
-rw-r--r--.  1 jenkins 1001020000  61666 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  72056 Jun 23 06:46 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  65045 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  65043 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  63497 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  63406 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  63509 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  64212 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000 105361 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  65364 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  66834 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  67725 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  75159 Jun 23 06:46 basic-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000 105151 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  72626 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  67097 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  78897 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  72592 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000 111073 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  65785 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  66197 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  91713 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000  98545 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  77572 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  74320 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  62483 Jun 23 06:46 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  63793 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  62188 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  62648 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  62601 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  65272 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  69290 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000 183205 Jun 23 06:46 basic-wot-integration-example.html
-rw-r--r--.  1 jenkins 1001020000 103319 Jun 23 06:46 basic-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  22788 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  22559 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  96559 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  64989 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  62042 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  63218 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000 131185 Jun 23 06:46 connectivity-hmac-signing.html
-rw-r--r--.  1 jenkins 1001020000  79893 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000 180942 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  63013 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  74153 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  77720 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  86379 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  87773 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  94902 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  93849 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  70334 Jun 23 06:46 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  70643 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  62683 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  63687 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 116530 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11652 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  68670 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  64803 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  67313 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  80138 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  65918 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  86161 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  16344 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  62391 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000  71346 Jun 23 06:46 installation-extending.html
-rw-r--r--.  1 jenkins 1001020000 157649 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  64863 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  63928 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  71499 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  65527 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  65556 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  63464 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  63008 Jun 23 06:46 protocol-examples-connections-announcement-closed.html
-rw-r--r--.  1 jenkins 1001020000  63008 Jun 23 06:46 protocol-examples-connections-announcement-opened.html
-rw-r--r--.  1 jenkins 1001020000  65928 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  66422 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  65602 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  66686 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  65414 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  68624 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  68996 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  66602 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  65314 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  65479 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  78627 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  64925 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  64882 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  65037 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  65125 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  65104 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  64912 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  64854 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  65025 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  65004 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  64906 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  64803 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 124547 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  71336 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  67867 Jun 23 06:46 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  68133 Jun 23 06:46 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  68732 Jun 23 06:46 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  67490 Jun 23 06:46 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  67604 Jun 23 06:46 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  69423 Jun 23 06:46 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  69667 Jun 23 06:46 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  65721 Jun 23 06:46 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  68609 Jun 23 06:46 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  67367 Jun 23 06:46 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  67131 Jun 23 06:46 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  71140 Jun 23 06:46 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  65931 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  66425 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  65605 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  66689 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  65417 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  68627 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  68999 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  68005 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  66605 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  65317 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  65291 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  76347 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  63441 Jun 23 06:46 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  65747 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  68176 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  64482 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  64159 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  63778 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  63695 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  63817 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  63798 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 106547 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  68284 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  65747 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  65947 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  64482 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  64815 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  64159 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  64488 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  67259 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  65406 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  67083 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  64481 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  64646 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  64158 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  64319 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  64286 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  64440 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  64149 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  64706 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  64054 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  65550 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  65719 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  64635 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  63975 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  63951 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  68121 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  67722 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  74506 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  62873 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  64140 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  64855 Jun 23 06:46 protocol-specification-connections-announcement.html
-rw-r--r--.  1 jenkins 1001020000  63435 Jun 23 06:46 protocol-specification-connections.html
-rw-r--r--.  1 jenkins 1001020000  62738 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  73015 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  64101 Jun 23 06:46 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  80198 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  68814 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  66762 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  75906 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000 113233 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  87404 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  67020 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  96844 Jun 23 06:46 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  86232 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  86658 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  77524 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  72560 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  63972 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  62149 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  65040 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  64521 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  65110 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  64725 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  66369 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  66519 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  66119 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  66053 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  68453 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  64191 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  64502 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  66511 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  65438 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  67228 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  70423 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  62950 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  63918 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  64399 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  63089 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  69046 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  63467 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  70871 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  67636 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  71102 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  62421 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000 101471 Jun 23 06:46 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  64209 Jun 23 06:46 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000  77132 Jun 23 06:46 release_notes_210.html
-rw-r--r--.  1 jenkins 1001020000  64911 Jun 23 06:46 release_notes_211.html
-rw-r--r--.  1 jenkins 1001020000  64194 Jun 23 06:46 release_notes_212.html
-rw-r--r--.  1 jenkins 1001020000  62774 Jun 23 06:46 release_notes_213.html
-rw-r--r--.  1 jenkins 1001020000  68223 Jun 23 06:46 release_notes_220.html
-rw-r--r--.  1 jenkins 1001020000  63777 Jun 23 06:46 release_notes_221.html
-rw-r--r--.  1 jenkins 1001020000  62571 Jun 23 06:46 release_notes_222.html
-rw-r--r--.  1 jenkins 1001020000  68939 Jun 23 06:46 release_notes_230.html
-rw-r--r--.  1 jenkins 1001020000  64244 Jun 23 06:46 release_notes_231.html
-rw-r--r--.  1 jenkins 1001020000  63834 Jun 23 06:46 release_notes_232.html
-rw-r--r--.  1 jenkins 1001020000  73808 Jun 23 06:46 release_notes_240.html
-rw-r--r--.  1 jenkins 1001020000  63138 Jun 23 06:46 release_notes_241.html
-rw-r--r--.  1 jenkins 1001020000  62703 Jun 23 06:46 release_notes_242.html
-rw-r--r--.  1 jenkins 1001020000  93683 Jun 23 06:46 release_notes_300.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  67473 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  35848 Jun 23 06:46 search.json
drwxr-sr-x. 15 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  69297 Jun 23 06:46 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  74064 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000  96929 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  70296 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  81422 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  72599 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  75126 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  70686 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  74341 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  68747 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  87205 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  79193 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  75013 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  71155 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  71628 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  69276 Jun 23 06:46 tag_troubleshooting.html
-rw-r--r--.  1 jenkins 1001020000  70275 Jun 23 06:46 tag_wot.html
drwxr-sr-x.  2 jenkins 1001020000    118 Jun 23 06:46 wot

./3.0/css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 24527 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./3.0/docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./3.0/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./3.0/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./3.0/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./3.0/files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./3.0/images:
total 724
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rwxr-xr-x.  1 jenkins 1001020000  92637 Jun 23 06:46 ditto-overview-1.png
-rw-r--r--.  1 jenkins 1001020000 159156 Jun 23 06:46 ditto-overview-1.svg
-rwxr-xr-x.  1 jenkins 1001020000 101022 Jun 23 06:46 ditto-super-1.png
-rw-r--r--.  1 jenkins 1001020000  50244 Jun 23 06:46 ditto-super-1.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:46 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  6 jenkins 1001020000     71 Jun 23 06:46 pages

./3.0/images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:46 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:46 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:46 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./3.0/images/pages:
total 8
drwxr-sr-x. 6 jenkins 1001020000   71 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000  114 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol

./3.0/images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:46 data-by-pass-architectural-design.jpg

./3.0/images/pages/architecture:
total 84
drwxr-sr-x. 2 jenkins 1001020000   114 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png
-rwxr-xr-x. 1 jenkins 1001020000 22188 Jun 23 06:46 ditto-architecture-overview-2022.png

./3.0/images/pages/basic:
total 124
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./3.0/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 6 jenkins 1001020000    71 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./3.0/js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3315 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./3.0/jsonschema:
total 140
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 39603 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1756 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1508 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  5335 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:46 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  4358 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  3190 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  5180 Jun 23 06:46 thing_v2.json

./3.0/openapi:
total 404
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 387833 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    729 Jun 23 06:46 README.md
drwxr-sr-x.  8 jenkins 1001020000    169 Jun 23 06:46 sources

./3.0/openapi/sources:
total 56
drwxr-sr-x.  8 jenkins 1001020000   169 Jun 23 06:46 .
drwxr-sr-x.  3 jenkins 1001020000    61 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 13142 Jun 23 06:46 api-2-index.yml
-rw-r--r--.  1 jenkins 1001020000   203 Jun 23 06:46 package.json
-rw-r--r--.  1 jenkins 1001020000 31404 Jun 23 06:46 package-lock.json
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 parameters
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 paths
drwxr-sr-x.  3 jenkins 1001020000   149 Jun 23 06:46 requests
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 responses
drwxr-sr-x. 10 jenkins 1001020000   169 Jun 23 06:46 schemas
drwxr-sr-x.  2 jenkins 1001020000    91 Jun 23 06:46 security

./3.0/openapi/sources/parameters:
total 156
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  661 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  955 Jun 23 06:46 channelParamPutDescription.yml
-rw-r--r--. 1 jenkins 1001020000  842 Jun 23 06:46 channelParam.yml
-rw-r--r--. 1 jenkins 1001020000 1421 Jun 23 06:46 conditionParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 connectionIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  646 Jun 23 06:46 deleteMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  644 Jun 23 06:46 getMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  837 Jun 23 06:46 liveChannelConditionParam.yml
-rw-r--r--. 1 jenkins 1001020000  648 Jun 23 06:46 liveChannelTimeoutStrategyParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  580 Jun 23 06:46 namespaceParameter.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000 2739 Jun 23 06:46 policyFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2226 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:46 timeoutParam.yml

./3.0/openapi/sources/paths:
total 4
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 connections
drwxr-sr-x.  2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 things
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:46 whoami

./3.0/openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 4119 Jun 23 06:46 cloudevents.yml

./3.0/openapi/sources/paths/connections:
total 32
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2186 Jun 23 06:46 command.yml
-rw-r--r--.  1 jenkins 1001020000 5948 Jun 23 06:46 connectionId.yml
-rw-r--r--.  1 jenkins 1001020000 5733 Jun 23 06:46 connections.yml
-rw-r--r--.  1 jenkins 1001020000 2103 Jun 23 06:46 logs.yml
-rw-r--r--.  1 jenkins 1001020000 1823 Jun 23 06:46 metrics.yml
-rw-r--r--.  1 jenkins 1001020000 1819 Jun 23 06:46 status.yml

./3.0/openapi/sources/paths/features:
total 112
drwxr-sr-x.  2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 12905 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000 13707 Jun 23 06:46 desiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000 13091 Jun 23 06:46 desiredProperty.yml
-rw-r--r--.  1 jenkins 1001020000 14396 Jun 23 06:46 feature.yml
-rw-r--r--.  1 jenkins 1001020000 15729 Jun 23 06:46 index.yml
-rw-r--r--.  1 jenkins 1001020000 13480 Jun 23 06:46 properties.yml
-rw-r--r--.  1 jenkins 1001020000 12845 Jun 23 06:46 property.yml

./3.0/openapi/sources/paths/messages:
total 28
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 4004 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3885 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 4717 Jun 23 06:46 inbox-claim.yml
-rw-r--r--.  1 jenkins 1001020000 4421 Jun 23 06:46 inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3746 Jun 23 06:46 outbox-message.yml

./3.0/openapi/sources/paths/policies:
total 92
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3008 Jun 23 06:46 activateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2953 Jun 23 06:46 activateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  2744 Jun 23 06:46 deactivateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2710 Jun 23 06:46 deactivateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  6125 Jun 23 06:46 entries.yml
-rw-r--r--.  1 jenkins 1001020000  9960 Jun 23 06:46 entry.yml
-rw-r--r--.  1 jenkins 1001020000 11423 Jun 23 06:46 policy.yml
-rw-r--r--.  1 jenkins 1001020000  6158 Jun 23 06:46 resources.yml
-rw-r--r--.  1 jenkins 1001020000  8476 Jun 23 06:46 resource.yml
-rw-r--r--.  1 jenkins 1001020000  5758 Jun 23 06:46 subjects.yml
-rw-r--r--.  1 jenkins 1001020000  8541 Jun 23 06:46 subject.yml

./3.0/openapi/sources/paths/search:
total 12
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2217 Jun 23 06:46 things-count.yml
-rw-r--r--.  1 jenkins 1001020000 4167 Jun 23 06:46 things.yml

./3.0/openapi/sources/paths/things:
total 88
drwxr-sr-x.  2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 12535 Jun 23 06:46 attributes.yml
-rw-r--r--.  1 jenkins 1001020000 12519 Jun 23 06:46 attribute.yml
-rw-r--r--.  1 jenkins 1001020000 12409 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000  6898 Jun 23 06:46 index.yml
-rw-r--r--.  1 jenkins 1001020000  8851 Jun 23 06:46 policyId.yml
-rw-r--r--.  1 jenkins 1001020000 20079 Jun 23 06:46 thing.yml

./3.0/openapi/sources/paths/whoami:
total 4
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1040 Jun 23 06:46 index.yml

./3.0/openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  808 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:46 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./3.0/openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./3.0/openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 875 Jun 23 06:46 activateTokenIntegration.yml

./3.0/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  140 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  606 Jun 23 06:46 dependencyFailed.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  574 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:46 preconditionFailed.yml

./3.0/openapi/sources/schemas:
total 12
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000   61 Jun 23 06:46 acknowledgements
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 connections
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 errors
drwxr-sr-x.  2 jenkins 1001020000  139 Jun 23 06:46 features
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x.  2 jenkins 1001020000   36 Jun 23 06:46 search
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:46 things
drwxr-sr-x.  2 jenkins 1001020000   49 Jun 23 06:46 whoami
-rw-r--r--.  1 jenkins 1001020000 3662 Jun 23 06:46 wot-thingDescription.yml

./3.0/openapi/sources/schemas/acknowledgements:
total 8
drwxr-sr-x.  2 jenkins 1001020000  61 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 595 Jun 23 06:46 acknowledgements.yml
-rw-r--r--.  1 jenkins 1001020000 736 Jun 23 06:46 acknowledgement.yml

./3.0/openapi/sources/schemas/connections:
total 116
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1130 Jun 23 06:46 connectionLogs.yml
-rw-r--r--.  1 jenkins 1001020000  914 Jun 23 06:46 connectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000 1590 Jun 23 06:46 connectionStatus.yml
-rw-r--r--.  1 jenkins 1001020000  516 Jun 23 06:46 connectionType.yml
-rw-r--r--.  1 jenkins 1001020000  563 Jun 23 06:46 connection.yml
-rw-r--r--.  1 jenkins 1001020000  522 Jun 23 06:46 connectivityStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1075 Jun 23 06:46 inboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  526 Jun 23 06:46 logCategory.yml
-rw-r--r--.  1 jenkins 1001020000 1297 Jun 23 06:46 logEntry.yml
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:46 logLevel.yml
-rw-r--r--.  1 jenkins 1001020000  610 Jun 23 06:46 logType.yml
-rw-r--r--.  1 jenkins 1001020000 1149 Jun 23 06:46 mappingContext.yml
-rw-r--r--.  1 jenkins 1001020000 1545 Jun 23 06:46 newConnection.yml
-rw-r--r--.  1 jenkins 1001020000 1313 Jun 23 06:46 outboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  588 Jun 23 06:46 overallConnectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  624 Jun 23 06:46 payloadMappingDefinitions.yml
-rw-r--r--.  1 jenkins 1001020000 3310 Jun 23 06:46 payloadMappingDefinition.yml
-rw-r--r--.  1 jenkins 1001020000 1125 Jun 23 06:46 resourceStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1180 Jun 23 06:46 singleMetric.yml
-rw-r--r--.  1 jenkins 1001020000  670 Jun 23 06:46 sourceMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  556 Jun 23 06:46 sources.yml
-rw-r--r--.  1 jenkins 1001020000 6752 Jun 23 06:46 source.yml
-rw-r--r--.  1 jenkins 1001020000 2908 Jun 23 06:46 sshTunnel.yml
-rw-r--r--.  1 jenkins 1001020000  675 Jun 23 06:46 targetMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  546 Jun 23 06:46 targets.yml
-rw-r--r--.  1 jenkins 1001020000 3266 Jun 23 06:46 target.yml
-rw-r--r--.  1 jenkins 1001020000  784 Jun 23 06:46 typedMetric.yml

./3.0/openapi/sources/schemas/errors:
total 8
drwxr-sr-x.  2 jenkins 1001020000  48 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 897 Jun 23 06:46 advancedError.yml
-rw-r--r--.  1 jenkins 1001020000 803 Jun 23 06:46 error.yml

./3.0/openapi/sources/schemas/features:
total 20
drwxr-sr-x.  2 jenkins 1001020000 139 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 678 Jun 23 06:46 featureDefinition.yml
-rw-r--r--.  1 jenkins 1001020000 489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000 481 Jun 23 06:46 featureProperties.yml
-rw-r--r--.  1 jenkins 1001020000 590 Jun 23 06:46 features.yml
-rw-r--r--.  1 jenkins 1001020000 573 Jun 23 06:46 feature.yml

./3.0/openapi/sources/schemas/policies:
total 44
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  527 Jun 23 06:46 newPolicy.yml
-rw-r--r--.  1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--.  1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--.  1 jenkins 1001020000  596 Jun 23 06:46 policyEntry.yml
-rw-r--r--.  1 jenkins 1001020000  628 Jun 23 06:46 policy.yml
-rw-r--r--.  1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--.  1 jenkins 1001020000  888 Jun 23 06:46 resources.yml
-rw-r--r--.  1 jenkins 1001020000 2019 Jun 23 06:46 subjectAnnouncement.yml
-rw-r--r--.  1 jenkins 1001020000 1190 Jun 23 06:46 subjectEntry.yml
-rw-r--r--.  1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml

./3.0/openapi/sources/schemas/search:
total 4
drwxr-sr-x.  2 jenkins 1001020000  36 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 499 Jun 23 06:46 searchResultThings.yml

./3.0/openapi/sources/schemas/things:
total 20
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--.  1 jenkins 1001020000  602 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000 2328 Jun 23 06:46 newThing.yml
-rw-r--r--.  1 jenkins 1001020000  833 Jun 23 06:46 patchThing.yml
-rw-r--r--.  1 jenkins 1001020000 1737 Jun 23 06:46 thing.yml

./3.0/openapi/sources/schemas/whoami:
total 8
drwxr-sr-x.  2 jenkins 1001020000  49 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--.  1 jenkins 1001020000 657 Jun 23 06:46 whoami.yml

./3.0/openapi/sources/security:
total 16
drwxr-sr-x. 2 jenkins 1001020000  91 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:46 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 488 Jun 23 06:46 devOpsBasic.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:46 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:46 nginxBasic.yml

./3.0/slides:
total 32
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_05_ditto-introduction-deck
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-20-overview
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-in-20-min
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_10_25-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./3.0/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29031 Jun 23 06:46 index.html

./3.0/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34310 Jun 23 06:46 index.html

./3.0/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14225 Jun 23 06:46 index.html

./3.0/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15017 Jun 23 06:46 index.html

./3.0/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31926 Jun 23 06:46 index.html

./3.0/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15001 Jun 23 06:46 index.html

./3.0/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16381 Jun 23 06:46 index.html

./3.0/slides/2021_05_ditto-introduction-deck:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 30824 Jun 23 06:46 index.html

./3.0/slides/2021_06_ditto-20-overview:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16507 Jun 23 06:46 index.html

./3.0/slides/2021_06_ditto-in-20-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 21863 Jun 23 06:46 index.html

./3.0/slides/2021_10_25-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14925 Jun 23 06:46 index.html

./3.0/slides/bg-images:
total 876
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg

./3.0/slides/images:
total 544
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 15 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000 12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000 15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000 51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000 84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000 47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000 35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000  9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000 58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000 20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000 35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000 51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000 17775 Jun 23 06:46 ttn-logo.png
-rw-r--r--.  1 jenkins 1001020000 27392 Jun 23 06:46 wot.png

./3.0/wot:
total 36
drwxr-sr-x.  2 jenkins 1001020000   118 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3764 Jun 23 06:46 ditto-extension.html
-rw-r--r--.  1 jenkins 1001020000  1503 Jun 23 06:46 ditto-extension.jsonld
-rw-r--r--.  1 jenkins 1001020000  2000 Jun 23 06:46 ditto-extension.rdf
-rw-r--r--.  1 jenkins 1001020000  1513 Jun 23 06:46 ditto-extension.ttl

./3.1:
total 19776
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  13254 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13272 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14335 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13801 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14272 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17551 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17301 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  13970 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  91080 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13796 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  13994 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26590 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14078 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14915 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14163 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13765 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29473 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13332 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13922 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13852 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14340 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17437 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13885 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15169 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  14000 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16498 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53388 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15731 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14540 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14373 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17731 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37368 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14164 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24410 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18305 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14440 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29306 Jun 23 06:46 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45091 Jun 23 06:46 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30467 Jun 23 06:46 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23233 Jun 23 06:46 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16773 Jun 23 06:46 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  52049 Jun 23 06:46 2021-06-17-hmac-credentials.html
-rw-r--r--.  1 jenkins 1001020000  34275 Jun 23 06:46 2021-09-23-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000  16604 Jun 23 06:46 2021-09-27-release-announcement-210.html
-rw-r--r--.  1 jenkins 1001020000  18105 Jun 23 06:46 2021-09-29-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  29257 Jun 23 06:46 2021-11-03-oauth2.html
-rw-r--r--.  1 jenkins 1001020000  15726 Jun 23 06:46 2021-11-22-release-announcement-220.html
-rw-r--r--.  1 jenkins 1001020000  26765 Jun 23 06:46 2021-12-20-http-live-channel.html
-rw-r--r--.  1 jenkins 1001020000  24687 Jun 23 06:46 2021-12-22-live-channel-condition.html
-rw-r--r--.  1 jenkins 1001020000  17275 Jun 23 06:46 2022-01-21-release-announcement-230.html
-rw-r--r--.  1 jenkins 1001020000  32786 Jun 23 06:46 2022-03-03-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  16445 Jun 23 06:46 2022-04-14-release-announcement-240.html
-rw-r--r--.  1 jenkins 1001020000  17423 Jun 23 06:46 2022-07-12-reactive-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  17588 Jun 23 06:46 2022-09-28-release-announcement-300.html
-rw-r--r--.  1 jenkins 1001020000  27357 Jun 23 06:46 2022-11-04-live-message-conditions.html
-rw-r--r--.  1 jenkins 1001020000  15661 Jun 23 06:46 2022-12-16-release-announcement-310.html
-rw-r--r--.  1 jenkins 1001020000  63930 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  74320 Jun 23 06:46 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  67309 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  67307 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  65761 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  65670 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  65773 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  66476 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000 107625 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  67628 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  69098 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  69989 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  77385 Jun 23 06:46 basic-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000 107415 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  74890 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  69361 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  81161 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  74856 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000 113337 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  68049 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  68461 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  93977 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000 110456 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  79836 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  76584 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  64747 Jun 23 06:46 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  66057 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  64452 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  64912 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  64865 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  67536 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  71554 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000 185673 Jun 23 06:46 basic-wot-integration-example.html
-rw-r--r--.  1 jenkins 1001020000 105583 Jun 23 06:46 basic-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  23211 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  22679 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  98823 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  67253 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  64306 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  65482 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000 133449 Jun 23 06:46 connectivity-hmac-signing.html
-rw-r--r--.  1 jenkins 1001020000  83111 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000  96818 Jun 23 06:46 connectivity-manage-connections-piggyback.html
-rw-r--r--.  1 jenkins 1001020000 183206 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  65410 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  76417 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  81932 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  88643 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  90037 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  97166 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  96113 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  72598 Jun 23 06:46 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  72907 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  64947 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  65951 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 118794 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11652 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  70934 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  67067 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  69577 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  82402 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  68182 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  88425 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  16344 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  64655 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000  73610 Jun 23 06:46 installation-extending.html
-rw-r--r--.  1 jenkins 1001020000 164338 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  67127 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  66192 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  73763 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  67791 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  68429 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  65728 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  65272 Jun 23 06:46 protocol-examples-connections-announcement-closed.html
-rw-r--r--.  1 jenkins 1001020000  65272 Jun 23 06:46 protocol-examples-connections-announcement-opened.html
-rw-r--r--.  1 jenkins 1001020000  68192 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  68686 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  67866 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  68950 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  67678 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  70888 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  71260 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  68866 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  67578 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  67743 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  80891 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  67189 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  67146 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  67301 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  67389 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  67368 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  67176 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  67118 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  67289 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  67268 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  67170 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  67067 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 126811 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  73600 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  70131 Jun 23 06:46 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  70397 Jun 23 06:46 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  70996 Jun 23 06:46 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  69754 Jun 23 06:46 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  69868 Jun 23 06:46 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  71687 Jun 23 06:46 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  71931 Jun 23 06:46 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  67985 Jun 23 06:46 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  70873 Jun 23 06:46 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  69631 Jun 23 06:46 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  69395 Jun 23 06:46 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  73404 Jun 23 06:46 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  68195 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  68689 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  67869 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  68953 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  67681 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  70891 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  71263 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  70269 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  68869 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  67581 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  67555 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  78611 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  65705 Jun 23 06:46 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  68011 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  70440 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  66746 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  66423 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  66074 Jun 23 06:46 protocol-examples-policies-deleteimport.html
-rw-r--r--.  1 jenkins 1001020000  66042 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  65959 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  66081 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  66062 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 108811 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  66534 Jun 23 06:46 protocol-examples-policies-modifyimport.html
-rw-r--r--.  1 jenkins 1001020000  67313 Jun 23 06:46 protocol-examples-policies-modifyimports.html
-rw-r--r--.  1 jenkins 1001020000  70548 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  68011 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  68211 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  66746 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  67079 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  66423 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  66752 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  66499 Jun 23 06:46 protocol-examples-policies-retrieveimport.html
-rw-r--r--.  1 jenkins 1001020000  67312 Jun 23 06:46 protocol-examples-policies-retrieveimports.html
-rw-r--r--.  1 jenkins 1001020000  69523 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  67670 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  69347 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  66745 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  66910 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  66422 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  66583 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  66550 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  66704 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  66413 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  66970 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  66318 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  67814 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  67983 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  66899 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  66239 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  66215 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  70385 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  69986 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  76770 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  65137 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  66404 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  67119 Jun 23 06:46 protocol-specification-connections-announcement.html
-rw-r--r--.  1 jenkins 1001020000  65699 Jun 23 06:46 protocol-specification-connections.html
-rw-r--r--.  1 jenkins 1001020000  65002 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  75279 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  66365 Jun 23 06:46 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  86826 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  72857 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  69026 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  81983 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000 115497 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  89668 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  69284 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000  99108 Jun 23 06:46 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  88496 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  88922 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  79788 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  74824 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  66236 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  64413 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  67304 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  66785 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  67374 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  66989 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  68633 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  68783 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  68383 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  68317 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  70717 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  66455 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  66766 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  68775 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  67702 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  69492 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  72687 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  65214 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  66182 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  66663 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  65353 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  71310 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  65731 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  73135 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  69900 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  73366 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  64685 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000 103735 Jun 23 06:46 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  66473 Jun 23 06:46 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000  79396 Jun 23 06:46 release_notes_210.html
-rw-r--r--.  1 jenkins 1001020000  67175 Jun 23 06:46 release_notes_211.html
-rw-r--r--.  1 jenkins 1001020000  66458 Jun 23 06:46 release_notes_212.html
-rw-r--r--.  1 jenkins 1001020000  65038 Jun 23 06:46 release_notes_213.html
-rw-r--r--.  1 jenkins 1001020000  70487 Jun 23 06:46 release_notes_220.html
-rw-r--r--.  1 jenkins 1001020000  66041 Jun 23 06:46 release_notes_221.html
-rw-r--r--.  1 jenkins 1001020000  64835 Jun 23 06:46 release_notes_222.html
-rw-r--r--.  1 jenkins 1001020000  71203 Jun 23 06:46 release_notes_230.html
-rw-r--r--.  1 jenkins 1001020000  66508 Jun 23 06:46 release_notes_231.html
-rw-r--r--.  1 jenkins 1001020000  66098 Jun 23 06:46 release_notes_232.html
-rw-r--r--.  1 jenkins 1001020000  76072 Jun 23 06:46 release_notes_240.html
-rw-r--r--.  1 jenkins 1001020000  65402 Jun 23 06:46 release_notes_241.html
-rw-r--r--.  1 jenkins 1001020000  64967 Jun 23 06:46 release_notes_242.html
-rw-r--r--.  1 jenkins 1001020000  95959 Jun 23 06:46 release_notes_300.html
-rw-r--r--.  1 jenkins 1001020000  72033 Jun 23 06:46 release_notes_310.html
-rw-r--r--.  1 jenkins 1001020000  65831 Jun 23 06:46 release_notes_311.html
-rw-r--r--.  1 jenkins 1001020000  65660 Jun 23 06:46 release_notes_312.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  69472 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  37207 Jun 23 06:46 search.json
drwxr-sr-x. 17 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  71852 Jun 23 06:46 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  76619 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000 100612 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  72851 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  84513 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  75811 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  78224 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  73241 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  76896 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  71302 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  90303 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  82483 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  78111 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  73710 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  74183 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  71831 Jun 23 06:46 tag_troubleshooting.html
-rw-r--r--.  1 jenkins 1001020000  72830 Jun 23 06:46 tag_wot.html
-rw-r--r--.  1 jenkins 1001020000  67513 Jun 23 06:46 user-interface.html
drwxr-sr-x.  2 jenkins 1001020000    118 Jun 23 06:46 wot

./3.1/css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 24527 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./3.1/docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./3.1/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./3.1/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./3.1/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./3.1/files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./3.1/images:
total 724
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rwxr-xr-x.  1 jenkins 1001020000  92637 Jun 23 06:46 ditto-overview-1.png
-rw-r--r--.  1 jenkins 1001020000 159156 Jun 23 06:46 ditto-overview-1.svg
-rwxr-xr-x.  1 jenkins 1001020000 101022 Jun 23 06:46 ditto-super-1.png
-rw-r--r--.  1 jenkins 1001020000  50244 Jun 23 06:46 ditto-super-1.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:46 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  7 jenkins 1001020000     81 Jun 23 06:46 pages

./3.1/images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:46 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:46 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:46 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./3.1/images/pages:
total 8
drwxr-sr-x. 7 jenkins 1001020000   81 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000  114 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol
drwxr-sr-x. 2 jenkins 1001020000  120 Jun 23 06:46 ui

./3.1/images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:46 data-by-pass-architectural-design.jpg

./3.1/images/pages/architecture:
total 84
drwxr-sr-x. 2 jenkins 1001020000   114 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png
-rwxr-xr-x. 1 jenkins 1001020000 22188 Jun 23 06:46 ditto-architecture-overview-2022.png

./3.1/images/pages/basic:
total 124
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./3.1/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./3.1/images/pages/ui:
total 620
drwxr-sr-x. 2 jenkins 1001020000    120 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000     81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 130101 Jun 23 06:46 screenshot_add_environment.png
-rw-r--r--. 1 jenkins 1001020000 482983 Jun 23 06:46 screenshot_introduction.png
-rw-r--r--. 1 jenkins 1001020000  20244 Jun 23 06:46 screenshot_select_environment.png

./3.1/js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3315 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./3.1/jsonschema:
total 140
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 39603 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1756 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1508 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  7171 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:46 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  4358 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  3190 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  5180 Jun 23 06:46 thing_v2.json

./3.1/openapi:
total 424
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 407775 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    703 Jun 23 06:46 README.md
drwxr-sr-x.  8 jenkins 1001020000    169 Jun 23 06:46 sources

./3.1/openapi/sources:
total 56
drwxr-sr-x.  8 jenkins 1001020000   169 Jun 23 06:46 .
drwxr-sr-x.  3 jenkins 1001020000    61 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 13600 Jun 23 06:46 api-2-index.yml
-rw-r--r--.  1 jenkins 1001020000   203 Jun 23 06:46 package.json
-rw-r--r--.  1 jenkins 1001020000 31379 Jun 23 06:46 package-lock.json
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 parameters
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 paths
drwxr-sr-x.  3 jenkins 1001020000   149 Jun 23 06:46 requests
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 responses
drwxr-sr-x. 10 jenkins 1001020000   169 Jun 23 06:46 schemas
drwxr-sr-x.  2 jenkins 1001020000    91 Jun 23 06:46 security

./3.1/openapi/sources/parameters:
total 160
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  661 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  955 Jun 23 06:46 channelParamPutDescription.yml
-rw-r--r--. 1 jenkins 1001020000  842 Jun 23 06:46 channelParam.yml
-rw-r--r--. 1 jenkins 1001020000 1412 Jun 23 06:46 conditionParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 connectionIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  646 Jun 23 06:46 deleteMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  644 Jun 23 06:46 getMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  764 Jun 23 06:46 importedPolicyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  837 Jun 23 06:46 liveChannelConditionParam.yml
-rw-r--r--. 1 jenkins 1001020000  648 Jun 23 06:46 liveChannelTimeoutStrategyParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  580 Jun 23 06:46 namespaceParameter.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000 2739 Jun 23 06:46 policyFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2226 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:46 timeoutParam.yml

./3.1/openapi/sources/paths:
total 4
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 connections
drwxr-sr-x.  2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 things
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:46 whoami

./3.1/openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 4119 Jun 23 06:46 cloudevents.yml

./3.1/openapi/sources/paths/connections:
total 32
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2186 Jun 23 06:46 command.yml
-rw-r--r--.  1 jenkins 1001020000 5948 Jun 23 06:46 connectionId.yml
-rw-r--r--.  1 jenkins 1001020000 5733 Jun 23 06:46 connections.yml
-rw-r--r--.  1 jenkins 1001020000 2103 Jun 23 06:46 logs.yml
-rw-r--r--.  1 jenkins 1001020000 1823 Jun 23 06:46 metrics.yml
-rw-r--r--.  1 jenkins 1001020000 1819 Jun 23 06:46 status.yml

./3.1/openapi/sources/paths/features:
total 112
drwxr-sr-x.  2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 12905 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000 13707 Jun 23 06:46 desiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000 13091 Jun 23 06:46 desiredProperty.yml
-rw-r--r--.  1 jenkins 1001020000 14396 Jun 23 06:46 feature.yml
-rw-r--r--.  1 jenkins 1001020000 15729 Jun 23 06:46 index.yml
-rw-r--r--.  1 jenkins 1001020000 13480 Jun 23 06:46 properties.yml
-rw-r--r--.  1 jenkins 1001020000 12845 Jun 23 06:46 property.yml

./3.1/openapi/sources/paths/messages:
total 32
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 4118 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3999 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 4717 Jun 23 06:46 inbox-claim.yml
-rw-r--r--.  1 jenkins 1001020000 4535 Jun 23 06:46 inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3860 Jun 23 06:46 outbox-message.yml

./3.1/openapi/sources/paths/policies:
total 112
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3008 Jun 23 06:46 activateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2953 Jun 23 06:46 activateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  2744 Jun 23 06:46 deactivateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2710 Jun 23 06:46 deactivateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  6125 Jun 23 06:46 entries.yml
-rw-r--r--.  1 jenkins 1001020000  9961 Jun 23 06:46 entry.yml
-rw-r--r--.  1 jenkins 1001020000  6061 Jun 23 06:46 imports.yml
-rw-r--r--.  1 jenkins 1001020000  9592 Jun 23 06:46 import.yml
-rw-r--r--.  1 jenkins 1001020000 11615 Jun 23 06:46 policy.yml
-rw-r--r--.  1 jenkins 1001020000  6158 Jun 23 06:46 resources.yml
-rw-r--r--.  1 jenkins 1001020000  8476 Jun 23 06:46 resource.yml
-rw-r--r--.  1 jenkins 1001020000  5758 Jun 23 06:46 subjects.yml
-rw-r--r--.  1 jenkins 1001020000  8541 Jun 23 06:46 subject.yml

./3.1/openapi/sources/paths/search:
total 12
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2217 Jun 23 06:46 things-count.yml
-rw-r--r--.  1 jenkins 1001020000 4167 Jun 23 06:46 things.yml

./3.1/openapi/sources/paths/things:
total 88
drwxr-sr-x.  2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 12535 Jun 23 06:46 attributes.yml
-rw-r--r--.  1 jenkins 1001020000 12519 Jun 23 06:46 attribute.yml
-rw-r--r--.  1 jenkins 1001020000 12409 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000  6898 Jun 23 06:46 index.yml
-rw-r--r--.  1 jenkins 1001020000  8851 Jun 23 06:46 policyId.yml
-rw-r--r--.  1 jenkins 1001020000 20079 Jun 23 06:46 thing.yml

./3.1/openapi/sources/paths/whoami:
total 4
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1040 Jun 23 06:46 index.yml

./3.1/openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  808 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:46 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./3.1/openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./3.1/openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 875 Jun 23 06:46 activateTokenIntegration.yml

./3.1/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  140 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  606 Jun 23 06:46 dependencyFailed.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  574 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:46 preconditionFailed.yml

./3.1/openapi/sources/schemas:
total 12
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000   61 Jun 23 06:46 acknowledgements
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 connections
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 errors
drwxr-sr-x.  2 jenkins 1001020000  139 Jun 23 06:46 features
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x.  2 jenkins 1001020000   36 Jun 23 06:46 search
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:46 things
drwxr-sr-x.  2 jenkins 1001020000   49 Jun 23 06:46 whoami
-rw-r--r--.  1 jenkins 1001020000 3662 Jun 23 06:46 wot-thingDescription.yml

./3.1/openapi/sources/schemas/acknowledgements:
total 8
drwxr-sr-x.  2 jenkins 1001020000  61 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 595 Jun 23 06:46 acknowledgements.yml
-rw-r--r--.  1 jenkins 1001020000 736 Jun 23 06:46 acknowledgement.yml

./3.1/openapi/sources/schemas/connections:
total 116
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1130 Jun 23 06:46 connectionLogs.yml
-rw-r--r--.  1 jenkins 1001020000  914 Jun 23 06:46 connectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000 1590 Jun 23 06:46 connectionStatus.yml
-rw-r--r--.  1 jenkins 1001020000  516 Jun 23 06:46 connectionType.yml
-rw-r--r--.  1 jenkins 1001020000  563 Jun 23 06:46 connection.yml
-rw-r--r--.  1 jenkins 1001020000  522 Jun 23 06:46 connectivityStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1075 Jun 23 06:46 inboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  526 Jun 23 06:46 logCategory.yml
-rw-r--r--.  1 jenkins 1001020000 1297 Jun 23 06:46 logEntry.yml
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:46 logLevel.yml
-rw-r--r--.  1 jenkins 1001020000  610 Jun 23 06:46 logType.yml
-rw-r--r--.  1 jenkins 1001020000 1149 Jun 23 06:46 mappingContext.yml
-rw-r--r--.  1 jenkins 1001020000 1547 Jun 23 06:46 newConnection.yml
-rw-r--r--.  1 jenkins 1001020000 1313 Jun 23 06:46 outboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  588 Jun 23 06:46 overallConnectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  624 Jun 23 06:46 payloadMappingDefinitions.yml
-rw-r--r--.  1 jenkins 1001020000 3310 Jun 23 06:46 payloadMappingDefinition.yml
-rw-r--r--.  1 jenkins 1001020000 1125 Jun 23 06:46 resourceStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1180 Jun 23 06:46 singleMetric.yml
-rw-r--r--.  1 jenkins 1001020000  670 Jun 23 06:46 sourceMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  556 Jun 23 06:46 sources.yml
-rw-r--r--.  1 jenkins 1001020000 6752 Jun 23 06:46 source.yml
-rw-r--r--.  1 jenkins 1001020000 2908 Jun 23 06:46 sshTunnel.yml
-rw-r--r--.  1 jenkins 1001020000  675 Jun 23 06:46 targetMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  546 Jun 23 06:46 targets.yml
-rw-r--r--.  1 jenkins 1001020000 3266 Jun 23 06:46 target.yml
-rw-r--r--.  1 jenkins 1001020000  784 Jun 23 06:46 typedMetric.yml

./3.1/openapi/sources/schemas/errors:
total 8
drwxr-sr-x.  2 jenkins 1001020000  48 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 897 Jun 23 06:46 advancedError.yml
-rw-r--r--.  1 jenkins 1001020000 803 Jun 23 06:46 error.yml

./3.1/openapi/sources/schemas/features:
total 20
drwxr-sr-x.  2 jenkins 1001020000 139 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 678 Jun 23 06:46 featureDefinition.yml
-rw-r--r--.  1 jenkins 1001020000 489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000 481 Jun 23 06:46 featureProperties.yml
-rw-r--r--.  1 jenkins 1001020000 590 Jun 23 06:46 features.yml
-rw-r--r--.  1 jenkins 1001020000 573 Jun 23 06:46 feature.yml

./3.1/openapi/sources/schemas/policies:
total 56
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1027 Jun 23 06:46 importable.yml
-rw-r--r--.  1 jenkins 1001020000  527 Jun 23 06:46 newPolicy.yml
-rw-r--r--.  1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--.  1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--.  1 jenkins 1001020000  637 Jun 23 06:46 policyEntry.yml
-rw-r--r--.  1 jenkins 1001020000  791 Jun 23 06:46 policyImports.yml
-rw-r--r--.  1 jenkins 1001020000  981 Jun 23 06:46 policyImport.yml
-rw-r--r--.  1 jenkins 1001020000  669 Jun 23 06:46 policy.yml
-rw-r--r--.  1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--.  1 jenkins 1001020000  888 Jun 23 06:46 resources.yml
-rw-r--r--.  1 jenkins 1001020000 2019 Jun 23 06:46 subjectAnnouncement.yml
-rw-r--r--.  1 jenkins 1001020000 1190 Jun 23 06:46 subjectEntry.yml
-rw-r--r--.  1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml

./3.1/openapi/sources/schemas/search:
total 4
drwxr-sr-x.  2 jenkins 1001020000  36 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 499 Jun 23 06:46 searchResultThings.yml

./3.1/openapi/sources/schemas/things:
total 20
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--.  1 jenkins 1001020000  602 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000 2328 Jun 23 06:46 newThing.yml
-rw-r--r--.  1 jenkins 1001020000  833 Jun 23 06:46 patchThing.yml
-rw-r--r--.  1 jenkins 1001020000 1737 Jun 23 06:46 thing.yml

./3.1/openapi/sources/schemas/whoami:
total 8
drwxr-sr-x.  2 jenkins 1001020000  49 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--.  1 jenkins 1001020000 657 Jun 23 06:46 whoami.yml

./3.1/openapi/sources/security:
total 16
drwxr-sr-x. 2 jenkins 1001020000  91 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:46 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 488 Jun 23 06:46 devOpsBasic.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:46 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:46 nginxBasic.yml

./3.1/slides:
total 32
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_05_ditto-introduction-deck
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-20-overview
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-in-20-min
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_10_25-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2022_10_24_eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2022_10_ditto-and-wot
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./3.1/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29031 Jun 23 06:46 index.html

./3.1/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34310 Jun 23 06:46 index.html

./3.1/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14225 Jun 23 06:46 index.html

./3.1/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15017 Jun 23 06:46 index.html

./3.1/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31926 Jun 23 06:46 index.html

./3.1/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15001 Jun 23 06:46 index.html

./3.1/slides/2020_10_19-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16381 Jun 23 06:46 index.html

./3.1/slides/2021_05_ditto-introduction-deck:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 30824 Jun 23 06:46 index.html

./3.1/slides/2021_06_ditto-20-overview:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16507 Jun 23 06:46 index.html

./3.1/slides/2021_06_ditto-in-20-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 21863 Jun 23 06:46 index.html

./3.1/slides/2021_10_25-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14925 Jun 23 06:46 index.html

./3.1/slides/2022_10_24_eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 13908 Jun 23 06:46 index.html

./3.1/slides/2022_10_ditto-and-wot:
total 32
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 25639 Jun 23 06:46 index.html

./3.1/slides/bg-images:
total 1344
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg
-rw-r--r--.  1 jenkins 1001020000 478262 Jun 23 06:46 juan-davila-P8PlK2nGwqA-unsplash.jpg

./3.1/slides/images:
total 808
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 17 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000  12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000  15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000  51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000  84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000  47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000  35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 267438 Jun 23 06:46 ditto-ui-screenshot.png
-rw-r--r--.  1 jenkins 1001020000  36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000   9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000  58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000  20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000  35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000  51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000  17775 Jun 23 06:46 ttn-logo.png
-rw-r--r--.  1 jenkins 1001020000  27392 Jun 23 06:46 wot.png

./3.1/wot:
total 36
drwxr-sr-x.  2 jenkins 1001020000   118 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3764 Jun 23 06:46 ditto-extension.html
-rw-r--r--.  1 jenkins 1001020000  1503 Jun 23 06:46 ditto-extension.jsonld
-rw-r--r--.  1 jenkins 1001020000  2000 Jun 23 06:46 ditto-extension.rdf
-rw-r--r--.  1 jenkins 1001020000  1513 Jun 23 06:46 ditto-extension.ttl

./3.2:
total 20540
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  13321 Jun 23 06:46 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13339 Jun 23 06:46 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14402 Jun 23 06:46 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13880 Jun 23 06:46 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14339 Jun 23 06:46 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17566 Jun 23 06:46 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17380 Jun 23 06:46 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  14037 Jun 23 06:46 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  91219 Jun 23 06:46 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13863 Jun 23 06:46 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  14061 Jun 23 06:46 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26657 Jun 23 06:46 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14145 Jun 23 06:46 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14994 Jun 23 06:46 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14230 Jun 23 06:46 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13832 Jun 23 06:46 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29588 Jun 23 06:46 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13399 Jun 23 06:46 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13989 Jun 23 06:46 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13919 Jun 23 06:46 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14407 Jun 23 06:46 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17504 Jun 23 06:46 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13952 Jun 23 06:46 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15236 Jun 23 06:46 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  14067 Jun 23 06:46 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16571 Jun 23 06:46 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53461 Jun 23 06:46 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15798 Jun 23 06:46 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14607 Jun 23 06:46 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14440 Jun 23 06:46 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17804 Jun 23 06:46 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37435 Jun 23 06:46 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14231 Jun 23 06:46 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24477 Jun 23 06:46 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18372 Jun 23 06:46 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14507 Jun 23 06:46 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29373 Jun 23 06:46 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45158 Jun 23 06:46 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30540 Jun 23 06:46 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23300 Jun 23 06:46 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16840 Jun 23 06:46 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  52116 Jun 23 06:46 2021-06-17-hmac-credentials.html
-rw-r--r--.  1 jenkins 1001020000  34342 Jun 23 06:46 2021-09-23-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000  16671 Jun 23 06:46 2021-09-27-release-announcement-210.html
-rw-r--r--.  1 jenkins 1001020000  18172 Jun 23 06:46 2021-09-29-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  29324 Jun 23 06:46 2021-11-03-oauth2.html
-rw-r--r--.  1 jenkins 1001020000  15793 Jun 23 06:46 2021-11-22-release-announcement-220.html
-rw-r--r--.  1 jenkins 1001020000  26832 Jun 23 06:46 2021-12-20-http-live-channel.html
-rw-r--r--.  1 jenkins 1001020000  24754 Jun 23 06:46 2021-12-22-live-channel-condition.html
-rw-r--r--.  1 jenkins 1001020000  17342 Jun 23 06:46 2022-01-21-release-announcement-230.html
-rw-r--r--.  1 jenkins 1001020000  32859 Jun 23 06:46 2022-03-03-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  16512 Jun 23 06:46 2022-04-14-release-announcement-240.html
-rw-r--r--.  1 jenkins 1001020000  17490 Jun 23 06:46 2022-07-12-reactive-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  17655 Jun 23 06:46 2022-09-28-release-announcement-300.html
-rw-r--r--.  1 jenkins 1001020000  27424 Jun 23 06:46 2022-11-04-live-message-conditions.html
-rw-r--r--.  1 jenkins 1001020000  15728 Jun 23 06:46 2022-12-16-release-announcement-310.html
-rw-r--r--.  1 jenkins 1001020000  16091 Jun 23 06:46 2023-03-08-release-announcement-320.html
-rw-r--r--.  1 jenkins 1001020000  65029 Jun 23 06:46 404.html
-rw-r--r--.  1 jenkins 1001020000  75419 Jun 23 06:46 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  68408 Jun 23 06:46 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  68424 Jun 23 06:46 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  66860 Jun 23 06:46 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  66787 Jun 23 06:46 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  66890 Jun 23 06:46 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  67587 Jun 23 06:46 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000 108724 Jun 23 06:46 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  68727 Jun 23 06:46 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  70197 Jun 23 06:46 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  71088 Jun 23 06:46 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  78484 Jun 23 06:46 basic-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000 108514 Jun 23 06:46 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  75989 Jun 23 06:46 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  70460 Jun 23 06:46 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  82262 Jun 23 06:46 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  85005 Jun 23 06:46 basic-history.html
-rw-r--r--.  1 jenkins 1001020000  75955 Jun 23 06:46 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000 114436 Jun 23 06:46 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  69166 Jun 23 06:46 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  69560 Jun 23 06:46 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  95076 Jun 23 06:46 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000 111555 Jun 23 06:46 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  82364 Jun 23 06:46 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  77683 Jun 23 06:46 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  65846 Jun 23 06:46 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  67156 Jun 23 06:46 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  65551 Jun 23 06:46 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  66011 Jun 23 06:46 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  65964 Jun 23 06:46 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  68636 Jun 23 06:46 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  72653 Jun 23 06:46 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000 186778 Jun 23 06:46 basic-wot-integration-example.html
-rw-r--r--.  1 jenkins 1001020000 106695 Jun 23 06:46 basic-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  23561 Jun 23 06:46 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  22724 Jun 23 06:46 blog.html
-rw-r--r--.  1 jenkins 1001020000  99928 Jun 23 06:46 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  68376 Jun 23 06:46 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  65405 Jun 23 06:46 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  66581 Jun 23 06:46 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000 134566 Jun 23 06:46 connectivity-hmac-signing.html
-rw-r--r--.  1 jenkins 1001020000  84216 Jun 23 06:46 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000  97917 Jun 23 06:46 connectivity-manage-connections-piggyback.html
-rw-r--r--.  1 jenkins 1001020000 185954 Jun 23 06:46 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  66509 Jun 23 06:46 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  77516 Jun 23 06:46 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  83034 Jun 23 06:46 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  86719 Jun 23 06:46 connectivity-protocol-bindings-hono.html
-rw-r--r--.  1 jenkins 1001020000  89742 Jun 23 06:46 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  91142 Jun 23 06:46 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  98265 Jun 23 06:46 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  97213 Jun 23 06:46 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  73697 Jun 23 06:46 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  74006 Jun 23 06:46 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:46 docson
-rw-r--r--.  1 jenkins 1001020000  66058 Jun 23 06:46 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:46 files
-rw-r--r--.  1 jenkins 1001020000  67050 Jun 23 06:46 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:46 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 119893 Jun 23 06:46 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11719 Jun 23 06:46 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  72033 Jun 23 06:46 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  68166 Jun 23 06:46 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  70676 Jun 23 06:46 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  83501 Jun 23 06:46 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  69281 Jun 23 06:46 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  89524 Jun 23 06:46 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 images
-rw-r--r--.  1 jenkins 1001020000  16417 Jun 23 06:46 index.html
-rw-r--r--.  1 jenkins 1001020000  65754 Jun 23 06:46 installation-building.html
-rw-r--r--.  1 jenkins 1001020000  74715 Jun 23 06:46 installation-extending.html
-rw-r--r--.  1 jenkins 1001020000 170247 Jun 23 06:46 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  68232 Jun 23 06:46 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  67291 Jun 23 06:46 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  74868 Jun 23 06:46 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  68890 Jun 23 06:46 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:46 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 openapi
-rw-r--r--.  1 jenkins 1001020000  69802 Jun 23 06:46 presentations.html
-rw-r--r--.  1 jenkins 1001020000  66827 Jun 23 06:46 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  66371 Jun 23 06:46 protocol-examples-connections-announcement-closed.html
-rw-r--r--.  1 jenkins 1001020000  66371 Jun 23 06:46 protocol-examples-connections-announcement-opened.html
-rw-r--r--.  1 jenkins 1001020000  69291 Jun 23 06:46 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  69785 Jun 23 06:46 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  68965 Jun 23 06:46 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  70049 Jun 23 06:46 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  68777 Jun 23 06:46 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  71987 Jun 23 06:46 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  72359 Jun 23 06:46 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  69965 Jun 23 06:46 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  68677 Jun 23 06:46 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  68842 Jun 23 06:46 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  81990 Jun 23 06:46 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  68288 Jun 23 06:46 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  68245 Jun 23 06:46 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  68400 Jun 23 06:46 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  68488 Jun 23 06:46 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  68467 Jun 23 06:46 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  68275 Jun 23 06:46 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  68217 Jun 23 06:46 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  68388 Jun 23 06:46 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  68367 Jun 23 06:46 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  68269 Jun 23 06:46 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  68166 Jun 23 06:46 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 127910 Jun 23 06:46 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  74699 Jun 23 06:46 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  71230 Jun 23 06:46 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  71496 Jun 23 06:46 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  72095 Jun 23 06:46 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  70853 Jun 23 06:46 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  70967 Jun 23 06:46 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  72786 Jun 23 06:46 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  73030 Jun 23 06:46 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  69084 Jun 23 06:46 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  71972 Jun 23 06:46 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  70730 Jun 23 06:46 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  70494 Jun 23 06:46 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  74503 Jun 23 06:46 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  69294 Jun 23 06:46 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  69788 Jun 23 06:46 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  68968 Jun 23 06:46 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  70052 Jun 23 06:46 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  68780 Jun 23 06:46 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  71990 Jun 23 06:46 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  72362 Jun 23 06:46 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  71368 Jun 23 06:46 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  69968 Jun 23 06:46 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  68680 Jun 23 06:46 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  68654 Jun 23 06:46 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  79710 Jun 23 06:46 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  66804 Jun 23 06:46 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  69110 Jun 23 06:46 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  71539 Jun 23 06:46 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  67845 Jun 23 06:46 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  67522 Jun 23 06:46 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  67173 Jun 23 06:46 protocol-examples-policies-deleteimport.html
-rw-r--r--.  1 jenkins 1001020000  67141 Jun 23 06:46 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  67058 Jun 23 06:46 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  67180 Jun 23 06:46 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  67161 Jun 23 06:46 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 109910 Jun 23 06:46 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  67633 Jun 23 06:46 protocol-examples-policies-modifyimport.html
-rw-r--r--.  1 jenkins 1001020000  68412 Jun 23 06:46 protocol-examples-policies-modifyimports.html
-rw-r--r--.  1 jenkins 1001020000  71647 Jun 23 06:46 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  69110 Jun 23 06:46 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  69310 Jun 23 06:46 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  67845 Jun 23 06:46 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  68178 Jun 23 06:46 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  67522 Jun 23 06:46 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  67851 Jun 23 06:46 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  67598 Jun 23 06:46 protocol-examples-policies-retrieveimport.html
-rw-r--r--.  1 jenkins 1001020000  68411 Jun 23 06:46 protocol-examples-policies-retrieveimports.html
-rw-r--r--.  1 jenkins 1001020000  70622 Jun 23 06:46 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  68769 Jun 23 06:46 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  70446 Jun 23 06:46 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  67844 Jun 23 06:46 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  68009 Jun 23 06:46 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  67521 Jun 23 06:46 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  67682 Jun 23 06:46 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  67649 Jun 23 06:46 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  67803 Jun 23 06:46 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  67512 Jun 23 06:46 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  68069 Jun 23 06:46 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  67417 Jun 23 06:46 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  68913 Jun 23 06:46 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  69082 Jun 23 06:46 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  67998 Jun 23 06:46 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  67338 Jun 23 06:46 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  67314 Jun 23 06:46 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  71484 Jun 23 06:46 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  71085 Jun 23 06:46 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  77869 Jun 23 06:46 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  66236 Jun 23 06:46 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  67503 Jun 23 06:46 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  68218 Jun 23 06:46 protocol-specification-connections-announcement.html
-rw-r--r--.  1 jenkins 1001020000  66798 Jun 23 06:46 protocol-specification-connections.html
-rw-r--r--.  1 jenkins 1001020000  66101 Jun 23 06:46 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  77464 Jun 23 06:46 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  67464 Jun 23 06:46 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  87925 Jun 23 06:46 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  73956 Jun 23 06:46 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  70125 Jun 23 06:46 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  83082 Jun 23 06:46 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  80620 Jun 23 06:46 protocol-specification-streaming-subscription.html
-rw-r--r--.  1 jenkins 1001020000 116596 Jun 23 06:46 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  90767 Jun 23 06:46 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  70383 Jun 23 06:46 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000 100207 Jun 23 06:46 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  89595 Jun 23 06:46 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  90021 Jun 23 06:46 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  80887 Jun 23 06:46 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  75923 Jun 23 06:46 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  67335 Jun 23 06:46 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  65512 Jun 23 06:46 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  68427 Jun 23 06:46 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  67908 Jun 23 06:46 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  68503 Jun 23 06:46 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  68124 Jun 23 06:46 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  69744 Jun 23 06:46 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  69930 Jun 23 06:46 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  69542 Jun 23 06:46 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  69452 Jun 23 06:46 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  71858 Jun 23 06:46 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  67596 Jun 23 06:46 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  67919 Jun 23 06:46 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  69898 Jun 23 06:46 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  68873 Jun 23 06:46 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  70645 Jun 23 06:46 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  73894 Jun 23 06:46 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  66331 Jun 23 06:46 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  67317 Jun 23 06:46 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  67810 Jun 23 06:46 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  66464 Jun 23 06:46 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  72475 Jun 23 06:46 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  66842 Jun 23 06:46 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  74306 Jun 23 06:46 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  71077 Jun 23 06:46 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  74568 Jun 23 06:46 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  65790 Jun 23 06:46 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000 104990 Jun 23 06:46 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  67608 Jun 23 06:46 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000  80675 Jun 23 06:46 release_notes_210.html
-rw-r--r--.  1 jenkins 1001020000  68322 Jun 23 06:46 release_notes_211.html
-rw-r--r--.  1 jenkins 1001020000  67587 Jun 23 06:46 release_notes_212.html
-rw-r--r--.  1 jenkins 1001020000  66149 Jun 23 06:46 release_notes_213.html
-rw-r--r--.  1 jenkins 1001020000  71658 Jun 23 06:46 release_notes_220.html
-rw-r--r--.  1 jenkins 1001020000  67164 Jun 23 06:46 release_notes_221.html
-rw-r--r--.  1 jenkins 1001020000  65934 Jun 23 06:46 release_notes_222.html
-rw-r--r--.  1 jenkins 1001020000  72362 Jun 23 06:46 release_notes_230.html
-rw-r--r--.  1 jenkins 1001020000  67637 Jun 23 06:46 release_notes_231.html
-rw-r--r--.  1 jenkins 1001020000  67227 Jun 23 06:46 release_notes_232.html
-rw-r--r--.  1 jenkins 1001020000  77267 Jun 23 06:46 release_notes_240.html
-rw-r--r--.  1 jenkins 1001020000  66519 Jun 23 06:46 release_notes_241.html
-rw-r--r--.  1 jenkins 1001020000  66078 Jun 23 06:46 release_notes_242.html
-rw-r--r--.  1 jenkins 1001020000  97346 Jun 23 06:46 release_notes_300.html
-rw-r--r--.  1 jenkins 1001020000  73133 Jun 23 06:46 release_notes_310.html
-rw-r--r--.  1 jenkins 1001020000  66930 Jun 23 06:46 release_notes_311.html
-rw-r--r--.  1 jenkins 1001020000  66759 Jun 23 06:46 release_notes_312.html
-rw-r--r--.  1 jenkins 1001020000  74634 Jun 23 06:46 release_notes_320.html
-rw-r--r--.  1 jenkins 1001020000  68145 Jun 23 06:46 release_notes_321.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:46 robots.txt
-rw-r--r--.  1 jenkins 1001020000  70571 Jun 23 06:46 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  38408 Jun 23 06:46 search.json
drwxr-sr-x. 18 jenkins 1001020000   4096 Jun 23 06:46 slides
-rw-r--r--.  1 jenkins 1001020000  73131 Jun 23 06:46 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  77898 Jun 23 06:46 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000 102425 Jun 23 06:46 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  74130 Jun 23 06:46 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  86301 Jun 23 06:46 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  77090 Jun 23 06:46 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  73642 Jun 23 06:46 tag_history.html
-rw-r--r--.  1 jenkins 1001020000  79503 Jun 23 06:46 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  74520 Jun 23 06:46 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  78175 Jun 23 06:46 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  72581 Jun 23 06:46 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  92155 Jun 23 06:46 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  84252 Jun 23 06:46 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  79390 Jun 23 06:46 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  74989 Jun 23 06:46 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  75462 Jun 23 06:46 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  73110 Jun 23 06:46 tag_troubleshooting.html
-rw-r--r--.  1 jenkins 1001020000  74109 Jun 23 06:46 tag_wot.html
-rw-r--r--.  1 jenkins 1001020000  68612 Jun 23 06:46 user-interface.html
drwxr-sr-x.  2 jenkins 1001020000    118 Jun 23 06:46 wot

./3.2/css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:46 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 24527 Jun 23 06:46 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:46 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:46 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:46 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:46 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:46 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:46 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:46 theme-green.css

./3.2/docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:46 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:46 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:46 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:46 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:46 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:46 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:46 widget.js

./3.2/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:46 docson.css

./3.2/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:46 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:46 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:46 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:46 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:46 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:46 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:46 traverse.js

./3.2/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:46 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:46 signature.html

./3.2/files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:46 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:46 migration_mongodb_1.0.0.js

./3.2/images:
total 724
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:46 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:46 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:46 ditto_allwhite_textonly.svg
-rwxr-xr-x.  1 jenkins 1001020000  92637 Jun 23 06:46 ditto-overview-1.png
-rw-r--r--.  1 jenkins 1001020000 159156 Jun 23 06:46 ditto-overview-1.svg
-rwxr-xr-x.  1 jenkins 1001020000 101022 Jun 23 06:46 ditto-super-1.png
-rw-r--r--.  1 jenkins 1001020000  50244 Jun 23 06:46 ditto-super-1.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:46 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:46 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:46 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:46 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:46 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:46 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:46 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:46 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:46 iot_logo.svg
drwxr-sr-x.  7 jenkins 1001020000     81 Jun 23 06:46 pages

./3.2/images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:46 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:46 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:46 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:46 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:46 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:46 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:46 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./3.2/images/pages:
total 8
drwxr-sr-x. 7 jenkins 1001020000   81 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000  114 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol
drwxr-sr-x. 2 jenkins 1001020000  120 Jun 23 06:46 ui

./3.2/images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:46 data-by-pass-architectural-design.jpg

./3.2/images/pages/architecture:
total 84
drwxr-sr-x. 2 jenkins 1001020000   114 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:46 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:46 context-overview.png
-rwxr-xr-x. 1 jenkins 1001020000 22188 Jun 23 06:46 ditto-architecture-overview-2022.png

./3.2/images/pages/basic:
total 124
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:46 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:46 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:46 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:46 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:46 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:46 policy-example.png

./3.2/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:46 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:46 ditto-twin-channel.png

./3.2/images/pages/ui:
total 620
drwxr-sr-x. 2 jenkins 1001020000    120 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000     81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 130101 Jun 23 06:46 screenshot_add_environment.png
-rw-r--r--. 1 jenkins 1001020000 482983 Jun 23 06:46 screenshot_introduction.png
-rw-r--r--. 1 jenkins 1001020000  20244 Jun 23 06:46 screenshot_select_environment.png

./3.2/js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3315 Jun 23 06:46 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:46 toc.js

./3.2/jsonschema:
total 160
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 40261 Jun 23 06:46 connection.json
-rw-r--r--.  1 jenkins 1001020000  1756 Jun 23 06:46 error.json
-rw-r--r--.  1 jenkins 1001020000  1508 Jun 23 06:46 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:46 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  8140 Jun 23 06:46 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:46 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:46 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:46 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  4358 Jun 23 06:46 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  3190 Jun 23 06:46 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:46 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:46 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:46 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:46 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:46 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:46 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  1259 Jun 23 06:46 protocol-streaming-subscription-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   333 Jun 23 06:46 protocol-streaming-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000   453 Jun 23 06:46 protocol-streaming-subscription-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   468 Jun 23 06:46 protocol-streaming-subscription-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   703 Jun 23 06:46 protocol-streaming-subscription-subscribe-for-persisted-events-payload.json
-rw-r--r--.  1 jenkins 1001020000  5180 Jun 23 06:46 thing_v2.json

./3.2/openapi:
total 428
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 409675 Jun 23 06:46 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    703 Jun 23 06:46 README.md
drwxr-sr-x.  8 jenkins 1001020000    169 Jun 23 06:46 sources

./3.2/openapi/sources:
total 56
drwxr-sr-x.  8 jenkins 1001020000   169 Jun 23 06:46 .
drwxr-sr-x.  3 jenkins 1001020000    61 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 13750 Jun 23 06:46 api-2-index.yml
-rw-r--r--.  1 jenkins 1001020000   203 Jun 23 06:46 package.json
-rw-r--r--.  1 jenkins 1001020000 31379 Jun 23 06:46 package-lock.json
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 parameters
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 paths
drwxr-sr-x.  3 jenkins 1001020000   149 Jun 23 06:46 requests
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 responses
drwxr-sr-x. 10 jenkins 1001020000   169 Jun 23 06:46 schemas
drwxr-sr-x.  2 jenkins 1001020000   115 Jun 23 06:46 security

./3.2/openapi/sources/parameters:
total 164
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  661 Jun 23 06:46 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:46 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:46 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  955 Jun 23 06:46 channelParamPutDescription.yml
-rw-r--r--. 1 jenkins 1001020000  842 Jun 23 06:46 channelParam.yml
-rw-r--r--. 1 jenkins 1001020000 1412 Jun 23 06:46 conditionParam.yml
-rw-r--r--. 1 jenkins 1001020000 1408 Jun 23 06:46 connectionFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 connectionIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  646 Jun 23 06:46 deleteMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:46 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:46 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:46 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:46 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  644 Jun 23 06:46 getMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:46 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:46 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:46 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  764 Jun 23 06:46 importedPolicyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:46 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  837 Jun 23 06:46 liveChannelConditionParam.yml
-rw-r--r--. 1 jenkins 1001020000  648 Jun 23 06:46 liveChannelTimeoutStrategyParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:46 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:46 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:46 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  580 Jun 23 06:46 namespaceParameter.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:46 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000 2739 Jun 23 06:46 policyFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:46 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:46 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:46 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:46 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:46 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:46 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:46 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2342 Jun 23 06:46 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:46 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:46 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:46 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:46 timeoutParam.yml

./3.2/openapi/sources/paths:
total 4
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 connections
drwxr-sr-x.  2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 things
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:46 whoami

./3.2/openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 4119 Jun 23 06:46 cloudevents.yml

./3.2/openapi/sources/paths/connections:
total 32
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2207 Jun 23 06:46 command.yml
-rw-r--r--.  1 jenkins 1001020000 5884 Jun 23 06:46 connectionId.yml
-rw-r--r--.  1 jenkins 1001020000 5671 Jun 23 06:46 connections.yml
-rw-r--r--.  1 jenkins 1001020000 2125 Jun 23 06:46 logs.yml
-rw-r--r--.  1 jenkins 1001020000 1845 Jun 23 06:46 metrics.yml
-rw-r--r--.  1 jenkins 1001020000 1841 Jun 23 06:46 status.yml

./3.2/openapi/sources/paths/features:
total 112
drwxr-sr-x.  2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 12905 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000 13707 Jun 23 06:46 desiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000 13091 Jun 23 06:46 desiredProperty.yml
-rw-r--r--.  1 jenkins 1001020000 14396 Jun 23 06:46 feature.yml
-rw-r--r--.  1 jenkins 1001020000 15729 Jun 23 06:46 index.yml
-rw-r--r--.  1 jenkins 1001020000 13480 Jun 23 06:46 properties.yml
-rw-r--r--.  1 jenkins 1001020000 12845 Jun 23 06:46 property.yml

./3.2/openapi/sources/paths/messages:
total 32
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 4118 Jun 23 06:46 feature-inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3999 Jun 23 06:46 feature-outbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 4717 Jun 23 06:46 inbox-claim.yml
-rw-r--r--.  1 jenkins 1001020000 4535 Jun 23 06:46 inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3860 Jun 23 06:46 outbox-message.yml

./3.2/openapi/sources/paths/policies:
total 112
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3008 Jun 23 06:46 activateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2953 Jun 23 06:46 activateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  2744 Jun 23 06:46 deactivateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2710 Jun 23 06:46 deactivateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  6125 Jun 23 06:46 entries.yml
-rw-r--r--.  1 jenkins 1001020000  9961 Jun 23 06:46 entry.yml
-rw-r--r--.  1 jenkins 1001020000  6061 Jun 23 06:46 imports.yml
-rw-r--r--.  1 jenkins 1001020000  9592 Jun 23 06:46 import.yml
-rw-r--r--.  1 jenkins 1001020000 11615 Jun 23 06:46 policy.yml
-rw-r--r--.  1 jenkins 1001020000  6158 Jun 23 06:46 resources.yml
-rw-r--r--.  1 jenkins 1001020000  8476 Jun 23 06:46 resource.yml
-rw-r--r--.  1 jenkins 1001020000  5758 Jun 23 06:46 subjects.yml
-rw-r--r--.  1 jenkins 1001020000  8541 Jun 23 06:46 subject.yml

./3.2/openapi/sources/paths/search:
total 12
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2217 Jun 23 06:46 things-count.yml
-rw-r--r--.  1 jenkins 1001020000 4167 Jun 23 06:46 things.yml

./3.2/openapi/sources/paths/things:
total 88
drwxr-sr-x.  2 jenkins 1001020000   125 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000   134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 12535 Jun 23 06:46 attributes.yml
-rw-r--r--.  1 jenkins 1001020000 12519 Jun 23 06:46 attribute.yml
-rw-r--r--.  1 jenkins 1001020000 12409 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000  6898 Jun 23 06:46 index.yml
-rw-r--r--.  1 jenkins 1001020000  8851 Jun 23 06:46 policyId.yml
-rw-r--r--.  1 jenkins 1001020000 20079 Jun 23 06:46 thing.yml

./3.2/openapi/sources/paths/whoami:
total 4
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  134 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1040 Jun 23 06:46 index.yml

./3.2/openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:46 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  808 Jun 23 06:46 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:46 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:46 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:46 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:46 value.yml

./3.2/openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./3.2/openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 875 Jun 23 06:46 activateTokenIntegration.yml

./3.2/openapi/sources/responses:
total 20
drwxr-sr-x. 2 jenkins 1001020000  140 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  606 Jun 23 06:46 dependencyFailed.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:46 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  574 Jun 23 06:46 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:46 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:46 preconditionFailed.yml

./3.2/openapi/sources/schemas:
total 12
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000  169 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000   61 Jun 23 06:46 acknowledgements
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 connections
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 errors
drwxr-sr-x.  2 jenkins 1001020000  139 Jun 23 06:46 features
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x.  2 jenkins 1001020000   36 Jun 23 06:46 search
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:46 things
drwxr-sr-x.  2 jenkins 1001020000   49 Jun 23 06:46 whoami
-rw-r--r--.  1 jenkins 1001020000 3662 Jun 23 06:46 wot-thingDescription.yml

./3.2/openapi/sources/schemas/acknowledgements:
total 8
drwxr-sr-x.  2 jenkins 1001020000  61 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 595 Jun 23 06:46 acknowledgements.yml
-rw-r--r--.  1 jenkins 1001020000 736 Jun 23 06:46 acknowledgement.yml

./3.2/openapi/sources/schemas/connections:
total 116
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1130 Jun 23 06:46 connectionLogs.yml
-rw-r--r--.  1 jenkins 1001020000  914 Jun 23 06:46 connectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000 1590 Jun 23 06:46 connectionStatus.yml
-rw-r--r--.  1 jenkins 1001020000  526 Jun 23 06:46 connectionType.yml
-rw-r--r--.  1 jenkins 1001020000  563 Jun 23 06:46 connection.yml
-rw-r--r--.  1 jenkins 1001020000  522 Jun 23 06:46 connectivityStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1075 Jun 23 06:46 inboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  526 Jun 23 06:46 logCategory.yml
-rw-r--r--.  1 jenkins 1001020000 1297 Jun 23 06:46 logEntry.yml
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:46 logLevel.yml
-rw-r--r--.  1 jenkins 1001020000  610 Jun 23 06:46 logType.yml
-rw-r--r--.  1 jenkins 1001020000 1149 Jun 23 06:46 mappingContext.yml
-rw-r--r--.  1 jenkins 1001020000 1547 Jun 23 06:46 newConnection.yml
-rw-r--r--.  1 jenkins 1001020000 1313 Jun 23 06:46 outboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  588 Jun 23 06:46 overallConnectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  624 Jun 23 06:46 payloadMappingDefinitions.yml
-rw-r--r--.  1 jenkins 1001020000 3310 Jun 23 06:46 payloadMappingDefinition.yml
-rw-r--r--.  1 jenkins 1001020000 1125 Jun 23 06:46 resourceStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1180 Jun 23 06:46 singleMetric.yml
-rw-r--r--.  1 jenkins 1001020000  670 Jun 23 06:46 sourceMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  556 Jun 23 06:46 sources.yml
-rw-r--r--.  1 jenkins 1001020000 6935 Jun 23 06:46 source.yml
-rw-r--r--.  1 jenkins 1001020000 2908 Jun 23 06:46 sshTunnel.yml
-rw-r--r--.  1 jenkins 1001020000  675 Jun 23 06:46 targetMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  546 Jun 23 06:46 targets.yml
-rw-r--r--.  1 jenkins 1001020000 3329 Jun 23 06:46 target.yml
-rw-r--r--.  1 jenkins 1001020000  784 Jun 23 06:46 typedMetric.yml

./3.2/openapi/sources/schemas/errors:
total 8
drwxr-sr-x.  2 jenkins 1001020000  48 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 897 Jun 23 06:46 advancedError.yml
-rw-r--r--.  1 jenkins 1001020000 803 Jun 23 06:46 error.yml

./3.2/openapi/sources/schemas/features:
total 20
drwxr-sr-x.  2 jenkins 1001020000 139 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 678 Jun 23 06:46 featureDefinition.yml
-rw-r--r--.  1 jenkins 1001020000 489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000 481 Jun 23 06:46 featureProperties.yml
-rw-r--r--.  1 jenkins 1001020000 590 Jun 23 06:46 features.yml
-rw-r--r--.  1 jenkins 1001020000 573 Jun 23 06:46 feature.yml

./3.2/openapi/sources/schemas/policies:
total 56
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1027 Jun 23 06:46 importable.yml
-rw-r--r--.  1 jenkins 1001020000  527 Jun 23 06:46 newPolicy.yml
-rw-r--r--.  1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
-rw-r--r--.  1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--.  1 jenkins 1001020000  637 Jun 23 06:46 policyEntry.yml
-rw-r--r--.  1 jenkins 1001020000  791 Jun 23 06:46 policyImports.yml
-rw-r--r--.  1 jenkins 1001020000  981 Jun 23 06:46 policyImport.yml
-rw-r--r--.  1 jenkins 1001020000  669 Jun 23 06:46 policy.yml
-rw-r--r--.  1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--.  1 jenkins 1001020000  888 Jun 23 06:46 resources.yml
-rw-r--r--.  1 jenkins 1001020000 2019 Jun 23 06:46 subjectAnnouncement.yml
-rw-r--r--.  1 jenkins 1001020000 1190 Jun 23 06:46 subjectEntry.yml
-rw-r--r--.  1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml

./3.2/openapi/sources/schemas/search:
total 4
drwxr-sr-x.  2 jenkins 1001020000  36 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 499 Jun 23 06:46 searchResultThings.yml

./3.2/openapi/sources/schemas/things:
total 20
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000  169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
-rw-r--r--.  1 jenkins 1001020000  602 Jun 23 06:46 definition.yml
-rw-r--r--.  1 jenkins 1001020000 2328 Jun 23 06:46 newThing.yml
-rw-r--r--.  1 jenkins 1001020000  833 Jun 23 06:46 patchThing.yml
-rw-r--r--.  1 jenkins 1001020000 1737 Jun 23 06:46 thing.yml

./3.2/openapi/sources/schemas/whoami:
total 8
drwxr-sr-x.  2 jenkins 1001020000  49 Jun 23 06:46 .
drwxr-sr-x. 10 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--.  1 jenkins 1001020000 657 Jun 23 06:46 whoami.yml

./3.2/openapi/sources/security:
total 20
drwxr-sr-x. 2 jenkins 1001020000 115 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 169 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:46 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 488 Jun 23 06:46 devOpsBasic.yml
-rw-r--r--. 1 jenkins 1001020000 554 Jun 23 06:46 devOpsBearer.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:46 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:46 nginxBasic.yml

./3.2/slides:
total 32
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_05_ditto-introduction-deck
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-20-overview
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-in-20-min
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_10_25-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2022_10_24_eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2022_10_ditto-and-wot
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2023_01_ditto-in-30-min
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./3.2/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29040 Jun 23 06:46 index.html

./3.2/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34156 Jun 23 06:46 index.html

./3.2/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14249 Jun 23 06:46 index.html

./3.2/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15023 Jun 23 06:46 index.html

./3.2/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31939 Jun 23 06:46 index.html

./3.2/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15007 Jun 23 06:46 index.html

./3.2/slides/2020_10_19-eclipse-iot-wg-community-day:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16399 Jun 23 06:46 index.html

./3.2/slides/2021_05_ditto-introduction-deck:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 30836 Jun 23 06:46 index.html

./3.2/slides/2021_06_ditto-20-overview:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16519 Jun 23 06:46 index.html

./3.2/slides/2021_06_ditto-in-20-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 21875 Jun 23 06:46 index.html

./3.2/slides/2021_10_25-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14949 Jun 23 06:46 index.html

./3.2/slides/2022_10_24_eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 13920 Jun 23 06:46 index.html

./3.2/slides/2022_10_ditto-and-wot:
total 32
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 25651 Jun 23 06:46 index.html

./3.2/slides/2023_01_ditto-in-30-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 23383 Jun 23 06:46 index.html

./3.2/slides/bg-images:
total 1344
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:46 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:46 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:46 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:46 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:46 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:46 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:46 background-twin-small.jpg
-rw-r--r--.  1 jenkins 1001020000 478262 Jun 23 06:46 juan-davila-P8PlK2nGwqA-unsplash.jpg

./3.2/slides/images:
total 808
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  20911 Jun 23 06:46 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000  12025 Jun 23 06:46 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000  15573 Jun 23 06:46 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000  51307 Jun 23 06:46 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000  84773 Jun 23 06:46 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000  47734 Jun 23 06:46 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000  35351 Jun 23 06:46 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 267438 Jun 23 06:46 ditto-ui-screenshot.png
-rw-r--r--.  1 jenkins 1001020000  36694 Jun 23 06:46 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000   9534 Jun 23 06:46 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000  58130 Jun 23 06:46 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000  20186 Jun 23 06:46 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000  35056 Jun 23 06:46 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000  51845 Jun 23 06:46 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000  17775 Jun 23 06:46 ttn-logo.png
-rw-r--r--.  1 jenkins 1001020000  27392 Jun 23 06:46 wot.png

./3.2/wot:
total 36
drwxr-sr-x.  2 jenkins 1001020000   118 Jun 23 06:46 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3764 Jun 23 06:46 ditto-extension.html
-rw-r--r--.  1 jenkins 1001020000  1503 Jun 23 06:46 ditto-extension.jsonld
-rw-r--r--.  1 jenkins 1001020000  2000 Jun 23 06:46 ditto-extension.rdf
-rw-r--r--.  1 jenkins 1001020000  1513 Jun 23 06:46 ditto-extension.ttl

./3.3:
total 20684
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  13321 Jun 23 06:45 2017-11-10-welcome-to-ditto.html
-rw-r--r--.  1 jenkins 1001020000  13339 Jun 23 06:45 2017-12-18-milestone-announcement-010-M1.html
-rw-r--r--.  1 jenkins 1001020000  14402 Jun 23 06:45 2018-01-12-milestone-announcement-010-M3.html
-rw-r--r--.  1 jenkins 1001020000  13880 Jun 23 06:45 2018-01-15-example-demonstrating-rest-to-websocket.html
-rw-r--r--.  1 jenkins 1001020000  14339 Jun 23 06:45 2018-02-07-milestone-announcement-020-M1.html
-rw-r--r--.  1 jenkins 1001020000  17566 Jun 23 06:45 2018-02-08-feature-definition.html
-rw-r--r--.  1 jenkins 1001020000  17380 Jun 23 06:45 2018-04-25-connectivity-service.html
-rw-r--r--.  1 jenkins 1001020000  14037 Jun 23 06:45 2018-04-26-milestone-announcement-030-M1.html
-rw-r--r--.  1 jenkins 1001020000  91219 Jun 23 06:45 2018-05-02-connecting-ditto-hono.html
-rw-r--r--.  1 jenkins 1001020000  13863 Jun 23 06:45 2018-06-15-milestone-announcement-030-M2.html
-rw-r--r--.  1 jenkins 1001020000  14061 Jun 23 06:45 2018-08-14-milestone-announcement-080-M1.html
-rw-r--r--.  1 jenkins 1001020000  26657 Jun 23 06:45 2018-09-21-selective-push-notifications.html
-rw-r--r--.  1 jenkins 1001020000  14145 Jun 23 06:45 2018-09-27-milestone-announcement-080-M2.html
-rw-r--r--.  1 jenkins 1001020000  14994 Jun 23 06:45 2018-10-16-example-mqtt-bidirectional.html
-rw-r--r--.  1 jenkins 1001020000  14230 Jun 23 06:45 2018-11-14-milestone-announcement-080-M3.html
-rw-r--r--.  1 jenkins 1001020000  13832 Jun 23 06:45 2018-11-28-release-announcement-080.html
-rw-r--r--.  1 jenkins 1001020000  29588 Jun 23 06:45 2018-12-05-example-command-and-control.html
-rw-r--r--.  1 jenkins 1001020000  13399 Jun 23 06:45 2019-03-13-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  13989 Jun 23 06:45 2019-03-28-milestone-announcement-090-M1.html
-rw-r--r--.  1 jenkins 1001020000  13919 Jun 23 06:45 2019-04-29-milestone-announcement-090-M2.html
-rw-r--r--.  1 jenkins 1001020000  14407 Jun 23 06:45 2019-07-10-release-announcement-090.html
-rw-r--r--.  1 jenkins 1001020000  17504 Jun 23 06:45 2019-08-28-openid-connect.html
-rw-r--r--.  1 jenkins 1001020000  13952 Jun 23 06:45 2019-09-17-milestone-announcement-100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  15236 Jun 23 06:45 2019-10-17-http-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  14067 Jun 23 06:45 2019-11-04-milestone-announcement-100-M2.html
-rw-r--r--.  1 jenkins 1001020000  16571 Jun 23 06:45 2019-12-12-release-announcement-100.html
-rw-r--r--.  1 jenkins 1001020000  53461 Jun 23 06:45 2020-04-16-connecting-to-ttn-via-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  15798 Jun 23 06:45 2020-04-29-release-announcement-110.html
-rw-r--r--.  1 jenkins 1001020000  14607 Jun 23 06:45 2020-08-31-release-announcement-120.html
-rw-r--r--.  1 jenkins 1001020000  14440 Jun 23 06:45 2020-09-30-release-announcement-130.html
-rw-r--r--.  1 jenkins 1001020000  17804 Jun 23 06:45 2020-10-08-asynchronous-client-creation.html
-rw-r--r--.  1 jenkins 1001020000  37435 Jun 23 06:45 2020-10-23-end-2-end-acknowledgment.html
-rw-r--r--.  1 jenkins 1001020000  14231 Jun 23 06:45 2020-10-28-release-announcement-140.html
-rw-r--r--.  1 jenkins 1001020000  24477 Jun 23 06:45 2020-11-11-desired-properties.html
-rw-r--r--.  1 jenkins 1001020000  18372 Jun 23 06:45 2020-11-16-weak-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  14507 Jun 23 06:45 2020-12-10-release-announcement-150.html
-rw-r--r--.  1 jenkins 1001020000  29373 Jun 23 06:45 2021-01-22-policy-subject-activate-token-integration.html
-rw-r--r--.  1 jenkins 1001020000  45158 Jun 23 06:45 2021-02-04-merge-feature.html
-rw-r--r--.  1 jenkins 1001020000  30540 Jun 23 06:45 2021-03-22-azure-iot-hub-integration.html
-rw-r--r--.  1 jenkins 1001020000  23300 Jun 23 06:45 2021-03-31-ssh-tunneling-for-managed-connections.html
-rw-r--r--.  1 jenkins 1001020000  16840 Jun 23 06:45 2021-05-06-release-announcement-200.html
-rw-r--r--.  1 jenkins 1001020000  52116 Jun 23 06:45 2021-06-17-hmac-credentials.html
-rw-r--r--.  1 jenkins 1001020000  34342 Jun 23 06:45 2021-09-23-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000  16671 Jun 23 06:45 2021-09-27-release-announcement-210.html
-rw-r--r--.  1 jenkins 1001020000  18172 Jun 23 06:45 2021-09-29-kafka-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  29324 Jun 23 06:45 2021-11-03-oauth2.html
-rw-r--r--.  1 jenkins 1001020000  15793 Jun 23 06:45 2021-11-22-release-announcement-220.html
-rw-r--r--.  1 jenkins 1001020000  26832 Jun 23 06:45 2021-12-20-http-live-channel.html
-rw-r--r--.  1 jenkins 1001020000  24754 Jun 23 06:45 2021-12-22-live-channel-condition.html
-rw-r--r--.  1 jenkins 1001020000  17342 Jun 23 06:45 2022-01-21-release-announcement-230.html
-rw-r--r--.  1 jenkins 1001020000  32859 Jun 23 06:45 2022-03-03-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  16512 Jun 23 06:45 2022-04-14-release-announcement-240.html
-rw-r--r--.  1 jenkins 1001020000  17490 Jun 23 06:45 2022-07-12-reactive-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  17655 Jun 23 06:45 2022-09-28-release-announcement-300.html
-rw-r--r--.  1 jenkins 1001020000  27424 Jun 23 06:45 2022-11-04-live-message-conditions.html
-rw-r--r--.  1 jenkins 1001020000  15728 Jun 23 06:45 2022-12-16-release-announcement-310.html
-rw-r--r--.  1 jenkins 1001020000  16091 Jun 23 06:45 2023-03-08-release-announcement-320.html
-rw-r--r--.  1 jenkins 1001020000  16281 Jun 23 06:45 2023-06-23-release-announcement-330.html
-rw-r--r--.  1 jenkins 1001020000  65167 Jun 23 06:45 404.html
-rw-r--r--.  1 jenkins 1001020000  75557 Jun 23 06:45 advanced-data-by-pass.html
-rw-r--r--.  1 jenkins 1001020000  68546 Jun 23 06:45 architecture-overview.html
-rw-r--r--.  1 jenkins 1001020000  68562 Jun 23 06:45 architecture-services-connectivity.html
-rw-r--r--.  1 jenkins 1001020000  66998 Jun 23 06:45 architecture-services-gateway.html
-rw-r--r--.  1 jenkins 1001020000  66925 Jun 23 06:45 architecture-services-policies.html
-rw-r--r--.  1 jenkins 1001020000  67028 Jun 23 06:45 architecture-services-things.html
-rw-r--r--.  1 jenkins 1001020000  67725 Jun 23 06:45 architecture-services-things-search.html
-rw-r--r--.  1 jenkins 1001020000 108862 Jun 23 06:45 basic-acknowledgements.html
-rw-r--r--.  1 jenkins 1001020000  68865 Jun 23 06:45 basic-apis.html
-rw-r--r--.  1 jenkins 1001020000  70335 Jun 23 06:45 basic-auth.html
-rw-r--r--.  1 jenkins 1001020000  71226 Jun 23 06:45 basic-changenotifications.html
-rw-r--r--.  1 jenkins 1001020000  78622 Jun 23 06:45 basic-conditional-requests.html
-rw-r--r--.  1 jenkins 1001020000 108652 Jun 23 06:45 basic-connections.html
-rw-r--r--.  1 jenkins 1001020000  76127 Jun 23 06:45 basic-enrichment.html
-rw-r--r--.  1 jenkins 1001020000  70598 Jun 23 06:45 basic-errors.html
-rw-r--r--.  1 jenkins 1001020000  82400 Jun 23 06:45 basic-feature.html
-rw-r--r--.  1 jenkins 1001020000  85143 Jun 23 06:45 basic-history.html
-rw-r--r--.  1 jenkins 1001020000  76093 Jun 23 06:45 basic-messages.html
-rw-r--r--.  1 jenkins 1001020000 114574 Jun 23 06:45 basic-metadata.html
-rw-r--r--.  1 jenkins 1001020000  69304 Jun 23 06:45 basic-namespaces-and-names.html
-rw-r--r--.  1 jenkins 1001020000  69698 Jun 23 06:45 basic-overview.html
-rw-r--r--.  1 jenkins 1001020000  95214 Jun 23 06:45 basic-placeholders.html
-rw-r--r--.  1 jenkins 1001020000 111693 Jun 23 06:45 basic-policy.html
-rw-r--r--.  1 jenkins 1001020000  82502 Jun 23 06:45 basic-rql.html
-rw-r--r--.  1 jenkins 1001020000  77821 Jun 23 06:45 basic-search.html
-rw-r--r--.  1 jenkins 1001020000  65984 Jun 23 06:45 basic-signals-announcement.html
-rw-r--r--.  1 jenkins 1001020000  67294 Jun 23 06:45 basic-signals-command.html
-rw-r--r--.  1 jenkins 1001020000  65689 Jun 23 06:45 basic-signals-commandresponse.html
-rw-r--r--.  1 jenkins 1001020000  66149 Jun 23 06:45 basic-signals-errorresponse.html
-rw-r--r--.  1 jenkins 1001020000  66102 Jun 23 06:45 basic-signals-event.html
-rw-r--r--.  1 jenkins 1001020000  68774 Jun 23 06:45 basic-signals.html
-rw-r--r--.  1 jenkins 1001020000  72791 Jun 23 06:45 basic-thing.html
-rw-r--r--.  1 jenkins 1001020000 186916 Jun 23 06:45 basic-wot-integration-example.html
-rw-r--r--.  1 jenkins 1001020000 106833 Jun 23 06:45 basic-wot-integration.html
-rw-r--r--.  1 jenkins 1001020000  23769 Jun 23 06:45 blog_archive.html
-rw-r--r--.  1 jenkins 1001020000  22689 Jun 23 06:45 blog.html
-rw-r--r--.  1 jenkins 1001020000 100066 Jun 23 06:45 client-sdk-java.html
-rw-r--r--.  1 jenkins 1001020000  68514 Jun 23 06:45 client-sdk-javascript.html
-rw-r--r--.  1 jenkins 1001020000  65543 Jun 23 06:45 client-sdk-overview.html
-rw-r--r--.  1 jenkins 1001020000  66719 Jun 23 06:45 connectivity-header-mapping.html
-rw-r--r--.  1 jenkins 1001020000 134704 Jun 23 06:45 connectivity-hmac-signing.html
-rw-r--r--.  1 jenkins 1001020000  84354 Jun 23 06:45 connectivity-manage-connections.html
-rw-r--r--.  1 jenkins 1001020000  98055 Jun 23 06:45 connectivity-manage-connections-piggyback.html
-rw-r--r--.  1 jenkins 1001020000 186092 Jun 23 06:45 connectivity-mapping.html
-rw-r--r--.  1 jenkins 1001020000  66647 Jun 23 06:45 connectivity-overview.html
-rw-r--r--.  1 jenkins 1001020000  77654 Jun 23 06:45 connectivity-protocol-bindings-amqp091.html
-rw-r--r--.  1 jenkins 1001020000  83172 Jun 23 06:45 connectivity-protocol-bindings-amqp10.html
-rw-r--r--.  1 jenkins 1001020000  86857 Jun 23 06:45 connectivity-protocol-bindings-hono.html
-rw-r--r--.  1 jenkins 1001020000  89880 Jun 23 06:45 connectivity-protocol-bindings-http.html
-rw-r--r--.  1 jenkins 1001020000  91280 Jun 23 06:45 connectivity-protocol-bindings-kafka2.html
-rw-r--r--.  1 jenkins 1001020000  98403 Jun 23 06:45 connectivity-protocol-bindings-mqtt5.html
-rw-r--r--.  1 jenkins 1001020000  97351 Jun 23 06:45 connectivity-protocol-bindings-mqtt.html
-rw-r--r--.  1 jenkins 1001020000  73835 Jun 23 06:45 connectivity-ssh-tunneling.html
-rw-r--r--.  1 jenkins 1001020000  74144 Jun 23 06:45 connectivity-tls-certificates.html
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:45 css
drwxr-sr-x.  5 jenkins 1001020000    172 Jun 23 06:45 docson
-rw-r--r--.  1 jenkins 1001020000  66196 Jun 23 06:45 feedback.html
drwxr-sr-x.  2 jenkins 1001020000     86 Jun 23 06:45 files
-rw-r--r--.  1 jenkins 1001020000  67188 Jun 23 06:45 glossary.html
-rw-r--r--.  1 jenkins 1001020000     54 Jun 23 06:43 google459c4cca88b3ce46.html
-rw-r--r--.  1 jenkins 1001020000 127721 Jun 23 06:45 httpapi-concepts.html
-rw-r--r--.  1 jenkins 1001020000  11719 Jun 23 06:45 http-api-doc.html
-rw-r--r--.  1 jenkins 1001020000  72171 Jun 23 06:45 httpapi-messages.html
-rw-r--r--.  1 jenkins 1001020000  68304 Jun 23 06:45 httpapi-overview.html
-rw-r--r--.  1 jenkins 1001020000  70814 Jun 23 06:45 httpapi-protocol-bindings-cloudevents.html
-rw-r--r--.  1 jenkins 1001020000  83639 Jun 23 06:45 httpapi-protocol-bindings-websocket.html
-rw-r--r--.  1 jenkins 1001020000  69419 Jun 23 06:45 httpapi-search.html
-rw-r--r--.  1 jenkins 1001020000  89662 Jun 23 06:45 httpapi-sse.html
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:45 images
-rw-r--r--.  1 jenkins 1001020000  16417 Jun 23 06:45 index.html
-rw-r--r--.  1 jenkins 1001020000  65892 Jun 23 06:45 installation-building.html
-rw-r--r--.  1 jenkins 1001020000  74853 Jun 23 06:45 installation-extending.html
-rw-r--r--.  1 jenkins 1001020000 170385 Jun 23 06:45 installation-operating.html
-rw-r--r--.  1 jenkins 1001020000  68370 Jun 23 06:45 installation-running.html
-rw-r--r--.  1 jenkins 1001020000  67429 Jun 23 06:45 intro-digitaltwins.html
-rw-r--r--.  1 jenkins 1001020000  82829 Jun 23 06:45 intro-hello-world.html
-rw-r--r--.  1 jenkins 1001020000  69028 Jun 23 06:45 intro-overview.html
drwxr-sr-x.  2 jenkins 1001020000     44 Jun 23 06:45 js
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:45 jsonschema
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:45 openapi
-rw-r--r--.  1 jenkins 1001020000  69940 Jun 23 06:45 presentations.html
-rw-r--r--.  1 jenkins 1001020000  66965 Jun 23 06:45 protocol-bindings.html
-rw-r--r--.  1 jenkins 1001020000  66509 Jun 23 06:45 protocol-examples-connections-announcement-closed.html
-rw-r--r--.  1 jenkins 1001020000  66509 Jun 23 06:45 protocol-examples-connections-announcement-opened.html
-rw-r--r--.  1 jenkins 1001020000  69429 Jun 23 06:45 protocol-examples-createattribute.html
-rw-r--r--.  1 jenkins 1001020000  69923 Jun 23 06:45 protocol-examples-createattributes.html
-rw-r--r--.  1 jenkins 1001020000  69103 Jun 23 06:45 protocol-examples-createdefinition.html
-rw-r--r--.  1 jenkins 1001020000  70187 Jun 23 06:45 protocol-examples-createdesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  68915 Jun 23 06:45 protocol-examples-createdesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  72125 Jun 23 06:45 protocol-examples-createfeature.html
-rw-r--r--.  1 jenkins 1001020000  72497 Jun 23 06:45 protocol-examples-createfeatures.html
-rw-r--r--.  1 jenkins 1001020000  70103 Jun 23 06:45 protocol-examples-createproperties.html
-rw-r--r--.  1 jenkins 1001020000  68815 Jun 23 06:45 protocol-examples-createproperty.html
-rw-r--r--.  1 jenkins 1001020000  68980 Jun 23 06:45 protocol-examples-createthingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  82128 Jun 23 06:45 protocol-examples-creatething.html
-rw-r--r--.  1 jenkins 1001020000  68426 Jun 23 06:45 protocol-examples-deleteattribute.html
-rw-r--r--.  1 jenkins 1001020000  68383 Jun 23 06:45 protocol-examples-deleteattributes.html
-rw-r--r--.  1 jenkins 1001020000  68538 Jun 23 06:45 protocol-examples-deletedefinition.html
-rw-r--r--.  1 jenkins 1001020000  68626 Jun 23 06:45 protocol-examples-deletedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  68605 Jun 23 06:45 protocol-examples-deletedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  68413 Jun 23 06:45 protocol-examples-deletefeature.html
-rw-r--r--.  1 jenkins 1001020000  68355 Jun 23 06:45 protocol-examples-deletefeatures.html
-rw-r--r--.  1 jenkins 1001020000  68526 Jun 23 06:45 protocol-examples-deleteproperties.html
-rw-r--r--.  1 jenkins 1001020000  68505 Jun 23 06:45 protocol-examples-deleteproperty.html
-rw-r--r--.  1 jenkins 1001020000  68407 Jun 23 06:45 protocol-examples-deletethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  68304 Jun 23 06:45 protocol-examples-deletething.html
-rw-r--r--.  1 jenkins 1001020000 128048 Jun 23 06:45 protocol-examples-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  74837 Jun 23 06:45 protocol-examples.html
-rw-r--r--.  1 jenkins 1001020000  71368 Jun 23 06:45 protocol-examples-mergeattribute.html
-rw-r--r--.  1 jenkins 1001020000  71634 Jun 23 06:45 protocol-examples-mergeattributes.html
-rw-r--r--.  1 jenkins 1001020000  72233 Jun 23 06:45 protocol-examples-mergedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  70991 Jun 23 06:45 protocol-examples-mergedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  71105 Jun 23 06:45 protocol-examples-mergefeaturedefinition.html
-rw-r--r--.  1 jenkins 1001020000  72924 Jun 23 06:45 protocol-examples-mergefeature.html
-rw-r--r--.  1 jenkins 1001020000  73168 Jun 23 06:45 protocol-examples-mergefeatures.html
-rw-r--r--.  1 jenkins 1001020000  69222 Jun 23 06:45 protocol-examples-mergepolicyid.html
-rw-r--r--.  1 jenkins 1001020000  72110 Jun 23 06:45 protocol-examples-mergeproperties.html
-rw-r--r--.  1 jenkins 1001020000  70868 Jun 23 06:45 protocol-examples-mergeproperty.html
-rw-r--r--.  1 jenkins 1001020000  70632 Jun 23 06:45 protocol-examples-mergethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  74456 Jun 23 06:45 protocol-examples-mergething.html
-rw-r--r--.  1 jenkins 1001020000  69432 Jun 23 06:45 protocol-examples-modifyattribute.html
-rw-r--r--.  1 jenkins 1001020000  69926 Jun 23 06:45 protocol-examples-modifyattributes.html
-rw-r--r--.  1 jenkins 1001020000  69106 Jun 23 06:45 protocol-examples-modifydefinition.html
-rw-r--r--.  1 jenkins 1001020000  70190 Jun 23 06:45 protocol-examples-modifydesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  68918 Jun 23 06:45 protocol-examples-modifydesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  72128 Jun 23 06:45 protocol-examples-modifyfeature.html
-rw-r--r--.  1 jenkins 1001020000  72500 Jun 23 06:45 protocol-examples-modifyfeatures.html
-rw-r--r--.  1 jenkins 1001020000  71506 Jun 23 06:45 protocol-examples-modifypolicyid.html
-rw-r--r--.  1 jenkins 1001020000  70106 Jun 23 06:45 protocol-examples-modifyproperties.html
-rw-r--r--.  1 jenkins 1001020000  68818 Jun 23 06:45 protocol-examples-modifyproperty.html
-rw-r--r--.  1 jenkins 1001020000  68792 Jun 23 06:45 protocol-examples-modifythingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  79848 Jun 23 06:45 protocol-examples-modifything.html
-rw-r--r--.  1 jenkins 1001020000  66942 Jun 23 06:45 protocol-examples-policies-announcement-subjectDeletion.html
-rw-r--r--.  1 jenkins 1001020000  69248 Jun 23 06:45 protocol-examples-policies-createpolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  71677 Jun 23 06:45 protocol-examples-policies-createpolicy.html
-rw-r--r--.  1 jenkins 1001020000  67983 Jun 23 06:45 protocol-examples-policies-createresource.html
-rw-r--r--.  1 jenkins 1001020000  67660 Jun 23 06:45 protocol-examples-policies-createsubject.html
-rw-r--r--.  1 jenkins 1001020000  67311 Jun 23 06:45 protocol-examples-policies-deleteimport.html
-rw-r--r--.  1 jenkins 1001020000  67279 Jun 23 06:45 protocol-examples-policies-deletepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  67196 Jun 23 06:45 protocol-examples-policies-deletepolicy.html
-rw-r--r--.  1 jenkins 1001020000  67318 Jun 23 06:45 protocol-examples-policies-deleteresource.html
-rw-r--r--.  1 jenkins 1001020000  67299 Jun 23 06:45 protocol-examples-policies-deletesubject.html
-rw-r--r--.  1 jenkins 1001020000 110048 Jun 23 06:45 protocol-examples-policies-errorresponses.html
-rw-r--r--.  1 jenkins 1001020000  67771 Jun 23 06:45 protocol-examples-policies-modifyimport.html
-rw-r--r--.  1 jenkins 1001020000  68550 Jun 23 06:45 protocol-examples-policies-modifyimports.html
-rw-r--r--.  1 jenkins 1001020000  71785 Jun 23 06:45 protocol-examples-policies-modifypolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  69248 Jun 23 06:45 protocol-examples-policies-modifypolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  69448 Jun 23 06:45 protocol-examples-policies-modifypolicy.html
-rw-r--r--.  1 jenkins 1001020000  67983 Jun 23 06:45 protocol-examples-policies-modifyresource.html
-rw-r--r--.  1 jenkins 1001020000  68316 Jun 23 06:45 protocol-examples-policies-modifyresources.html
-rw-r--r--.  1 jenkins 1001020000  67660 Jun 23 06:45 protocol-examples-policies-modifysubject.html
-rw-r--r--.  1 jenkins 1001020000  67989 Jun 23 06:45 protocol-examples-policies-modifysubjects.html
-rw-r--r--.  1 jenkins 1001020000  67736 Jun 23 06:45 protocol-examples-policies-retrieveimport.html
-rw-r--r--.  1 jenkins 1001020000  68549 Jun 23 06:45 protocol-examples-policies-retrieveimports.html
-rw-r--r--.  1 jenkins 1001020000  70760 Jun 23 06:45 protocol-examples-policies-retrievepolicyentries.html
-rw-r--r--.  1 jenkins 1001020000  68907 Jun 23 06:45 protocol-examples-policies-retrievepolicyentry.html
-rw-r--r--.  1 jenkins 1001020000  70584 Jun 23 06:45 protocol-examples-policies-retrievepolicy.html
-rw-r--r--.  1 jenkins 1001020000  67982 Jun 23 06:45 protocol-examples-policies-retrieveresource.html
-rw-r--r--.  1 jenkins 1001020000  68147 Jun 23 06:45 protocol-examples-policies-retrieveresources.html
-rw-r--r--.  1 jenkins 1001020000  67659 Jun 23 06:45 protocol-examples-policies-retrievesubject.html
-rw-r--r--.  1 jenkins 1001020000  67820 Jun 23 06:45 protocol-examples-policies-retrievesubjects.html
-rw-r--r--.  1 jenkins 1001020000  67787 Jun 23 06:45 protocol-examples-retrieveattribute.html
-rw-r--r--.  1 jenkins 1001020000  67941 Jun 23 06:45 protocol-examples-retrieveattributes.html
-rw-r--r--.  1 jenkins 1001020000  67650 Jun 23 06:45 protocol-examples-retrievedefinition.html
-rw-r--r--.  1 jenkins 1001020000  68207 Jun 23 06:45 protocol-examples-retrievedesiredproperties.html
-rw-r--r--.  1 jenkins 1001020000  67555 Jun 23 06:45 protocol-examples-retrievedesiredproperty.html
-rw-r--r--.  1 jenkins 1001020000  69051 Jun 23 06:45 protocol-examples-retrievefeature.html
-rw-r--r--.  1 jenkins 1001020000  69220 Jun 23 06:45 protocol-examples-retrievefeatures.html
-rw-r--r--.  1 jenkins 1001020000  68136 Jun 23 06:45 protocol-examples-retrieveproperties.html
-rw-r--r--.  1 jenkins 1001020000  67476 Jun 23 06:45 protocol-examples-retrieveproperty.html
-rw-r--r--.  1 jenkins 1001020000  67452 Jun 23 06:45 protocol-examples-retrievethingdefinition.html
-rw-r--r--.  1 jenkins 1001020000  71622 Jun 23 06:45 protocol-examples-retrievething.html
-rw-r--r--.  1 jenkins 1001020000  71223 Jun 23 06:45 protocol-examples-retrievethings.html
-rw-r--r--.  1 jenkins 1001020000  78007 Jun 23 06:45 protocol-examples-search.html
-rw-r--r--.  1 jenkins 1001020000  66374 Jun 23 06:45 protocol-overview.html
-rw-r--r--.  1 jenkins 1001020000  67641 Jun 23 06:45 protocol-specification-acks.html
-rw-r--r--.  1 jenkins 1001020000  68356 Jun 23 06:45 protocol-specification-connections-announcement.html
-rw-r--r--.  1 jenkins 1001020000  66936 Jun 23 06:45 protocol-specification-connections.html
-rw-r--r--.  1 jenkins 1001020000  66239 Jun 23 06:45 protocol-specification-errors.html
-rw-r--r--.  1 jenkins 1001020000  77976 Jun 23 06:45 protocol-specification.html
-rw-r--r--.  1 jenkins 1001020000  67602 Jun 23 06:45 protocol-specification-policies-announcement.html
-rw-r--r--.  1 jenkins 1001020000  88063 Jun 23 06:45 protocol-specification-policies-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  74094 Jun 23 06:45 protocol-specification-policies-delete.html
-rw-r--r--.  1 jenkins 1001020000  70263 Jun 23 06:45 protocol-specification-policies.html
-rw-r--r--.  1 jenkins 1001020000  83220 Jun 23 06:45 protocol-specification-policies-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  80758 Jun 23 06:45 protocol-specification-streaming-subscription.html
-rw-r--r--.  1 jenkins 1001020000 117497 Jun 23 06:45 protocol-specification-things-create-or-modify.html
-rw-r--r--.  1 jenkins 1001020000  90905 Jun 23 06:45 protocol-specification-things-delete.html
-rw-r--r--.  1 jenkins 1001020000  70521 Jun 23 06:45 protocol-specification-things.html
-rw-r--r--.  1 jenkins 1001020000 101448 Jun 23 06:45 protocol-specification-things-merge.html
-rw-r--r--.  1 jenkins 1001020000  89733 Jun 23 06:45 protocol-specification-things-messages.html
-rw-r--r--.  1 jenkins 1001020000  90159 Jun 23 06:45 protocol-specification-things-retrieve.html
-rw-r--r--.  1 jenkins 1001020000  81025 Jun 23 06:45 protocol-specification-things-search.html
-rw-r--r--.  1 jenkins 1001020000  76061 Jun 23 06:45 protocol-specification-topic.html
-rw-r--r--.  1 jenkins 1001020000  67473 Jun 23 06:45 protocol-twinlive.html
-rw-r--r--.  1 jenkins 1001020000  65650 Jun 23 06:45 release_notes_010-M1.html
-rw-r--r--.  1 jenkins 1001020000  68565 Jun 23 06:45 release_notes_010-M3.html
-rw-r--r--.  1 jenkins 1001020000  68046 Jun 23 06:45 release_notes_020-M1.html
-rw-r--r--.  1 jenkins 1001020000  68641 Jun 23 06:45 release_notes_030-M1.html
-rw-r--r--.  1 jenkins 1001020000  68262 Jun 23 06:45 release_notes_030-M2.html
-rw-r--r--.  1 jenkins 1001020000  69882 Jun 23 06:45 release_notes_080.html
-rw-r--r--.  1 jenkins 1001020000  70068 Jun 23 06:45 release_notes_080-M1.html
-rw-r--r--.  1 jenkins 1001020000  69680 Jun 23 06:45 release_notes_080-M2.html
-rw-r--r--.  1 jenkins 1001020000  69590 Jun 23 06:45 release_notes_080-M3.html
-rw-r--r--.  1 jenkins 1001020000  71996 Jun 23 06:45 release_notes_090.html
-rw-r--r--.  1 jenkins 1001020000  67734 Jun 23 06:45 release_notes_090-M1.html
-rw-r--r--.  1 jenkins 1001020000  68057 Jun 23 06:45 release_notes_090-M2.html
-rw-r--r--.  1 jenkins 1001020000  70036 Jun 23 06:45 release_notes_100.html
-rw-r--r--.  1 jenkins 1001020000  69011 Jun 23 06:45 release_notes_100-M1a.html
-rw-r--r--.  1 jenkins 1001020000  70783 Jun 23 06:45 release_notes_100-M2.html
-rw-r--r--.  1 jenkins 1001020000  74032 Jun 23 06:45 release_notes_110.html
-rw-r--r--.  1 jenkins 1001020000  66469 Jun 23 06:45 release_notes_111.html
-rw-r--r--.  1 jenkins 1001020000  67455 Jun 23 06:45 release_notes_112.html
-rw-r--r--.  1 jenkins 1001020000  67948 Jun 23 06:45 release_notes_113.html
-rw-r--r--.  1 jenkins 1001020000  66602 Jun 23 06:45 release_notes_115.html
-rw-r--r--.  1 jenkins 1001020000  72613 Jun 23 06:45 release_notes_120.html
-rw-r--r--.  1 jenkins 1001020000  66980 Jun 23 06:45 release_notes_121.html
-rw-r--r--.  1 jenkins 1001020000  74444 Jun 23 06:45 release_notes_130.html
-rw-r--r--.  1 jenkins 1001020000  71215 Jun 23 06:45 release_notes_140.html
-rw-r--r--.  1 jenkins 1001020000  74706 Jun 23 06:45 release_notes_150.html
-rw-r--r--.  1 jenkins 1001020000  65928 Jun 23 06:45 release_notes_151.html
-rw-r--r--.  1 jenkins 1001020000 105128 Jun 23 06:45 release_notes_200.html
-rw-r--r--.  1 jenkins 1001020000  67746 Jun 23 06:45 release_notes_201.html
-rw-r--r--.  1 jenkins 1001020000  80813 Jun 23 06:45 release_notes_210.html
-rw-r--r--.  1 jenkins 1001020000  68460 Jun 23 06:45 release_notes_211.html
-rw-r--r--.  1 jenkins 1001020000  67725 Jun 23 06:45 release_notes_212.html
-rw-r--r--.  1 jenkins 1001020000  66287 Jun 23 06:45 release_notes_213.html
-rw-r--r--.  1 jenkins 1001020000  71796 Jun 23 06:45 release_notes_220.html
-rw-r--r--.  1 jenkins 1001020000  67302 Jun 23 06:45 release_notes_221.html
-rw-r--r--.  1 jenkins 1001020000  66072 Jun 23 06:45 release_notes_222.html
-rw-r--r--.  1 jenkins 1001020000  72500 Jun 23 06:45 release_notes_230.html
-rw-r--r--.  1 jenkins 1001020000  67775 Jun 23 06:45 release_notes_231.html
-rw-r--r--.  1 jenkins 1001020000  67365 Jun 23 06:45 release_notes_232.html
-rw-r--r--.  1 jenkins 1001020000  77405 Jun 23 06:45 release_notes_240.html
-rw-r--r--.  1 jenkins 1001020000  66657 Jun 23 06:45 release_notes_241.html
-rw-r--r--.  1 jenkins 1001020000  66216 Jun 23 06:45 release_notes_242.html
-rw-r--r--.  1 jenkins 1001020000  97484 Jun 23 06:45 release_notes_300.html
-rw-r--r--.  1 jenkins 1001020000  73271 Jun 23 06:45 release_notes_310.html
-rw-r--r--.  1 jenkins 1001020000  67068 Jun 23 06:45 release_notes_311.html
-rw-r--r--.  1 jenkins 1001020000  66897 Jun 23 06:45 release_notes_312.html
-rw-r--r--.  1 jenkins 1001020000  74772 Jun 23 06:45 release_notes_320.html
-rw-r--r--.  1 jenkins 1001020000  68283 Jun 23 06:45 release_notes_321.html
-rw-r--r--.  1 jenkins 1001020000  76061 Jun 23 06:45 release_notes_330.html
-rw-r--r--.  1 jenkins 1001020000     51 Jun 23 06:45 robots.txt
-rw-r--r--.  1 jenkins 1001020000  70709 Jun 23 06:45 sandbox.html
-rw-r--r--.  1 jenkins 1001020000  38786 Jun 23 06:45 search.json
drwxr-sr-x. 18 jenkins 1001020000   4096 Jun 23 06:45 slides
-rw-r--r--.  1 jenkins 1001020000  73329 Jun 23 06:45 tag_advanced.html
-rw-r--r--.  1 jenkins 1001020000  78096 Jun 23 06:45 tag_architecture.html
-rw-r--r--.  1 jenkins 1001020000 103169 Jun 23 06:45 tag_blog.html
-rw-r--r--.  1 jenkins 1001020000  74328 Jun 23 06:45 tag_client_sdk.html
-rw-r--r--.  1 jenkins 1001020000  86499 Jun 23 06:45 tag_connectivity.html
-rw-r--r--.  1 jenkins 1001020000  77289 Jun 23 06:45 tag_getting_started.html
-rw-r--r--.  1 jenkins 1001020000  73840 Jun 23 06:45 tag_history.html
-rw-r--r--.  1 jenkins 1001020000  79701 Jun 23 06:45 tag_http.html
-rw-r--r--.  1 jenkins 1001020000  74718 Jun 23 06:45 tag_installation.html
-rw-r--r--.  1 jenkins 1001020000  78373 Jun 23 06:45 tag_model.html
-rw-r--r--.  1 jenkins 1001020000  72779 Jun 23 06:45 tag_news.html
-rw-r--r--.  1 jenkins 1001020000  92353 Jun 23 06:45 tag_protocol.html
-rw-r--r--.  1 jenkins 1001020000  84695 Jun 23 06:45 tag_release_notes.html
-rw-r--r--.  1 jenkins 1001020000  79588 Jun 23 06:45 tag_rql.html
-rw-r--r--.  1 jenkins 1001020000  75187 Jun 23 06:45 tag_search.html
-rw-r--r--.  1 jenkins 1001020000  75660 Jun 23 06:45 tag_signal.html
-rw-r--r--.  1 jenkins 1001020000  73308 Jun 23 06:45 tag_troubleshooting.html
-rw-r--r--.  1 jenkins 1001020000  74307 Jun 23 06:45 tag_wot.html
-rw-r--r--.  1 jenkins 1001020000  68750 Jun 23 06:45 user-interface.html
drwxr-sr-x.  2 jenkins 1001020000    118 Jun 23 06:45 wot

./3.3/css:
total 84
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:45 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:43 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 24527 Jun 23 06:43 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:43 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:43 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:43 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:43 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:43 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:43 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:43 theme-green.css

./3.3/docson:
total 80
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:45 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:43 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:43 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:43 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:43 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:45 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:43 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:43 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:45 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:43 widget.js

./3.3/docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:45 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:45 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:43 docson.css

./3.3/docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:45 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:45 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:43 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:43 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:43 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:43 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:43 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:43 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:43 traverse.js

./3.3/docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:45 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:45 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:43 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:43 signature.html

./3.3/files:
total 32
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:45 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:43 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:43 migration_mongodb_1.0.0.js

./3.3/images:
total 724
drwxr-sr-x.  4 jenkins 1001020000   4096 Jun 23 06:45 .
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:43 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:45 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:43 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:43 ditto_allwhite_textonly.svg
-rwxr-xr-x.  1 jenkins 1001020000  92637 Jun 23 06:43 ditto-overview-1.png
-rw-r--r--.  1 jenkins 1001020000 159156 Jun 23 06:43 ditto-overview-1.svg
-rwxr-xr-x.  1 jenkins 1001020000 101022 Jun 23 06:43 ditto-super-1.png
-rw-r--r--.  1 jenkins 1001020000  50244 Jun 23 06:43 ditto-super-1.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:43 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:43 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:43 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:43 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:43 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:43 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:43 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:43 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:43 iot_logo.svg
drwxr-sr-x.  7 jenkins 1001020000     81 Jun 23 06:45 pages

./3.3/images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:45 .
drwxr-sr-x. 4 jenkins 1001020000   4096 Jun 23 06:45 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:43 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:43 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:43 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:43 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:43 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:43 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:43 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./3.3/images/pages:
total 8
drwxr-sr-x. 7 jenkins 1001020000   81 Jun 23 06:45 .
drwxr-sr-x. 4 jenkins 1001020000 4096 Jun 23 06:45 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:45 advanced
drwxr-sr-x. 2 jenkins 1001020000  114 Jun 23 06:45 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:45 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:45 protocol
drwxr-sr-x. 2 jenkins 1001020000  120 Jun 23 06:45 ui

./3.3/images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:45 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:45 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:43 data-by-pass-architectural-design.jpg

./3.3/images/pages/architecture:
total 84
drwxr-sr-x. 2 jenkins 1001020000   114 Jun 23 06:45 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:45 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:43 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:43 context-overview.png
-rwxr-xr-x. 1 jenkins 1001020000 22188 Jun 23 06:43 ditto-architecture-overview-2022.png

./3.3/images/pages/basic:
total 124
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:45 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:45 ..
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:43 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:43 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:43 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:43 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:43 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:43 policy-example.png

./3.3/images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:45 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:45 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:43 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:43 ditto-twin-channel.png

./3.3/images/pages/ui:
total 620
drwxr-sr-x. 2 jenkins 1001020000    120 Jun 23 06:45 .
drwxr-sr-x. 7 jenkins 1001020000     81 Jun 23 06:45 ..
-rw-r--r--. 1 jenkins 1001020000 130101 Jun 23 06:43 screenshot_add_environment.png
-rw-r--r--. 1 jenkins 1001020000 482983 Jun 23 06:43 screenshot_introduction.png
-rw-r--r--. 1 jenkins 1001020000  20244 Jun 23 06:43 screenshot_select_environment.png

./3.3/js:
total 28
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:45 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3315 Jun 23 06:43 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:43 toc.js

./3.3/jsonschema:
total 160
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:45 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 40424 Jun 23 06:43 connection.json
-rw-r--r--.  1 jenkins 1001020000  1756 Jun 23 06:43 error.json
-rw-r--r--.  1 jenkins 1001020000  1508 Jun 23 06:43 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:43 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  8140 Jun 23 06:43 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:43 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:43 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:43 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  4778 Jun 23 06:43 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  3190 Jun 23 06:43 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:43 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:43 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:43 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:43 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:43 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:43 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  1259 Jun 23 06:43 protocol-streaming-subscription-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   333 Jun 23 06:43 protocol-streaming-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000   453 Jun 23 06:43 protocol-streaming-subscription-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   468 Jun 23 06:43 protocol-streaming-subscription-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   703 Jun 23 06:43 protocol-streaming-subscription-subscribe-for-persisted-events-payload.json
-rw-r--r--.  1 jenkins 1001020000  5180 Jun 23 06:43 thing_v2.json

./3.3/openapi:
total 452
drwxr-sr-x.  3 jenkins 1001020000     61 Jun 23 06:45 .
drwxr-sr-x. 11 jenkins 1001020000  16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 437595 Jun 23 06:43 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    703 Jun 23 06:43 README.md
drwxr-sr-x.  8 jenkins 1001020000    169 Jun 23 06:45 sources

./3.3/openapi/sources:
total 68
drwxr-sr-x.  8 jenkins 1001020000   169 Jun 23 06:45 .
drwxr-sr-x.  3 jenkins 1001020000    61 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 16484 Jun 23 06:43 api-2-index.yml
-rw-r--r--.  1 jenkins 1001020000   203 Jun 23 06:43 package.json
-rw-r--r--.  1 jenkins 1001020000 31379 Jun 23 06:43 package-lock.json
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:45 parameters
drwxr-sr-x. 13 jenkins 1001020000   180 Jun 23 06:45 paths
drwxr-sr-x.  3 jenkins 1001020000   149 Jun 23 06:45 requests
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:45 responses
drwxr-sr-x. 13 jenkins 1001020000  4096 Jun 23 06:45 schemas
drwxr-sr-x.  2 jenkins 1001020000   115 Jun 23 06:45 security

./3.3/openapi/sources/parameters:
total 192
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:45 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:45 ..
-rw-r--r--. 1 jenkins 1001020000  661 Jun 23 06:43 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:43 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:43 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  955 Jun 23 06:43 channelParamPutDescription.yml
-rw-r--r--. 1 jenkins 1001020000  842 Jun 23 06:43 channelParam.yml
-rw-r--r--. 1 jenkins 1001020000 1412 Jun 23 06:43 conditionParam.yml
-rw-r--r--. 1 jenkins 1001020000 1408 Jun 23 06:43 connectionFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:43 connectionIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  646 Jun 23 06:43 deleteMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:43 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:43 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:43 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:43 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  644 Jun 23 06:43 getMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  842 Jun 23 06:43 ifEqualHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:43 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:43 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:43 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  764 Jun 23 06:43 importedPolicyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  507 Jun 23 06:43 instanceIndexParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:43 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  837 Jun 23 06:43 liveChannelConditionParam.yml
-rw-r--r--. 1 jenkins 1001020000  648 Jun 23 06:43 liveChannelTimeoutStrategyParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:43 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  512 Jun 23 06:43 loggingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:43 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:43 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:43 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  508 Jun 23 06:43 moduleNamePathParam.yml
-rw-r--r--. 1 jenkins 1001020000  525 Jun 23 06:43 namePodParam.yml
-rw-r--r--. 1 jenkins 1001020000  580 Jun 23 06:43 namespaceParameter.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:43 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000  599 Jun 23 06:43 pathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2739 Jun 23 06:43 policyFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:43 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:43 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:43 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:43 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:43 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:43 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:43 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2342 Jun 23 06:43 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:43 serviceNameParam.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:43 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:43 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:43 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:43 timeoutParam.yml

./3.3/openapi/sources/paths:
total 4
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:45 .
drwxr-sr-x.  8 jenkins 1001020000  169 Jun 23 06:45 ..
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:45 cloudevents
drwxr-sr-x.  2 jenkins 1001020000   43 Jun 23 06:45 config
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:45 connections
drwxr-sr-x.  2 jenkins 1001020000  162 Jun 23 06:45 features
drwxr-sr-x.  2 jenkins 1001020000   47 Jun 23 06:45 logging
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:45 messages
drwxr-sr-x.  2 jenkins 1001020000   75 Jun 23 06:45 piggyback
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:45 policies
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:45 search
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:45 things
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:45 whoami

./3.3/openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 4119 Jun 23 06:43 cloudevents.yml

./3.3/openapi/sources/paths/config:
total 8
drwxr-sr-x.  2 jenkins 1001020000   43 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 1225 Jun 23 06:43 config.yml
-rw-r--r--.  1 jenkins 1001020000 3513 Jun 23 06:43 podName.yml

./3.3/openapi/sources/paths/connections:
total 32
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 2207 Jun 23 06:43 command.yml
-rw-r--r--.  1 jenkins 1001020000 5884 Jun 23 06:43 connectionId.yml
-rw-r--r--.  1 jenkins 1001020000 5671 Jun 23 06:43 connections.yml
-rw-r--r--.  1 jenkins 1001020000 2125 Jun 23 06:43 logs.yml
-rw-r--r--.  1 jenkins 1001020000 1845 Jun 23 06:43 metrics.yml
-rw-r--r--.  1 jenkins 1001020000 1841 Jun 23 06:43 status.yml

./3.3/openapi/sources/paths/features:
total 112
drwxr-sr-x.  2 jenkins 1001020000   162 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000   180 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 13067 Jun 23 06:43 definition.yml
-rw-r--r--.  1 jenkins 1001020000 13815 Jun 23 06:43 desiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000 13199 Jun 23 06:43 desiredProperty.yml
-rw-r--r--.  1 jenkins 1001020000 14558 Jun 23 06:43 feature.yml
-rw-r--r--.  1 jenkins 1001020000 15779 Jun 23 06:43 index.yml
-rw-r--r--.  1 jenkins 1001020000 13588 Jun 23 06:43 properties.yml
-rw-r--r--.  1 jenkins 1001020000 12953 Jun 23 06:43 property.yml

./3.3/openapi/sources/paths/logging:
total 8
drwxr-sr-x.  2 jenkins 1001020000   47 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 1918 Jun 23 06:43 logging.yml
-rw-r--r--.  1 jenkins 1001020000 2065 Jun 23 06:43 moduleName.yml

./3.3/openapi/sources/paths/messages:
total 32
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 4118 Jun 23 06:43 feature-inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3999 Jun 23 06:43 feature-outbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 4717 Jun 23 06:43 inbox-claim.yml
-rw-r--r--.  1 jenkins 1001020000 4535 Jun 23 06:43 inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3860 Jun 23 06:43 outbox-message.yml

./3.3/openapi/sources/paths/piggyback:
total 12
drwxr-sr-x.  2 jenkins 1001020000   75 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 2243 Jun 23 06:43 instanceIndex.yml
-rw-r--r--.  1 jenkins 1001020000 3792 Jun 23 06:43 piggyback.yml
-rw-r--r--.  1 jenkins 1001020000 2617 Jun 23 06:43 serviceName.yml

./3.3/openapi/sources/paths/policies:
total 112
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000   180 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000  3008 Jun 23 06:43 activateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2953 Jun 23 06:43 activateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  2744 Jun 23 06:43 deactivateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2710 Jun 23 06:43 deactivateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  6179 Jun 23 06:43 entries.yml
-rw-r--r--.  1 jenkins 1001020000 10015 Jun 23 06:43 entry.yml
-rw-r--r--.  1 jenkins 1001020000  6115 Jun 23 06:43 imports.yml
-rw-r--r--.  1 jenkins 1001020000  9700 Jun 23 06:43 import.yml
-rw-r--r--.  1 jenkins 1001020000 11669 Jun 23 06:43 policy.yml
-rw-r--r--.  1 jenkins 1001020000  6212 Jun 23 06:43 resources.yml
-rw-r--r--.  1 jenkins 1001020000  8530 Jun 23 06:43 resource.yml
-rw-r--r--.  1 jenkins 1001020000  5812 Jun 23 06:43 subjects.yml
-rw-r--r--.  1 jenkins 1001020000  8595 Jun 23 06:43 subject.yml

./3.3/openapi/sources/paths/search:
total 12
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 2217 Jun 23 06:43 things-count.yml
-rw-r--r--.  1 jenkins 1001020000 4167 Jun 23 06:43 things.yml

./3.3/openapi/sources/paths/things:
total 92
drwxr-sr-x.  2 jenkins 1001020000   125 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000   180 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 12643 Jun 23 06:43 attributes.yml
-rw-r--r--.  1 jenkins 1001020000 12627 Jun 23 06:43 attribute.yml
-rw-r--r--.  1 jenkins 1001020000 12517 Jun 23 06:43 definition.yml
-rw-r--r--.  1 jenkins 1001020000  6898 Jun 23 06:43 index.yml
-rw-r--r--.  1 jenkins 1001020000  8959 Jun 23 06:43 policyId.yml
-rw-r--r--.  1 jenkins 1001020000 20949 Jun 23 06:43 thing.yml

./3.3/openapi/sources/paths/whoami:
total 4
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 1040 Jun 23 06:43 index.yml

./3.3/openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:45 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:45 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:43 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  808 Jun 23 06:43 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:43 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:43 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:43 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:45 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:43 value.yml

./3.3/openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:45 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:45 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:45 actions

./3.3/openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:45 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:45 ..
-rw-r--r--. 1 jenkins 1001020000 875 Jun 23 06:43 activateTokenIntegration.yml

./3.3/openapi/sources/responses:
total 32
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:45 .
drwxr-sr-x. 8 jenkins 1001020000  169 Jun 23 06:45 ..
-rw-r--r--. 1 jenkins 1001020000  606 Jun 23 06:43 dependencyFailed.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:43 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  574 Jun 23 06:43 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:43 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:43 preconditionFailed.yml
-rw-r--r--. 1 jenkins 1001020000  559 Jun 23 06:43 successUpdateLogLevelSinglePod.yml
-rw-r--r--. 1 jenkins 1001020000  596 Jun 23 06:43 successUpdateLogLevel.yml

./3.3/openapi/sources/schemas:
total 20
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:45 .
drwxr-sr-x.  8 jenkins 1001020000  169 Jun 23 06:45 ..
drwxr-sr-x.  2 jenkins 1001020000   61 Jun 23 06:45 acknowledgements
drwxr-sr-x.  2 jenkins 1001020000  175 Jun 23 06:45 config
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:45 connections
drwxr-sr-x.  2 jenkins 1001020000   80 Jun 23 06:45 errors
drwxr-sr-x.  2 jenkins 1001020000  139 Jun 23 06:45 features
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:45 logging
drwxr-sr-x.  2 jenkins 1001020000   97 Jun 23 06:45 piggyback
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:45 policies
drwxr-sr-x.  2 jenkins 1001020000   36 Jun 23 06:45 search
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:45 things
drwxr-sr-x.  2 jenkins 1001020000   49 Jun 23 06:45 whoami
-rw-r--r--.  1 jenkins 1001020000 3662 Jun 23 06:43 wot-thingDescription.yml

./3.3/openapi/sources/schemas/acknowledgements:
total 12
drwxr-sr-x.  2 jenkins 1001020000   61 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000  595 Jun 23 06:43 acknowledgements.yml
-rw-r--r--.  1 jenkins 1001020000  736 Jun 23 06:43 acknowledgement.yml

./3.3/openapi/sources/schemas/config:
total 28
drwxr-sr-x.  2 jenkins 1001020000  175 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000  486 Jun 23 06:43 moduleConfigService.yml
-rw-r--r--.  1 jenkins 1001020000  474 Jun 23 06:43 moduleConfig.yml
-rw-r--r--.  1 jenkins 1001020000 1159 Jun 23 06:43 resultConfigService.yml
-rw-r--r--.  1 jenkins 1001020000 1025 Jun 23 06:43 resultConfig.yml
-rw-r--r--.  1 jenkins 1001020000  465 Jun 23 06:43 retrieveConfigService.yml
-rw-r--r--.  1 jenkins 1001020000  457 Jun 23 06:43 retrieveConfig.yml

./3.3/openapi/sources/schemas/connections:
total 120
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 1130 Jun 23 06:43 connectionLogs.yml
-rw-r--r--.  1 jenkins 1001020000  914 Jun 23 06:43 connectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000 1590 Jun 23 06:43 connectionStatus.yml
-rw-r--r--.  1 jenkins 1001020000  526 Jun 23 06:43 connectionType.yml
-rw-r--r--.  1 jenkins 1001020000  563 Jun 23 06:43 connection.yml
-rw-r--r--.  1 jenkins 1001020000  522 Jun 23 06:43 connectivityStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1075 Jun 23 06:43 inboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  526 Jun 23 06:43 logCategory.yml
-rw-r--r--.  1 jenkins 1001020000 1297 Jun 23 06:43 logEntry.yml
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:43 logLevel.yml
-rw-r--r--.  1 jenkins 1001020000  610 Jun 23 06:43 logType.yml
-rw-r--r--.  1 jenkins 1001020000 1149 Jun 23 06:43 mappingContext.yml
-rw-r--r--.  1 jenkins 1001020000 1547 Jun 23 06:43 newConnection.yml
-rw-r--r--.  1 jenkins 1001020000 1313 Jun 23 06:43 outboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  588 Jun 23 06:43 overallConnectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  624 Jun 23 06:43 payloadMappingDefinitions.yml
-rw-r--r--.  1 jenkins 1001020000 3310 Jun 23 06:43 payloadMappingDefinition.yml
-rw-r--r--.  1 jenkins 1001020000 1125 Jun 23 06:43 resourceStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1180 Jun 23 06:43 singleMetric.yml
-rw-r--r--.  1 jenkins 1001020000  670 Jun 23 06:43 sourceMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  556 Jun 23 06:43 sources.yml
-rw-r--r--.  1 jenkins 1001020000 6935 Jun 23 06:43 source.yml
-rw-r--r--.  1 jenkins 1001020000 2908 Jun 23 06:43 sshTunnel.yml
-rw-r--r--.  1 jenkins 1001020000  675 Jun 23 06:43 targetMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  546 Jun 23 06:43 targets.yml
-rw-r--r--.  1 jenkins 1001020000 3329 Jun 23 06:43 target.yml
-rw-r--r--.  1 jenkins 1001020000  784 Jun 23 06:43 typedMetric.yml

./3.3/openapi/sources/schemas/errors:
total 16
drwxr-sr-x.  2 jenkins 1001020000   80 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000  897 Jun 23 06:43 advancedError.yml
-rw-r--r--.  1 jenkins 1001020000  803 Jun 23 06:43 error.yml
-rw-r--r--.  1 jenkins 1001020000  453 Jun 23 06:43 textUnauthorizeError.yml

./3.3/openapi/sources/schemas/features:
total 24
drwxr-sr-x.  2 jenkins 1001020000  139 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000  678 Jun 23 06:43 featureDefinition.yml
-rw-r--r--.  1 jenkins 1001020000  489 Jun 23 06:43 featureDesiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000  481 Jun 23 06:43 featureProperties.yml
-rw-r--r--.  1 jenkins 1001020000  590 Jun 23 06:43 features.yml
-rw-r--r--.  1 jenkins 1001020000  573 Jun 23 06:43 feature.yml

./3.3/openapi/sources/schemas/logging:
total 36
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000  503 Jun 23 06:43 loggingUpdateFields.yml
-rw-r--r--.  1 jenkins 1001020000  498 Jun 23 06:43 moduleUpdatedLogLevel.yml
-rw-r--r--.  1 jenkins 1001020000  481 Jun 23 06:43 module.yml
-rw-r--r--.  1 jenkins 1001020000  890 Jun 23 06:43 resultLoggingConfig.yml
-rw-r--r--.  1 jenkins 1001020000  682 Jun 23 06:43 resultUpdateRequest.yml
-rw-r--r--.  1 jenkins 1001020000  438 Jun 23 06:43 retrieveLoggingConfig.yml
-rw-r--r--.  1 jenkins 1001020000  860 Jun 23 06:43 updatedLogLevel.yml

./3.3/openapi/sources/schemas/piggyback:
total 12
drwxr-sr-x.  2 jenkins 1001020000   97 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000  701 Jun 23 06:43 basePiggybackCommandRequestSchema.yml
-rw-r--r--.  1 jenkins 1001020000  701 Jun 23 06:43 piggybackManagingBackgroundCleanup.yml

./3.3/openapi/sources/schemas/policies:
total 60
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 1027 Jun 23 06:43 importable.yml
-rw-r--r--.  1 jenkins 1001020000  527 Jun 23 06:43 newPolicy.yml
-rw-r--r--.  1 jenkins 1001020000  491 Jun 23 06:43 permission.yml
-rw-r--r--.  1 jenkins 1001020000  578 Jun 23 06:43 policyEntries.yml
-rw-r--r--.  1 jenkins 1001020000  637 Jun 23 06:43 policyEntry.yml
-rw-r--r--.  1 jenkins 1001020000  791 Jun 23 06:43 policyImports.yml
-rw-r--r--.  1 jenkins 1001020000  981 Jun 23 06:43 policyImport.yml
-rw-r--r--.  1 jenkins 1001020000  669 Jun 23 06:43 policy.yml
-rw-r--r--.  1 jenkins 1001020000  679 Jun 23 06:43 resourceEntry.yml
-rw-r--r--.  1 jenkins 1001020000  888 Jun 23 06:43 resources.yml
-rw-r--r--.  1 jenkins 1001020000 2019 Jun 23 06:43 subjectAnnouncement.yml
-rw-r--r--.  1 jenkins 1001020000 1190 Jun 23 06:43 subjectEntry.yml
-rw-r--r--.  1 jenkins 1001020000  576 Jun 23 06:43 subjects.yml

./3.3/openapi/sources/schemas/search:
total 8
drwxr-sr-x.  2 jenkins 1001020000   36 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000  499 Jun 23 06:43 searchResultThings.yml

./3.3/openapi/sources/schemas/things:
total 24
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:43 attributes.yml
-rw-r--r--.  1 jenkins 1001020000  602 Jun 23 06:43 definition.yml
-rw-r--r--.  1 jenkins 1001020000 2328 Jun 23 06:43 newThing.yml
-rw-r--r--.  1 jenkins 1001020000  833 Jun 23 06:43 patchThing.yml
-rw-r--r--.  1 jenkins 1001020000 1737 Jun 23 06:43 thing.yml

./3.3/openapi/sources/schemas/whoami:
total 12
drwxr-sr-x.  2 jenkins 1001020000   49 Jun 23 06:45 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000  519 Jun 23 06:43 whoamiSubject.yml
-rw-r--r--.  1 jenkins 1001020000  657 Jun 23 06:43 whoami.yml

./3.3/openapi/sources/security:
total 20
drwxr-sr-x. 2 jenkins 1001020000 115 Jun 23 06:45 .
drwxr-sr-x. 8 jenkins 1001020000 169 Jun 23 06:45 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:43 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 488 Jun 23 06:43 devOpsBasic.yml
-rw-r--r--. 1 jenkins 1001020000 554 Jun 23 06:43 devOpsBearer.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:43 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:43 nginxBasic.yml

./3.3/slides:
total 32
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:45 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 2021_05_ditto-introduction-deck
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 2021_06_ditto-20-overview
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 2021_06_ditto-in-20-min
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 2021_10_25-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 2022_10_24_eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 2022_10_ditto-and-wot
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 2023_01_ditto-in-30-min
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:45 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:45 images

./3.3/slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 29040 Jun 23 06:43 index.html

./3.3/slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 34156 Jun 23 06:43 index.html

./3.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 14249 Jun 23 06:43 index.html

./3.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 15023 Jun 23 06:43 index.html

./3.3/slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 31939 Jun 23 06:43 index.html

./3.3/slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 15007 Jun 23 06:43 index.html

./3.3/slides/2020_10_19-eclipse-iot-wg-community-day:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 16399 Jun 23 06:43 index.html

./3.3/slides/2021_05_ditto-introduction-deck:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 30836 Jun 23 06:43 index.html

./3.3/slides/2021_06_ditto-20-overview:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 16519 Jun 23 06:43 index.html

./3.3/slides/2021_06_ditto-in-20-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 21875 Jun 23 06:43 index.html

./3.3/slides/2021_10_25-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 14949 Jun 23 06:43 index.html

./3.3/slides/2022_10_24_eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 13920 Jun 23 06:43 index.html

./3.3/slides/2022_10_ditto-and-wot:
total 32
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 25651 Jun 23 06:43 index.html

./3.3/slides/2023_01_ditto-in-30-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:45 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000 23383 Jun 23 06:43 index.html

./3.3/slides/bg-images:
total 1344
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:45 .
drwxr-sr-x. 18 jenkins 1001020000   4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:43 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:43 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:43 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:43 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:43 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:43 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:43 background-twin-small.jpg
-rw-r--r--.  1 jenkins 1001020000 478262 Jun 23 06:43 juan-davila-P8PlK2nGwqA-unsplash.jpg

./3.3/slides/images:
total 808
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:45 .
drwxr-sr-x. 18 jenkins 1001020000   4096 Jun 23 06:45 ..
-rw-r--r--.  1 jenkins 1001020000  20911 Jun 23 06:43 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000  12025 Jun 23 06:43 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000  15573 Jun 23 06:43 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000  51307 Jun 23 06:43 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000  84773 Jun 23 06:43 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000  47734 Jun 23 06:43 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000  35351 Jun 23 06:43 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 267438 Jun 23 06:43 ditto-ui-screenshot.png
-rw-r--r--.  1 jenkins 1001020000  36694 Jun 23 06:43 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000   9534 Jun 23 06:43 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000  58130 Jun 23 06:43 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000  20186 Jun 23 06:43 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000  35056 Jun 23 06:43 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000  51845 Jun 23 06:43 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000  17775 Jun 23 06:43 ttn-logo.png
-rw-r--r--.  1 jenkins 1001020000  27392 Jun 23 06:43 wot.png

./3.3/wot:
total 36
drwxr-sr-x.  2 jenkins 1001020000   118 Jun 23 06:45 .
drwxr-sr-x. 11 jenkins 1001020000 16384 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3764 Jun 23 06:43 ditto-extension.html
-rw-r--r--.  1 jenkins 1001020000  1503 Jun 23 06:43 ditto-extension.jsonld
-rw-r--r--.  1 jenkins 1001020000  2000 Jun 23 06:43 ditto-extension.rdf
-rw-r--r--.  1 jenkins 1001020000  1513 Jun 23 06:43 ditto-extension.ttl

./css:
total 88
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000 20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   475 Jun 23 06:42 boxshadowproperties.css
-rw-r--r--.  1 jenkins 1001020000 24527 Jun 23 06:42 customstyles.css
-rw-r--r--.  1 jenkins 1001020000  1246 Jun 23 06:42 modern-business.css
-rw-r--r--.  1 jenkins 1001020000  2806 Jun 23 06:42 printstyles.css
-rw-r--r--.  1 jenkins 1001020000  1174 Jun 23 06:42 swagger.css
-rw-r--r--.  1 jenkins 1001020000  3768 Jun 23 06:42 syntax.css
-rw-r--r--.  1 jenkins 1001020000  2650 Jun 23 06:42 theme-blue.css
-rw-r--r--.  1 jenkins 1001020000  4371 Jun 23 06:42 theme-ditto.css
-rw-r--r--.  1 jenkins 1001020000  2377 Jun 23 06:42 theme-green.css

./docson:
total 84
drwxr-sr-x.  5 jenkins 1001020000   172 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000 20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   480 Jun 23 06:42 bower.json
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 css
-rw-r--r--.  1 jenkins 1001020000 19086 Jun 23 06:42 docson.js
-rw-r--r--.  1 jenkins 1001020000  2739 Jun 23 06:42 docson-swagger.js
-rw-r--r--.  1 jenkins 1001020000  6585 Jun 23 06:42 index.html
drwxr-sr-x.  2 jenkins 1001020000   140 Jun 23 06:46 lib
-rw-r--r--.  1 jenkins 1001020000 11325 Jun 23 06:42 LICENSE
-rw-r--r--.  1 jenkins 1001020000  4977 Jun 23 06:42 README.md
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 templates
-rw-r--r--.  1 jenkins 1001020000  1912 Jun 23 06:42 widget.js

./docson/css:
total 12
drwxr-sr-x. 2 jenkins 1001020000   24 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 9309 Jun 23 06:42 docson.css

./docson/lib:
total 264
drwxr-sr-x. 2 jenkins 1001020000   140 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 84693 Jun 23 06:42 handlebars.js
-rw-r--r--. 1 jenkins 1001020000 10682 Jun 23 06:42 highlight.js
-rw-r--r--. 1 jenkins 1001020000 93107 Jun 23 06:42 jquery.js
-rw-r--r--. 1 jenkins 1001020000  9747 Jun 23 06:42 jsonpointer.js
-rw-r--r--. 1 jenkins 1001020000 33817 Jun 23 06:42 marked.js
-rw-r--r--. 1 jenkins 1001020000 15106 Jun 23 06:42 require.js
-rw-r--r--. 1 jenkins 1001020000 11008 Jun 23 06:42 traverse.js

./docson/templates:
total 12
drwxr-sr-x. 2 jenkins 1001020000   44 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000  172 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 6043 Jun 23 06:42 box.html
-rw-r--r--. 1 jenkins 1001020000 3423 Jun 23 06:42 signature.html

./files:
total 36
drwxr-sr-x.  2 jenkins 1001020000    86 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000 20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000   588 Jun 23 06:42 migration_mongodb_0.8.0-M2_0.8.0-M3.js
-rw-r--r--.  1 jenkins 1001020000  7001 Jun 23 06:42 migration_mongodb_1.0.0.js

./.git:
total 792
drwxr-sr-x.  8 jenkins 1001020000    163 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000      6 Jun 23 06:46 branches
-rw-r--r--.  1 jenkins 1001020000    329 Jun 23 06:46 config
-rw-r--r--.  1 jenkins 1001020000     73 Jun 23 06:46 description
-rw-r--r--.  1 jenkins 1001020000     23 Jun 23 06:46 HEAD
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 hooks
-rw-r--r--.  1 jenkins 1001020000 764929 Jun 23 06:46 index
drwxr-sr-x.  2 jenkins 1001020000     21 Jun 23 06:46 info
drwxr-sr-x.  3 jenkins 1001020000     30 Jun 23 06:46 logs
drwxr-sr-x.  4 jenkins 1001020000     30 Jun 23 06:46 objects
-rw-r--r--.  1 jenkins 1001020000    114 Jun 23 06:46 packed-refs
drwxr-sr-x.  5 jenkins 1001020000     46 Jun 23 06:46 refs

./.git/branches:
total 0
drwxr-sr-x. 2 jenkins 1001020000   6 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 163 Jun 23 06:46 ..

./.git/hooks:
total 52
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  163 Jun 23 06:46 ..
-rwxr-xr-x. 1 jenkins 1001020000  478 Jun 23 06:46 applypatch-msg.sample
-rwxr-xr-x. 1 jenkins 1001020000  896 Jun 23 06:46 commit-msg.sample
-rwxr-xr-x. 1 jenkins 1001020000 3327 Jun 23 06:46 fsmonitor-watchman.sample
-rwxr-xr-x. 1 jenkins 1001020000  189 Jun 23 06:46 post-update.sample
-rwxr-xr-x. 1 jenkins 1001020000  424 Jun 23 06:46 pre-applypatch.sample
-rwxr-xr-x. 1 jenkins 1001020000 1638 Jun 23 06:46 pre-commit.sample
-rwxr-xr-x. 1 jenkins 1001020000 1492 Jun 23 06:46 prepare-commit-msg.sample
-rwxr-xr-x. 1 jenkins 1001020000 1348 Jun 23 06:46 pre-push.sample
-rwxr-xr-x. 1 jenkins 1001020000 4898 Jun 23 06:46 pre-rebase.sample
-rwxr-xr-x. 1 jenkins 1001020000  544 Jun 23 06:46 pre-receive.sample
-rwxr-xr-x. 1 jenkins 1001020000 3610 Jun 23 06:46 update.sample

./.git/info:
total 4
drwxr-sr-x. 2 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 163 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 240 Jun 23 06:46 exclude

./.git/logs:
total 4
drwxr-sr-x. 3 jenkins 1001020000  30 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 163 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 194 Jun 23 06:46 HEAD
drwxr-sr-x. 4 jenkins 1001020000  34 Jun 23 06:46 refs

./.git/logs/refs:
total 0
drwxr-sr-x. 4 jenkins 1001020000 34 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 30 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000 20 Jun 23 06:46 heads
drwxr-sr-x. 3 jenkins 1001020000 20 Jun 23 06:46 remotes

./.git/logs/refs/heads:
total 4
drwxr-sr-x. 2 jenkins 1001020000  20 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000  34 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 194 Jun 23 06:46 master

./.git/logs/refs/remotes:
total 0
drwxr-sr-x. 3 jenkins 1001020000 20 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 34 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000 18 Jun 23 06:46 origin

./.git/logs/refs/remotes/origin:
total 4
drwxr-sr-x. 2 jenkins 1001020000  18 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  20 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 194 Jun 23 06:46 HEAD

./.git/objects:
total 0
drwxr-sr-x. 4 jenkins 1001020000  30 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 163 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   6 Jun 23 06:46 info
drwxr-sr-x. 2 jenkins 1001020000 121 Jun 23 06:46 pack

./.git/objects/info:
total 0
drwxr-sr-x. 2 jenkins 1001020000  6 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000 30 Jun 23 06:46 ..

./.git/objects/pack:
total 18848
drwxr-sr-x. 2 jenkins 1001020000      121 Jun 23 06:46 .
drwxr-sr-x. 4 jenkins 1001020000       30 Jun 23 06:46 ..
-r--r--r--. 1 jenkins 1001020000  2282316 Jun 23 06:46 pack-b4af00a3050d425fa6b1dfc8ef5769cd43bdb87d.idx
-r--r--r--. 1 jenkins 1001020000 17013156 Jun 23 06:46 pack-b4af00a3050d425fa6b1dfc8ef5769cd43bdb87d.pack

./.git/refs:
total 0
drwxr-sr-x. 5 jenkins 1001020000  46 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 163 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  20 Jun 23 06:46 heads
drwxr-sr-x. 3 jenkins 1001020000  20 Jun 23 06:46 remotes
drwxr-sr-x. 2 jenkins 1001020000   6 Jun 23 06:46 tags

./.git/refs/heads:
total 4
drwxr-sr-x. 2 jenkins 1001020000 20 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000 46 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 41 Jun 23 06:46 master

./.git/refs/remotes:
total 0
drwxr-sr-x. 3 jenkins 1001020000 20 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000 46 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000 18 Jun 23 06:46 origin

./.git/refs/remotes/origin:
total 4
drwxr-sr-x. 2 jenkins 1001020000 18 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 20 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 32 Jun 23 06:46 HEAD

./.git/refs/tags:
total 0
drwxr-sr-x. 2 jenkins 1001020000  6 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000 46 Jun 23 06:46 ..

./images:
total 736
drwxr-sr-x.  5 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
-rwxr-xr-x.  1 jenkins 1001020000 211445 Jun 23 06:42 2020-04-16-Logo_TTVC_color.png
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 blog
-rw-r--r--.  1 jenkins 1001020000   9257 Jun 23 06:42 ditto_allwhite_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4235 Jun 23 06:42 ditto_allwhite_textonly.svg
-rwxr-xr-x.  1 jenkins 1001020000  92637 Jun 23 06:42 ditto-overview-1.png
-rw-r--r--.  1 jenkins 1001020000 159156 Jun 23 06:42 ditto-overview-1.svg
-rwxr-xr-x.  1 jenkins 1001020000 101022 Jun 23 06:42 ditto-super-1.png
-rw-r--r--.  1 jenkins 1001020000  50244 Jun 23 06:42 ditto-super-1.svg
-rw-r--r--.  1 jenkins 1001020000  12553 Jun 23 06:42 ditto.svg
-rw-r--r--.  1 jenkins 1001020000   9774 Jun 23 06:42 ditto_symbolonly.svg
-rw-r--r--.  1 jenkins 1001020000   4677 Jun 23 06:42 ditto_textonly.svg
-rw-r--r--.  1 jenkins 1001020000   3731 Jun 23 06:42 eclipse_foundation_logo.svg
-rw-r--r--.  1 jenkins 1001020000   5012 Jun 23 06:46 eclipse_incubation_vertical_png-02.png
-rw-r--r--.  1 jenkins 1001020000   3082 Jun 23 06:42 favicon-16x16.png
-rw-r--r--.  1 jenkins 1001020000   3455 Jun 23 06:42 favicon-32x32.png
-rw-r--r--.  1 jenkins 1001020000   5612 Jun 23 06:42 favicon-96x96.png
-rwxr-xr-x.  1 jenkins 1001020000   1571 Jun 23 06:42 GitHub-Mark-Light-32px.png
-rwxr-xr-x.  1 jenkins 1001020000   4187 Jun 23 06:42 iot_logo.svg
drwxr-sr-x.  7 jenkins 1001020000     81 Jun 23 06:46 pages
drwxr-sr-x.  2 jenkins 1001020000     78 Jun 23 06:46 user-logos

./images/blog:
total 576
drwxr-sr-x. 2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  40902 Jun 23 06:42 2018-05-02-ditto-hono-digital-twin.png
-rw-r--r--. 1 jenkins 1001020000  54681 Jun 23 06:42 2018-09-21-selective-push-notifications-example-setup.png
-rw-r--r--. 1 jenkins 1001020000  62650 Jun 23 06:42 2018-09-21-selective-push-notifications-visual-comparison.png
-rw-r--r--. 1 jenkins 1001020000  92992 Jun 23 06:42 2018-09-21-selective-push-notifications-websocket_org.png
-rw-r--r--. 1 jenkins 1001020000  67605 Jun 23 06:42 2018-12-14-command-and-control.png
-rwxr-xr-x. 1 jenkins 1001020000 236938 Jun 23 06:42 2021-03-22-azure-iot-hub-integration-overview.png
-rw-r--r--. 1 jenkins 1001020000  14173 Jun 23 06:42 2021-04-06-ssh-tunnel-for-managed-connections-shema.png

./images/pages:
total 8
drwxr-sr-x. 7 jenkins 1001020000   81 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000 4096 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000   51 Jun 23 06:46 advanced
drwxr-sr-x. 2 jenkins 1001020000  114 Jun 23 06:46 architecture
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 basic
drwxr-sr-x. 2 jenkins 1001020000   66 Jun 23 06:46 protocol
drwxr-sr-x. 2 jenkins 1001020000  120 Jun 23 06:46 ui

./images/pages/advanced:
total 32
drwxr-sr-x. 2 jenkins 1001020000    51 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29163 Jun 23 06:42 data-by-pass-architectural-design.jpg

./images/pages/architecture:
total 84
drwxr-sr-x. 2 jenkins 1001020000   114 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 21402 Jun 23 06:42 context-overview-initial.png
-rwxr-xr-x. 1 jenkins 1001020000 33913 Jun 23 06:42 context-overview.png
-rwxr-xr-x. 1 jenkins 1001020000 22188 Jun 23 06:42 ditto-architecture-overview-2022.png

./images/pages/basic:
total 168
drwxr-sr-x. 2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 16882 Jun 23 06:46 ditto-class-diagram-v1.png
-rw-r--r--. 1 jenkins 1001020000 23249 Jun 23 06:46 ditto-class-diagram-v1.svg
-rwxr-xr-x. 1 jenkins 1001020000  4115 Jun 23 06:42 ditto-class-diagram-v2.png
-rw-r--r--. 1 jenkins 1001020000 27777 Jun 23 06:42 ditto-messages.png
-rw-r--r--. 1 jenkins 1001020000 17835 Jun 23 06:42 ditto-thing-feature-definition-model.png
-rw-r--r--. 1 jenkins 1001020000  6847 Jun 23 06:42 ditto-thing-feature.png
-rw-r--r--. 1 jenkins 1001020000 28705 Jun 23 06:42 policy-example-2.png
-rw-r--r--. 1 jenkins 1001020000 23471 Jun 23 06:42 policy-example.png

./images/pages/protocol:
total 68
drwxr-sr-x. 2 jenkins 1001020000    66 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000    81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 29398 Jun 23 06:42 ditto-live-channel.png
-rw-r--r--. 1 jenkins 1001020000 34320 Jun 23 06:42 ditto-twin-channel.png

./images/pages/ui:
total 620
drwxr-sr-x. 2 jenkins 1001020000    120 Jun 23 06:46 .
drwxr-sr-x. 7 jenkins 1001020000     81 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 130101 Jun 23 06:42 screenshot_add_environment.png
-rw-r--r--. 1 jenkins 1001020000 482983 Jun 23 06:42 screenshot_introduction.png
-rw-r--r--. 1 jenkins 1001020000  20244 Jun 23 06:42 screenshot_select_environment.png

./images/user-logos:
total 24
drwxr-sr-x. 2 jenkins 1001020000   78 Jun 23 06:46 .
drwxr-sr-x. 5 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 2600 Jun 23 06:46 aloxy-word-white.svg
-rw-r--r--. 1 jenkins 1001020000 9846 Jun 23 06:46 bosch-en-white.svg
-rw-r--r--. 1 jenkins 1001020000  253 Jun 23 06:46 LICENSE.md

./js:
total 32
drwxr-sr-x.  2 jenkins 1001020000    44 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000 20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3315 Jun 23 06:42 customscripts.js
-rw-r--r--.  1 jenkins 1001020000  3110 Jun 23 06:42 toc.js

./jsonschema:
total 176
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000 20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 40424 Jun 23 06:42 connection.json
-rw-r--r--.  1 jenkins 1001020000  1756 Jun 23 06:42 error.json
-rw-r--r--.  1 jenkins 1001020000  1129 Jun 23 06:46 feature.json
-rw-r--r--.  1 jenkins 1001020000  1508 Jun 23 06:42 feature_v2.json
-rw-r--r--.  1 jenkins 1001020000  1338 Jun 23 06:42 piggyback-command.json
-rw-r--r--.  1 jenkins 1001020000  8140 Jun 23 06:42 policy.json
-rw-r--r--.  1 jenkins 1001020000  1539 Jun 23 06:42 protocol-ack.json
-rw-r--r--.  1 jenkins 1001020000  1766 Jun 23 06:42 protocol-acks.json
-rw-r--r--.  1 jenkins 1001020000   825 Jun 23 06:42 protocol-announcement.json
-rw-r--r--.  1 jenkins 1001020000  4778 Jun 23 06:42 protocol-envelope.json
-rw-r--r--.  1 jenkins 1001020000  3190 Jun 23 06:42 protocol-error_response.json
-rw-r--r--.  1 jenkins 1001020000  1673 Jun 23 06:42 protocol-response.json
-rw-r--r--.  1 jenkins 1001020000  1311 Jun 23 06:42 protocol-search-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   498 Jun 23 06:42 protocol-search-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   465 Jun 23 06:42 protocol-search-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   887 Jun 23 06:42 protocol-search-subscribe-payload.json
-rw-r--r--.  1 jenkins 1001020000   330 Jun 23 06:42 protocol-search-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000  1259 Jun 23 06:42 protocol-streaming-subscription-failed-payload.json
-rw-r--r--.  1 jenkins 1001020000   333 Jun 23 06:42 protocol-streaming-subscriptionid.json
-rw-r--r--.  1 jenkins 1001020000   453 Jun 23 06:42 protocol-streaming-subscription-next-payload.json
-rw-r--r--.  1 jenkins 1001020000   468 Jun 23 06:42 protocol-streaming-subscription-request-payload.json
-rw-r--r--.  1 jenkins 1001020000   703 Jun 23 06:42 protocol-streaming-subscription-subscribe-for-persisted-events-payload.json
-rw-r--r--.  1 jenkins 1001020000  4833 Jun 23 06:46 thing_v1.json
-rw-r--r--.  1 jenkins 1001020000  5180 Jun 23 06:42 thing_v2.json

./openapi:
total 588
drwxr-sr-x.  3 jenkins 1001020000     84 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000  20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 131973 Jun 23 06:46 ditto-api-1.yml
-rw-r--r--.  1 jenkins 1001020000 437595 Jun 23 06:42 ditto-api-2.yml
-rw-r--r--.  1 jenkins 1001020000    703 Jun 23 06:42 README.md
drwxr-sr-x.  8 jenkins 1001020000    192 Jun 23 06:46 sources

./openapi/sources:
total 200
drwxr-sr-x.  8 jenkins 1001020000    192 Jun 23 06:46 .
drwxr-sr-x.  3 jenkins 1001020000     84 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 132425 Jun 23 06:46 api-1-index.yml
-rw-r--r--.  1 jenkins 1001020000  16484 Jun 23 06:42 api-2-index.yml
-rw-r--r--.  1 jenkins 1001020000    203 Jun 23 06:42 package.json
-rw-r--r--.  1 jenkins 1001020000  31379 Jun 23 06:42 package-lock.json
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 parameters
drwxr-sr-x. 13 jenkins 1001020000    180 Jun 23 06:46 paths
drwxr-sr-x.  3 jenkins 1001020000    149 Jun 23 06:46 requests
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 responses
drwxr-sr-x. 13 jenkins 1001020000   4096 Jun 23 06:46 schemas
drwxr-sr-x.  2 jenkins 1001020000    115 Jun 23 06:46 security

./openapi/sources/parameters:
total 192
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  192 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  661 Jun 23 06:42 allowPolicyLockoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  524 Jun 23 06:42 attributePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1629 Jun 23 06:42 attributesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  955 Jun 23 06:42 channelParamPutDescription.yml
-rw-r--r--. 1 jenkins 1001020000  842 Jun 23 06:42 channelParam.yml
-rw-r--r--. 1 jenkins 1001020000 1412 Jun 23 06:42 conditionParam.yml
-rw-r--r--. 1 jenkins 1001020000 1408 Jun 23 06:42 connectionFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:42 connectionIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  646 Jun 23 06:42 deleteMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000 1765 Jun 23 06:42 desiredPropertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000 1731 Jun 23 06:42 featureFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  523 Jun 23 06:42 featureIdPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2165 Jun 23 06:42 featuresFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  644 Jun 23 06:42 getMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  842 Jun 23 06:42 ifEqualHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  772 Jun 23 06:42 ifMatchHeaderParamHash.yml
-rw-r--r--. 1 jenkins 1001020000  767 Jun 23 06:42 ifMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  697 Jun 23 06:42 ifNoneMatchHeaderParam.yml
-rw-r--r--. 1 jenkins 1001020000  764 Jun 23 06:42 importedPolicyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  507 Jun 23 06:42 instanceIndexParam.yml
-rw-r--r--. 1 jenkins 1001020000  490 Jun 23 06:42 labelPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  837 Jun 23 06:42 liveChannelConditionParam.yml
-rw-r--r--. 1 jenkins 1001020000  648 Jun 23 06:42 liveChannelTimeoutStrategyParam.yml
-rw-r--r--. 1 jenkins 1001020000  872 Jun 23 06:42 liveMessageRequestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  512 Jun 23 06:42 loggingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  739 Jun 23 06:42 messageClaimTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  533 Jun 23 06:42 messageSubjectPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:42 messageTimeoutParam.yml
-rw-r--r--. 1 jenkins 1001020000  508 Jun 23 06:42 moduleNamePathParam.yml
-rw-r--r--. 1 jenkins 1001020000  525 Jun 23 06:42 namePodParam.yml
-rw-r--r--. 1 jenkins 1001020000  580 Jun 23 06:42 namespaceParameter.yml
-rw-r--r--. 1 jenkins 1001020000  716 Jun 23 06:42 namespacesFilter.yml
-rw-r--r--. 1 jenkins 1001020000  599 Jun 23 06:42 pathParam.yml
-rw-r--r--. 1 jenkins 1001020000 2739 Jun 23 06:42 policyFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  747 Jun 23 06:42 policyIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1681 Jun 23 06:42 propertiesFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  494 Jun 23 06:42 propertyPathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 1078 Jun 23 06:42 putMetadataParam.yml
-rw-r--r--. 1 jenkins 1001020000  869 Jun 23 06:42 requestedAcksParam.yml
-rw-r--r--. 1 jenkins 1001020000  509 Jun 23 06:42 resourcePathPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  691 Jun 23 06:42 responseRequiredParam.yml
-rw-r--r--. 1 jenkins 1001020000 2342 Jun 23 06:42 searchFilter.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:42 serviceNameParam.yml
-rw-r--r--. 1 jenkins 1001020000  503 Jun 23 06:42 subjectIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000 3129 Jun 23 06:42 thingFieldsQueryParam.yml
-rw-r--r--. 1 jenkins 1001020000  668 Jun 23 06:42 thingIdPathParam.yml
-rw-r--r--. 1 jenkins 1001020000  928 Jun 23 06:42 timeoutParam.yml

./openapi/sources/paths:
total 4
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000  192 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:46 cloudevents
drwxr-sr-x.  2 jenkins 1001020000   43 Jun 23 06:46 config
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 connections
drwxr-sr-x.  2 jenkins 1001020000  162 Jun 23 06:46 features
drwxr-sr-x.  2 jenkins 1001020000   47 Jun 23 06:46 logging
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:46 messages
drwxr-sr-x.  2 jenkins 1001020000   75 Jun 23 06:46 piggyback
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 policies
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 search
drwxr-sr-x.  2 jenkins 1001020000  145 Jun 23 06:46 things
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:46 whoami

./openapi/sources/paths/cloudevents:
total 8
drwxr-sr-x.  2 jenkins 1001020000   29 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 4119 Jun 23 06:42 cloudevents.yml

./openapi/sources/paths/config:
total 8
drwxr-sr-x.  2 jenkins 1001020000   43 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1225 Jun 23 06:42 config.yml
-rw-r--r--.  1 jenkins 1001020000 3513 Jun 23 06:42 podName.yml

./openapi/sources/paths/connections:
total 32
drwxr-sr-x.  2 jenkins 1001020000  125 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2207 Jun 23 06:42 command.yml
-rw-r--r--.  1 jenkins 1001020000 5884 Jun 23 06:42 connectionId.yml
-rw-r--r--.  1 jenkins 1001020000 5671 Jun 23 06:42 connections.yml
-rw-r--r--.  1 jenkins 1001020000 2125 Jun 23 06:42 logs.yml
-rw-r--r--.  1 jenkins 1001020000 1845 Jun 23 06:42 metrics.yml
-rw-r--r--.  1 jenkins 1001020000 1841 Jun 23 06:42 status.yml

./openapi/sources/paths/features:
total 112
drwxr-sr-x.  2 jenkins 1001020000   162 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000   180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 13067 Jun 23 06:42 definition.yml
-rw-r--r--.  1 jenkins 1001020000 13815 Jun 23 06:42 desiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000 13199 Jun 23 06:42 desiredProperty.yml
-rw-r--r--.  1 jenkins 1001020000 14558 Jun 23 06:42 feature.yml
-rw-r--r--.  1 jenkins 1001020000 15779 Jun 23 06:42 index.yml
-rw-r--r--.  1 jenkins 1001020000 13588 Jun 23 06:42 properties.yml
-rw-r--r--.  1 jenkins 1001020000 12953 Jun 23 06:42 property.yml

./openapi/sources/paths/logging:
total 8
drwxr-sr-x.  2 jenkins 1001020000   47 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1918 Jun 23 06:42 logging.yml
-rw-r--r--.  1 jenkins 1001020000 2065 Jun 23 06:42 moduleName.yml

./openapi/sources/paths/messages:
total 32
drwxr-sr-x.  2 jenkins 1001020000  147 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 4118 Jun 23 06:42 feature-inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3999 Jun 23 06:42 feature-outbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 4717 Jun 23 06:42 inbox-claim.yml
-rw-r--r--.  1 jenkins 1001020000 4535 Jun 23 06:42 inbox-message.yml
-rw-r--r--.  1 jenkins 1001020000 3860 Jun 23 06:42 outbox-message.yml

./openapi/sources/paths/piggyback:
total 12
drwxr-sr-x.  2 jenkins 1001020000   75 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2243 Jun 23 06:42 instanceIndex.yml
-rw-r--r--.  1 jenkins 1001020000 3792 Jun 23 06:42 piggyback.yml
-rw-r--r--.  1 jenkins 1001020000 2617 Jun 23 06:42 serviceName.yml

./openapi/sources/paths/policies:
total 112
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000   180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3008 Jun 23 06:42 activateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2953 Jun 23 06:42 activateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  2744 Jun 23 06:42 deactivateTokenIntegrationForEntry.yml
-rw-r--r--.  1 jenkins 1001020000  2710 Jun 23 06:42 deactivateTokenIntegration.yml
-rw-r--r--.  1 jenkins 1001020000  6179 Jun 23 06:42 entries.yml
-rw-r--r--.  1 jenkins 1001020000 10015 Jun 23 06:42 entry.yml
-rw-r--r--.  1 jenkins 1001020000  6115 Jun 23 06:42 imports.yml
-rw-r--r--.  1 jenkins 1001020000  9700 Jun 23 06:42 import.yml
-rw-r--r--.  1 jenkins 1001020000 11669 Jun 23 06:42 policy.yml
-rw-r--r--.  1 jenkins 1001020000  6212 Jun 23 06:42 resources.yml
-rw-r--r--.  1 jenkins 1001020000  8530 Jun 23 06:42 resource.yml
-rw-r--r--.  1 jenkins 1001020000  5812 Jun 23 06:42 subjects.yml
-rw-r--r--.  1 jenkins 1001020000  8595 Jun 23 06:42 subject.yml

./openapi/sources/paths/search:
total 12
drwxr-sr-x.  2 jenkins 1001020000   48 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 2217 Jun 23 06:42 things-count.yml
-rw-r--r--.  1 jenkins 1001020000 4167 Jun 23 06:42 things.yml

./openapi/sources/paths/things:
total 100
drwxr-sr-x.  2 jenkins 1001020000   145 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000   180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 12643 Jun 23 06:42 attributes.yml
-rw-r--r--.  1 jenkins 1001020000 12627 Jun 23 06:42 attribute.yml
-rw-r--r--.  1 jenkins 1001020000 12517 Jun 23 06:42 definition.yml
-rw-r--r--.  1 jenkins 1001020000  6898 Jun 23 06:42 index.yml
-rw-r--r--.  1 jenkins 1001020000  5727 Jun 23 06:46 policyid.yml
-rw-r--r--.  1 jenkins 1001020000  8959 Jun 23 06:42 policyId.yml
-rw-r--r--.  1 jenkins 1001020000 20949 Jun 23 06:42 thing.yml

./openapi/sources/paths/whoami:
total 4
drwxr-sr-x.  2 jenkins 1001020000   23 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000  180 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1040 Jun 23 06:42 index.yml

./openapi/sources/requests:
total 24
drwxr-sr-x. 3 jenkins 1001020000  149 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  192 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 1253 Jun 23 06:42 attributes.yml
-rw-r--r--. 1 jenkins 1001020000  808 Jun 23 06:42 definition.yml
-rw-r--r--. 1 jenkins 1001020000 2096 Jun 23 06:42 dittoProtocol.yml
-rw-r--r--. 1 jenkins 1001020000 1276 Jun 23 06:42 patchValue.yml
-rw-r--r--. 1 jenkins 1001020000  740 Jun 23 06:42 payload.yml
drwxr-sr-x. 3 jenkins 1001020000   21 Jun 23 06:46 policies
-rw-r--r--. 1 jenkins 1001020000 1149 Jun 23 06:42 value.yml

./openapi/sources/requests/policies:
total 0
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000 149 Jun 23 06:46 ..
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 actions

./openapi/sources/requests/policies/actions:
total 4
drwxr-sr-x. 2 jenkins 1001020000  42 Jun 23 06:46 .
drwxr-sr-x. 3 jenkins 1001020000  21 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 875 Jun 23 06:42 activateTokenIntegration.yml

./openapi/sources/responses:
total 36
drwxr-sr-x. 2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000  192 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000  606 Jun 23 06:42 dependencyFailed.yml
-rw-r--r--. 1 jenkins 1001020000  575 Jun 23 06:42 entityTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  586 Jun 23 06:46 messageTimeout.yml
-rw-r--r--. 1 jenkins 1001020000  574 Jun 23 06:42 messageTooLarge.yml
-rw-r--r--. 1 jenkins 1001020000  822 Jun 23 06:42 notModified.yml
-rw-r--r--. 1 jenkins 1001020000 1180 Jun 23 06:42 preconditionFailed.yml
-rw-r--r--. 1 jenkins 1001020000  559 Jun 23 06:42 successUpdateLogLevelSinglePod.yml
-rw-r--r--. 1 jenkins 1001020000  596 Jun 23 06:42 successUpdateLogLevel.yml

./openapi/sources/schemas:
total 112
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x.  8 jenkins 1001020000  192 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000   61 Jun 23 06:46 acknowledgements
-rw-r--r--.  1 jenkins 1001020000  897 Jun 23 06:46 advancedError.yml
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:46 attributes.yml
drwxr-sr-x.  2 jenkins 1001020000  175 Jun 23 06:46 config
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 connections
-rw-r--r--.  1 jenkins 1001020000  573 Jun 23 06:46 definition.yml
drwxr-sr-x.  2 jenkins 1001020000   80 Jun 23 06:46 errors
-rw-r--r--.  1 jenkins 1001020000  803 Jun 23 06:46 error.yml
-rw-r--r--.  1 jenkins 1001020000  649 Jun 23 06:46 featureDefinition.yml
-rw-r--r--.  1 jenkins 1001020000  489 Jun 23 06:46 featureDesiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000  481 Jun 23 06:46 featureProperties.yml
drwxr-sr-x.  2 jenkins 1001020000  139 Jun 23 06:46 features
-rw-r--r--.  1 jenkins 1001020000  590 Jun 23 06:46 features.yml
-rw-r--r--.  1 jenkins 1001020000  573 Jun 23 06:46 feature.yml
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 logging
-rw-r--r--.  1 jenkins 1001020000 2283 Jun 23 06:46 newThing.yml
-rw-r--r--.  1 jenkins 1001020000  491 Jun 23 06:46 permission.yml
drwxr-sr-x.  2 jenkins 1001020000   97 Jun 23 06:46 piggyback
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 policies
-rw-r--r--.  1 jenkins 1001020000  578 Jun 23 06:46 policyEntries.yml
-rw-r--r--.  1 jenkins 1001020000  596 Jun 23 06:46 policyEntry.yml
-rw-r--r--.  1 jenkins 1001020000  505 Jun 23 06:46 policy.yml
-rw-r--r--.  1 jenkins 1001020000  679 Jun 23 06:46 resourceEntryRestricted.yml
-rw-r--r--.  1 jenkins 1001020000  679 Jun 23 06:46 resourceEntry.yml
-rw-r--r--.  1 jenkins 1001020000  785 Jun 23 06:46 resources.yml
drwxr-sr-x.  2 jenkins 1001020000   36 Jun 23 06:46 search
-rw-r--r--.  1 jenkins 1001020000  489 Jun 23 06:46 searchResultThings.yml
-rw-r--r--.  1 jenkins 1001020000  731 Jun 23 06:46 subjectEntry.yml
-rw-r--r--.  1 jenkins 1001020000  576 Jun 23 06:46 subjects.yml
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:46 things
-rw-r--r--.  1 jenkins 1001020000 1768 Jun 23 06:46 thing.yml
drwxr-sr-x.  2 jenkins 1001020000   49 Jun 23 06:46 whoami
-rw-r--r--.  1 jenkins 1001020000  519 Jun 23 06:46 whoamiSubject.yml
-rw-r--r--.  1 jenkins 1001020000  657 Jun 23 06:46 whoami.yml
-rw-r--r--.  1 jenkins 1001020000 3662 Jun 23 06:42 wot-thingDescription.yml

./openapi/sources/schemas/acknowledgements:
total 12
drwxr-sr-x.  2 jenkins 1001020000   61 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  595 Jun 23 06:42 acknowledgements.yml
-rw-r--r--.  1 jenkins 1001020000  736 Jun 23 06:42 acknowledgement.yml

./openapi/sources/schemas/config:
total 28
drwxr-sr-x.  2 jenkins 1001020000  175 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  486 Jun 23 06:42 moduleConfigService.yml
-rw-r--r--.  1 jenkins 1001020000  474 Jun 23 06:42 moduleConfig.yml
-rw-r--r--.  1 jenkins 1001020000 1159 Jun 23 06:42 resultConfigService.yml
-rw-r--r--.  1 jenkins 1001020000 1025 Jun 23 06:42 resultConfig.yml
-rw-r--r--.  1 jenkins 1001020000  465 Jun 23 06:42 retrieveConfigService.yml
-rw-r--r--.  1 jenkins 1001020000  457 Jun 23 06:42 retrieveConfig.yml

./openapi/sources/schemas/connections:
total 120
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1130 Jun 23 06:42 connectionLogs.yml
-rw-r--r--.  1 jenkins 1001020000  914 Jun 23 06:42 connectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000 1590 Jun 23 06:42 connectionStatus.yml
-rw-r--r--.  1 jenkins 1001020000  526 Jun 23 06:42 connectionType.yml
-rw-r--r--.  1 jenkins 1001020000  563 Jun 23 06:42 connection.yml
-rw-r--r--.  1 jenkins 1001020000  522 Jun 23 06:42 connectivityStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1075 Jun 23 06:42 inboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  526 Jun 23 06:42 logCategory.yml
-rw-r--r--.  1 jenkins 1001020000 1297 Jun 23 06:42 logEntry.yml
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:42 logLevel.yml
-rw-r--r--.  1 jenkins 1001020000  610 Jun 23 06:42 logType.yml
-rw-r--r--.  1 jenkins 1001020000 1149 Jun 23 06:42 mappingContext.yml
-rw-r--r--.  1 jenkins 1001020000 1547 Jun 23 06:42 newConnection.yml
-rw-r--r--.  1 jenkins 1001020000 1313 Jun 23 06:42 outboundMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  588 Jun 23 06:42 overallConnectionMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  624 Jun 23 06:42 payloadMappingDefinitions.yml
-rw-r--r--.  1 jenkins 1001020000 3310 Jun 23 06:42 payloadMappingDefinition.yml
-rw-r--r--.  1 jenkins 1001020000 1125 Jun 23 06:42 resourceStatus.yml
-rw-r--r--.  1 jenkins 1001020000 1180 Jun 23 06:42 singleMetric.yml
-rw-r--r--.  1 jenkins 1001020000  670 Jun 23 06:42 sourceMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  556 Jun 23 06:42 sources.yml
-rw-r--r--.  1 jenkins 1001020000 6935 Jun 23 06:42 source.yml
-rw-r--r--.  1 jenkins 1001020000 2908 Jun 23 06:42 sshTunnel.yml
-rw-r--r--.  1 jenkins 1001020000  675 Jun 23 06:42 targetMetrics.yml
-rw-r--r--.  1 jenkins 1001020000  546 Jun 23 06:42 targets.yml
-rw-r--r--.  1 jenkins 1001020000 3329 Jun 23 06:42 target.yml
-rw-r--r--.  1 jenkins 1001020000  784 Jun 23 06:42 typedMetric.yml

./openapi/sources/schemas/errors:
total 16
drwxr-sr-x.  2 jenkins 1001020000   80 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  897 Jun 23 06:42 advancedError.yml
-rw-r--r--.  1 jenkins 1001020000  803 Jun 23 06:42 error.yml
-rw-r--r--.  1 jenkins 1001020000  453 Jun 23 06:42 textUnauthorizeError.yml

./openapi/sources/schemas/features:
total 24
drwxr-sr-x.  2 jenkins 1001020000  139 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  678 Jun 23 06:42 featureDefinition.yml
-rw-r--r--.  1 jenkins 1001020000  489 Jun 23 06:42 featureDesiredProperties.yml
-rw-r--r--.  1 jenkins 1001020000  481 Jun 23 06:42 featureProperties.yml
-rw-r--r--.  1 jenkins 1001020000  590 Jun 23 06:42 features.yml
-rw-r--r--.  1 jenkins 1001020000  573 Jun 23 06:42 feature.yml

./openapi/sources/schemas/logging:
total 36
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  503 Jun 23 06:42 loggingUpdateFields.yml
-rw-r--r--.  1 jenkins 1001020000  498 Jun 23 06:42 moduleUpdatedLogLevel.yml
-rw-r--r--.  1 jenkins 1001020000  481 Jun 23 06:42 module.yml
-rw-r--r--.  1 jenkins 1001020000  890 Jun 23 06:42 resultLoggingConfig.yml
-rw-r--r--.  1 jenkins 1001020000  682 Jun 23 06:42 resultUpdateRequest.yml
-rw-r--r--.  1 jenkins 1001020000  438 Jun 23 06:42 retrieveLoggingConfig.yml
-rw-r--r--.  1 jenkins 1001020000  860 Jun 23 06:42 updatedLogLevel.yml

./openapi/sources/schemas/piggyback:
total 12
drwxr-sr-x.  2 jenkins 1001020000   97 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  701 Jun 23 06:42 basePiggybackCommandRequestSchema.yml
-rw-r--r--.  1 jenkins 1001020000  701 Jun 23 06:42 piggybackManagingBackgroundCleanup.yml

./openapi/sources/schemas/policies:
total 60
drwxr-sr-x.  2 jenkins 1001020000 4096 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 1027 Jun 23 06:42 importable.yml
-rw-r--r--.  1 jenkins 1001020000  527 Jun 23 06:42 newPolicy.yml
-rw-r--r--.  1 jenkins 1001020000  491 Jun 23 06:42 permission.yml
-rw-r--r--.  1 jenkins 1001020000  578 Jun 23 06:42 policyEntries.yml
-rw-r--r--.  1 jenkins 1001020000  637 Jun 23 06:42 policyEntry.yml
-rw-r--r--.  1 jenkins 1001020000  791 Jun 23 06:42 policyImports.yml
-rw-r--r--.  1 jenkins 1001020000  981 Jun 23 06:42 policyImport.yml
-rw-r--r--.  1 jenkins 1001020000  669 Jun 23 06:42 policy.yml
-rw-r--r--.  1 jenkins 1001020000  679 Jun 23 06:42 resourceEntry.yml
-rw-r--r--.  1 jenkins 1001020000  888 Jun 23 06:42 resources.yml
-rw-r--r--.  1 jenkins 1001020000 2019 Jun 23 06:42 subjectAnnouncement.yml
-rw-r--r--.  1 jenkins 1001020000 1190 Jun 23 06:42 subjectEntry.yml
-rw-r--r--.  1 jenkins 1001020000  576 Jun 23 06:42 subjects.yml

./openapi/sources/schemas/search:
total 8
drwxr-sr-x.  2 jenkins 1001020000   36 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  499 Jun 23 06:42 searchResultThings.yml

./openapi/sources/schemas/things:
total 24
drwxr-sr-x.  2 jenkins 1001020000  109 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  479 Jun 23 06:42 attributes.yml
-rw-r--r--.  1 jenkins 1001020000  602 Jun 23 06:42 definition.yml
-rw-r--r--.  1 jenkins 1001020000 2328 Jun 23 06:42 newThing.yml
-rw-r--r--.  1 jenkins 1001020000  833 Jun 23 06:42 patchThing.yml
-rw-r--r--.  1 jenkins 1001020000 1737 Jun 23 06:42 thing.yml

./openapi/sources/schemas/whoami:
total 12
drwxr-sr-x.  2 jenkins 1001020000   49 Jun 23 06:46 .
drwxr-sr-x. 13 jenkins 1001020000 4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  519 Jun 23 06:42 whoamiSubject.yml
-rw-r--r--.  1 jenkins 1001020000  657 Jun 23 06:42 whoami.yml

./openapi/sources/security:
total 20
drwxr-sr-x. 2 jenkins 1001020000 115 Jun 23 06:46 .
drwxr-sr-x. 8 jenkins 1001020000 192 Jun 23 06:46 ..
-rw-r--r--. 1 jenkins 1001020000 520 Jun 23 06:42 bearerAuth.yml
-rw-r--r--. 1 jenkins 1001020000 488 Jun 23 06:42 devOpsBasic.yml
-rw-r--r--. 1 jenkins 1001020000 554 Jun 23 06:42 devOpsBearer.yml
-rw-r--r--. 1 jenkins 1001020000 710 Jun 23 06:42 google.yml
-rw-r--r--. 1 jenkins 1001020000 501 Jun 23 06:42 nginxBasic.yml

./slides:
total 36
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000 20480 Jun 23 06:46 ..
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_02_07-virtualiot-meetup
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_05_23-meetup-iot-hessen
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_04_16-ttn-virtual-conference
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_07_28-iot-wg-status-update
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2020_10_19-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_05_ditto-introduction-deck
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-20-overview
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_06_ditto-in-20-min
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2021_10_25-eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2022_10_24_eclipse-iot-wg-community-day
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2022_10_ditto-and-wot
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 2023_01_ditto-in-30-min
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 bg-images
drwxr-sr-x.  2 jenkins 1001020000  4096 Jun 23 06:46 images

./slides/2018_02_07-virtualiot-meetup:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 29040 Jun 23 06:42 index.html

./slides/2018_05_23-meetup-iot-hessen:
total 40
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 34156 Jun 23 06:42 index.html

./slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14249 Jun 23 06:42 index.html

./slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15023 Jun 23 06:42 index.html

./slides/2020_04_16-ttn-virtual-conference:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 31939 Jun 23 06:42 index.html

./slides/2020_07_28-iot-wg-status-update:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 15007 Jun 23 06:42 index.html

./slides/2020_10_19-eclipse-iot-wg-community-day:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16399 Jun 23 06:42 index.html

./slides/2021_05_ditto-introduction-deck:
total 36
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 30836 Jun 23 06:42 index.html

./slides/2021_06_ditto-20-overview:
total 24
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 16519 Jun 23 06:42 index.html

./slides/2021_06_ditto-in-20-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 21875 Jun 23 06:42 index.html

./slides/2021_10_25-eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 14949 Jun 23 06:42 index.html

./slides/2022_10_24_eclipse-iot-wg-community-day:
total 20
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 13920 Jun 23 06:42 index.html

./slides/2022_10_ditto-and-wot:
total 32
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 25651 Jun 23 06:42 index.html

./slides/2023_01_ditto-in-30-min:
total 28
drwxr-sr-x.  2 jenkins 1001020000    24 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000  4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000 23383 Jun 23 06:42 index.html

./slides/bg-images:
total 1344
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  48663 Jun 23 06:42 background-cloud-small.jpg
-rw-r--r--.  1 jenkins 1001020000 182246 Jun 23 06:42 background-conclusion-small.jpg
-rw-r--r--.  1 jenkins 1001020000 141036 Jun 23 06:42 background-demo-small.jpg
-rwxr-xr-x.  1 jenkins 1001020000  67028 Jun 23 06:42 background-eagle-small.jpg
-rw-r--r--.  1 jenkins 1001020000 146036 Jun 23 06:42 background-framework-small.jpg
-rw-r--r--.  1 jenkins 1001020000 168551 Jun 23 06:42 background-outlook-small.jpg
-rw-r--r--.  1 jenkins 1001020000 119197 Jun 23 06:42 background-twin-small.jpg
-rw-r--r--.  1 jenkins 1001020000 478262 Jun 23 06:42 juan-davila-P8PlK2nGwqA-unsplash.jpg

./slides/images:
total 808
drwxr-sr-x.  2 jenkins 1001020000   4096 Jun 23 06:46 .
drwxr-sr-x. 18 jenkins 1001020000   4096 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  20911 Jun 23 06:42 asset-admin-shell.png
-rwxr-xr-x.  1 jenkins 1001020000  12025 Jun 23 06:42 bosch-iot-things-2020.png
-rw-r--r--.  1 jenkins 1001020000  15573 Jun 23 06:42 bosch-iot-things.png
-rwxr-xr-x.  1 jenkins 1001020000  51307 Jun 23 06:42 ditto-in-action-2019.png
-rwxr-xr-x.  1 jenkins 1001020000  84773 Jun 23 06:42 ditto-in-action-2020.png
-rw-r--r--.  1 jenkins 1001020000  47734 Jun 23 06:42 ditto-in-action.png
-rw-r--r--.  1 jenkins 1001020000  35351 Jun 23 06:42 ditto-orchestration-examples.png
-rw-r--r--.  1 jenkins 1001020000 267438 Jun 23 06:42 ditto-ui-screenshot.png
-rw-r--r--.  1 jenkins 1001020000  36694 Jun 23 06:42 eclipse_iot_logo.png
-rwxr-xr-x.  1 jenkins 1001020000   9534 Jun 23 06:42 Javascript_badge.svg
-rw-r--r--.  1 jenkins 1001020000  58130 Jun 23 06:42 meme-dino.jpg
-rw-r--r--.  1 jenkins 1001020000  20186 Jun 23 06:42 thjaeckle_400x400.jpg
-rwxr-xr-x.  1 jenkins 1001020000  35056 Jun 23 06:42 ttn-ditto-via-mqtt.png
-rwxr-xr-x.  1 jenkins 1001020000  51845 Jun 23 06:42 ttn-hono-ditto.png
-rwxr-xr-x.  1 jenkins 1001020000  17775 Jun 23 06:42 ttn-logo.png
-rw-r--r--.  1 jenkins 1001020000  27392 Jun 23 06:42 wot.png

./wot:
total 40
drwxr-sr-x.  2 jenkins 1001020000   118 Jun 23 06:46 .
drwxr-sr-x. 27 jenkins 1001020000 20480 Jun 23 06:46 ..
-rw-r--r--.  1 jenkins 1001020000  3764 Jun 23 06:42 ditto-extension.html
-rw-r--r--.  1 jenkins 1001020000  1503 Jun 23 06:42 ditto-extension.jsonld
-rw-r--r--.  1 jenkins 1001020000  2000 Jun 23 06:42 ditto-extension.rdf
-rw-r--r--.  1 jenkins 1001020000  1513 Jun 23 06:42 ditto-extension.ttl
[Pipeline] sh
+ git add --all .
[Pipeline] sh
+ git commit -s -a -m 'fast site update - build no: 87 - Ditto release 3.3.0'
[master 4780811a8] fast site update - build no: 87 - Ditto release 3.3.0
 1010 files changed, 662867 insertions(+), 9413 deletions(-)
 create mode 100644 2023-06-23-release-announcement-330.html
 create mode 100644 3.3/2017-11-10-welcome-to-ditto.html
 create mode 100644 3.3/2017-12-18-milestone-announcement-010-M1.html
 create mode 100644 3.3/2018-01-12-milestone-announcement-010-M3.html
 create mode 100644 3.3/2018-01-15-example-demonstrating-rest-to-websocket.html
 create mode 100644 3.3/2018-02-07-milestone-announcement-020-M1.html
 create mode 100644 3.3/2018-02-08-feature-definition.html
 create mode 100644 3.3/2018-04-25-connectivity-service.html
 create mode 100644 3.3/2018-04-26-milestone-announcement-030-M1.html
 create mode 100644 3.3/2018-05-02-connecting-ditto-hono.html
 create mode 100644 3.3/2018-06-15-milestone-announcement-030-M2.html
 create mode 100644 3.3/2018-08-14-milestone-announcement-080-M1.html
 create mode 100644 3.3/2018-09-21-selective-push-notifications.html
 create mode 100644 3.3/2018-09-27-milestone-announcement-080-M2.html
 create mode 100644 3.3/2018-10-16-example-mqtt-bidirectional.html
 create mode 100644 3.3/2018-11-14-milestone-announcement-080-M3.html
 create mode 100644 3.3/2018-11-28-release-announcement-080.html
 create mode 100644 3.3/2018-12-05-example-command-and-control.html
 create mode 100644 3.3/2019-03-13-kafka-connectivity.html
 create mode 100644 3.3/2019-03-28-milestone-announcement-090-M1.html
 create mode 100644 3.3/2019-04-29-milestone-announcement-090-M2.html
 create mode 100644 3.3/2019-07-10-release-announcement-090.html
 create mode 100644 3.3/2019-08-28-openid-connect.html
 create mode 100644 3.3/2019-09-17-milestone-announcement-100-M1a.html
 create mode 100644 3.3/2019-10-17-http-connectivity.html
 create mode 100644 3.3/2019-11-04-milestone-announcement-100-M2.html
 create mode 100644 3.3/2019-12-12-release-announcement-100.html
 create mode 100644 3.3/2020-04-16-connecting-to-ttn-via-mqtt.html
 create mode 100644 3.3/2020-04-29-release-announcement-110.html
 create mode 100644 3.3/2020-08-31-release-announcement-120.html
 create mode 100644 3.3/2020-09-30-release-announcement-130.html
 create mode 100644 3.3/2020-10-08-asynchronous-client-creation.html
 create mode 100644 3.3/2020-10-23-end-2-end-acknowledgment.html
 create mode 100644 3.3/2020-10-28-release-announcement-140.html
 create mode 100644 3.3/2020-11-11-desired-properties.html
 create mode 100644 3.3/2020-11-16-weak-acknowledgements.html
 create mode 100644 3.3/2020-12-10-release-announcement-150.html
 create mode 100644 3.3/2021-01-22-policy-subject-activate-token-integration.html
 create mode 100644 3.3/2021-02-04-merge-feature.html
 create mode 100644 3.3/2021-03-22-azure-iot-hub-integration.html
 create mode 100644 3.3/2021-03-31-ssh-tunneling-for-managed-connections.html
 create mode 100644 3.3/2021-05-06-release-announcement-200.html
 create mode 100644 3.3/2021-06-17-hmac-credentials.html
 create mode 100644 3.3/2021-09-23-conditional-requests.html
 create mode 100644 3.3/2021-09-27-release-announcement-210.html
 create mode 100644 3.3/2021-09-29-kafka-connectivity.html
 create mode 100644 3.3/2021-11-03-oauth2.html
 create mode 100644 3.3/2021-11-22-release-announcement-220.html
 create mode 100644 3.3/2021-12-20-http-live-channel.html
 create mode 100644 3.3/2021-12-22-live-channel-condition.html
 create mode 100644 3.3/2022-01-21-release-announcement-230.html
 create mode 100644 3.3/2022-03-03-wot-integration.html
 create mode 100644 3.3/2022-04-14-release-announcement-240.html
 create mode 100644 3.3/2022-07-12-reactive-mqtt.html
 create mode 100644 3.3/2022-09-28-release-announcement-300.html
 create mode 100644 3.3/2022-11-04-live-message-conditions.html
 create mode 100644 3.3/2022-12-16-release-announcement-310.html
 create mode 100644 3.3/2023-03-08-release-announcement-320.html
 create mode 100644 3.3/2023-06-23-release-announcement-330.html
 create mode 100644 3.3/404.html
 create mode 100644 3.3/advanced-data-by-pass.html
 create mode 100644 3.3/architecture-overview.html
 create mode 100644 3.3/architecture-services-connectivity.html
 create mode 100644 3.3/architecture-services-gateway.html
 create mode 100644 3.3/architecture-services-policies.html
 create mode 100644 3.3/architecture-services-things-search.html
 create mode 100644 3.3/architecture-services-things.html
 create mode 100644 3.3/basic-acknowledgements.html
 create mode 100644 3.3/basic-apis.html
 create mode 100644 3.3/basic-auth.html
 create mode 100644 3.3/basic-changenotifications.html
 create mode 100644 3.3/basic-conditional-requests.html
 create mode 100644 3.3/basic-connections.html
 create mode 100644 3.3/basic-enrichment.html
 create mode 100644 3.3/basic-errors.html
 create mode 100644 3.3/basic-feature.html
 create mode 100644 3.3/basic-history.html
 create mode 100644 3.3/basic-messages.html
 create mode 100644 3.3/basic-metadata.html
 create mode 100644 3.3/basic-namespaces-and-names.html
 create mode 100644 3.3/basic-overview.html
 create mode 100644 3.3/basic-placeholders.html
 create mode 100644 3.3/basic-policy.html
 create mode 100644 3.3/basic-rql.html
 create mode 100644 3.3/basic-search.html
 create mode 100644 3.3/basic-signals-announcement.html
 create mode 100644 3.3/basic-signals-command.html
 create mode 100644 3.3/basic-signals-commandresponse.html
 create mode 100644 3.3/basic-signals-errorresponse.html
 create mode 100644 3.3/basic-signals-event.html
 create mode 100644 3.3/basic-signals.html
 create mode 100644 3.3/basic-thing.html
 create mode 100644 3.3/basic-wot-integration-example.html
 create mode 100644 3.3/basic-wot-integration.html
 create mode 100644 3.3/blog.html
 create mode 100644 3.3/blog_archive.html
 create mode 100644 3.3/client-sdk-java.html
 create mode 100644 3.3/client-sdk-javascript.html
 create mode 100644 3.3/client-sdk-overview.html
 create mode 100644 3.3/connectivity-header-mapping.html
 create mode 100644 3.3/connectivity-hmac-signing.html
 create mode 100644 3.3/connectivity-manage-connections-piggyback.html
 create mode 100644 3.3/connectivity-manage-connections.html
 create mode 100644 3.3/connectivity-mapping.html
 create mode 100644 3.3/connectivity-overview.html
 create mode 100644 3.3/connectivity-protocol-bindings-amqp091.html
 create mode 100644 3.3/connectivity-protocol-bindings-amqp10.html
 create mode 100644 3.3/connectivity-protocol-bindings-hono.html
 create mode 100644 3.3/connectivity-protocol-bindings-http.html
 create mode 100644 3.3/connectivity-protocol-bindings-kafka2.html
 create mode 100644 3.3/connectivity-protocol-bindings-mqtt.html
 create mode 100644 3.3/connectivity-protocol-bindings-mqtt5.html
 create mode 100644 3.3/connectivity-ssh-tunneling.html
 create mode 100644 3.3/connectivity-tls-certificates.html
 create mode 100644 3.3/css/boxshadowproperties.css
 create mode 100644 3.3/css/customstyles.css
 create mode 100644 3.3/css/modern-business.css
 create mode 100644 3.3/css/printstyles.css
 create mode 100644 3.3/css/swagger.css
 create mode 100644 3.3/css/syntax.css
 create mode 100644 3.3/css/theme-blue.css
 create mode 100644 3.3/css/theme-ditto.css
 create mode 100644 3.3/css/theme-green.css
 create mode 100644 3.3/docson/LICENSE
 create mode 100644 3.3/docson/README.md
 create mode 100644 3.3/docson/bower.json
 create mode 100644 3.3/docson/css/docson.css
 create mode 100644 3.3/docson/docson-swagger.js
 create mode 100644 3.3/docson/docson.js
 create mode 100644 3.3/docson/index.html
 create mode 100644 3.3/docson/lib/handlebars.js
 create mode 100644 3.3/docson/lib/highlight.js
 create mode 100644 3.3/docson/lib/jquery.js
 create mode 100644 3.3/docson/lib/jsonpointer.js
 create mode 100644 3.3/docson/lib/marked.js
 create mode 100644 3.3/docson/lib/require.js
 create mode 100644 3.3/docson/lib/traverse.js
 create mode 100644 3.3/docson/templates/box.html
 create mode 100644 3.3/docson/templates/signature.html
 create mode 100644 3.3/docson/widget.js
 create mode 100644 3.3/feedback.html
 create mode 100644 3.3/files/migration_mongodb_0.8.0-M2_0.8.0-M3.js
 create mode 100644 3.3/files/migration_mongodb_1.0.0.js
 create mode 100644 3.3/glossary.html
 create mode 100644 3.3/google459c4cca88b3ce46.html
 create mode 100644 3.3/http-api-doc.html
 create mode 100644 3.3/httpapi-concepts.html
 create mode 100644 3.3/httpapi-messages.html
 create mode 100644 3.3/httpapi-overview.html
 create mode 100644 3.3/httpapi-protocol-bindings-cloudevents.html
 create mode 100644 3.3/httpapi-protocol-bindings-websocket.html
 create mode 100644 3.3/httpapi-search.html
 create mode 100644 3.3/httpapi-sse.html
 create mode 100755 3.3/images/2020-04-16-Logo_TTVC_color.png
 create mode 100755 3.3/images/GitHub-Mark-Light-32px.png
 create mode 100644 3.3/images/blog/2018-05-02-ditto-hono-digital-twin.png
 create mode 100644 3.3/images/blog/2018-09-21-selective-push-notifications-example-setup.png
 create mode 100644 3.3/images/blog/2018-09-21-selective-push-notifications-visual-comparison.png
 create mode 100644 3.3/images/blog/2018-09-21-selective-push-notifications-websocket_org.png
 create mode 100644 3.3/images/blog/2018-12-14-command-and-control.png
 create mode 100755 3.3/images/blog/2021-03-22-azure-iot-hub-integration-overview.png
 create mode 100644 3.3/images/blog/2021-04-06-ssh-tunnel-for-managed-connections-shema.png
 create mode 100755 3.3/images/ditto-overview-1.png
 create mode 100644 3.3/images/ditto-overview-1.svg
 create mode 100755 3.3/images/ditto-super-1.png
 create mode 100644 3.3/images/ditto-super-1.svg
 create mode 100644 3.3/images/ditto.svg
 create mode 100644 3.3/images/ditto_allwhite_symbolonly.svg
 create mode 100644 3.3/images/ditto_allwhite_textonly.svg
 create mode 100644 3.3/images/ditto_symbolonly.svg
 create mode 100644 3.3/images/ditto_textonly.svg
 create mode 100644 3.3/images/eclipse_foundation_logo.svg
 create mode 100644 3.3/images/favicon-16x16.png
 create mode 100644 3.3/images/favicon-32x32.png
 create mode 100644 3.3/images/favicon-96x96.png
 create mode 100755 3.3/images/iot_logo.svg
 create mode 100644 3.3/images/pages/advanced/data-by-pass-architectural-design.jpg
 create mode 100644 3.3/images/pages/architecture/context-overview-initial.png
 create mode 100755 3.3/images/pages/architecture/context-overview.png
 create mode 100755 3.3/images/pages/architecture/ditto-architecture-overview-2022.png
 create mode 100755 3.3/images/pages/basic/ditto-class-diagram-v2.png
 create mode 100644 3.3/images/pages/basic/ditto-messages.png
 create mode 100644 3.3/images/pages/basic/ditto-thing-feature-definition-model.png
 create mode 100644 3.3/images/pages/basic/ditto-thing-feature.png
 create mode 100644 3.3/images/pages/basic/policy-example-2.png
 create mode 100644 3.3/images/pages/basic/policy-example.png
 create mode 100644 3.3/images/pages/protocol/ditto-live-channel.png
 create mode 100644 3.3/images/pages/protocol/ditto-twin-channel.png
 create mode 100644 3.3/images/pages/ui/screenshot_add_environment.png
 create mode 100644 3.3/images/pages/ui/screenshot_introduction.png
 create mode 100644 3.3/images/pages/ui/screenshot_select_environment.png
 create mode 100644 3.3/index.html
 create mode 100644 3.3/installation-building.html
 create mode 100644 3.3/installation-extending.html
 create mode 100644 3.3/installation-operating.html
 create mode 100644 3.3/installation-running.html
 create mode 100644 3.3/intro-digitaltwins.html
 create mode 100644 3.3/intro-hello-world.html
 create mode 100644 3.3/intro-overview.html
 create mode 100644 3.3/js/customscripts.js
 create mode 100644 3.3/js/toc.js
 create mode 100644 3.3/jsonschema/connection.json
 create mode 100644 3.3/jsonschema/error.json
 create mode 100644 3.3/jsonschema/feature_v2.json
 create mode 100644 3.3/jsonschema/piggyback-command.json
 create mode 100644 3.3/jsonschema/policy.json
 create mode 100644 3.3/jsonschema/protocol-ack.json
 create mode 100644 3.3/jsonschema/protocol-acks.json
 create mode 100644 3.3/jsonschema/protocol-announcement.json
 create mode 100644 3.3/jsonschema/protocol-envelope.json
 create mode 100644 3.3/jsonschema/protocol-error_response.json
 create mode 100644 3.3/jsonschema/protocol-response.json
 create mode 100644 3.3/jsonschema/protocol-search-failed-payload.json
 create mode 100644 3.3/jsonschema/protocol-search-next-payload.json
 create mode 100644 3.3/jsonschema/protocol-search-request-payload.json
 create mode 100644 3.3/jsonschema/protocol-search-subscribe-payload.json
 create mode 100644 3.3/jsonschema/protocol-search-subscriptionid.json
 create mode 100644 3.3/jsonschema/protocol-streaming-subscription-failed-payload.json
 create mode 100644 3.3/jsonschema/protocol-streaming-subscription-next-payload.json
 create mode 100644 3.3/jsonschema/protocol-streaming-subscription-request-payload.json
 create mode 100644 3.3/jsonschema/protocol-streaming-subscription-subscribe-for-persisted-events-payload.json
 create mode 100644 3.3/jsonschema/protocol-streaming-subscriptionid.json
 create mode 100644 3.3/jsonschema/thing_v2.json
 create mode 100644 3.3/openapi/README.md
 create mode 100644 3.3/openapi/ditto-api-2.yml
 create mode 100644 3.3/openapi/sources/api-2-index.yml
 create mode 100644 3.3/openapi/sources/package-lock.json
 create mode 100644 3.3/openapi/sources/package.json
 create mode 100644 3.3/openapi/sources/parameters/allowPolicyLockoutParam.yml
 create mode 100644 3.3/openapi/sources/parameters/attributePathPathParam.yml
 create mode 100644 3.3/openapi/sources/parameters/attributesFieldsQueryParam.yml
 create mode 100644 3.3/openapi/sources/parameters/channelParam.yml
 create mode 100644 3.3/openapi/sources/parameters/channelParamPutDescription.yml
 create mode 100644 3.3/openapi/sources/parameters/conditionParam.yml
 create mode 100644 3.3/openapi/sources/parameters/connectionFieldsQueryParam.yml
 create mode 100644 3.3/openapi/sources/parameters/connectionIdPathParam.yml
 create mode 100644 3.3/openapi/sources/parameters/deleteMetadataParam.yml
 create mode 100644 3.3/openapi/sources/parameters/desiredPropertiesFieldsQueryParam.yml
 create mode 100644 3.3/openapi/sources/parameters/featureFieldsQueryParam.yml
 create mode 100644 3.3/openapi/sources/parameters/featureIdPathPathParam.yml
 create mode 100644 3.3/openapi/sources/parameters/featuresFieldsQueryParam.yml
 create mode 100644 3.3/openapi/sources/parameters/getMetadataParam.yml
 create mode 100644 3.3/openapi/sources/parameters/ifEqualHeaderParam.yml
 create mode 100644 3.3/openapi/sources/parameters/ifMatchHeaderParam.yml
 create mode 100644 3.3/openapi/sources/parameters/ifMatchHeaderParamHash.yml
 create mode 100644 3.3/openapi/sources/parameters/ifNoneMatchHeaderParam.yml
 create mode 100644 3.3/openapi/sources/parameters/importedPolicyIdPathParam.yml
 create mode 100644 3.3/openapi/sources/parameters/instanceIndexParam.yml
 create mode 100644 3.3/openapi/sources/parameters/labelPathParam.yml
 create mode 100644 3.3/openapi/sources/parameters/liveChannelConditionParam.yml
 create mode 100644 3.3/openapi/sources/parameters/liveChannelTimeoutStrategyParam.yml
 create mode 100644 3.3/openapi/sources/parameters/liveMessageRequestedAcksParam.yml
 create mode 100644 3.3/openapi/sources/parameters/loggingFieldsQueryParam.yml
 create mode 100644 3.3/openapi/sources/parameters/messageClaimTimeoutParam.yml
 create mode 100644 3.3/openapi/sources/parameters/messageSubjectPathParam.yml
 create mode 100644 3.3/openapi/sources/parameters/messageTimeoutParam.yml
 create mode 100644 3.3/openapi/sources/parameters/moduleNamePathParam.yml
 create mode 100644 3.3/openapi/sources/parameters/namePodParam.yml
 create mode 100644 3.3/openapi/sources/parameters/namespaceParameter.yml
 create mode 100644 3.3/openapi/sources/parameters/namespacesFilter.yml
 create mode 100644 3.3/openapi/sources/parameters/pathParam.yml
 create mode 100644 3.3/openapi/sources/parameters/policyFieldsQueryParam.yml
 create mode 100644 3.3/openapi/sources/parameters/policyIdPathParam.yml
 create mode 100644 3.3/openapi/sources/parameters/propertiesFieldsQueryParam.yml
 create mode 100644 3.3/openapi/sources/parameters/propertyPathPathParam.yml
 create mode 100644 3.3/openapi/sources/parameters/putMetadataParam.yml
 create mode 100644 3.3/openapi/sources/parameters/requestedAcksParam.yml
 create mode 100644 3.3/openapi/sources/parameters/resourcePathPathParam.yml
 create mode 100644 3.3/openapi/sources/parameters/responseRequiredParam.yml
 create mode 100644 3.3/openapi/sources/parameters/searchFilter.yml
 create mode 100644 3.3/openapi/sources/parameters/serviceNameParam.yml
 create mode 100644 3.3/openapi/sources/parameters/subjectIdPathParam.yml
 create mode 100644 3.3/openapi/sources/parameters/thingFieldsQueryParam.yml
 create mode 100644 3.3/openapi/sources/parameters/thingIdPathParam.yml
 create mode 100644 3.3/openapi/sources/parameters/timeoutParam.yml
 create mode 100644 3.3/openapi/sources/paths/cloudevents/cloudevents.yml
 create mode 100644 3.3/openapi/sources/paths/config/config.yml
 create mode 100644 3.3/openapi/sources/paths/config/podName.yml
 create mode 100644 3.3/openapi/sources/paths/connections/command.yml
 create mode 100644 3.3/openapi/sources/paths/connections/connectionId.yml
 create mode 100644 3.3/openapi/sources/paths/connections/connections.yml
 create mode 100644 3.3/openapi/sources/paths/connections/logs.yml
 create mode 100644 3.3/openapi/sources/paths/connections/metrics.yml
 create mode 100644 3.3/openapi/sources/paths/connections/status.yml
 create mode 100644 3.3/openapi/sources/paths/features/definition.yml
 create mode 100644 3.3/openapi/sources/paths/features/desiredProperties.yml
 create mode 100644 3.3/openapi/sources/paths/features/desiredProperty.yml
 create mode 100644 3.3/openapi/sources/paths/features/feature.yml
 create mode 100644 3.3/openapi/sources/paths/features/index.yml
 create mode 100644 3.3/openapi/sources/paths/features/properties.yml
 create mode 100644 3.3/openapi/sources/paths/features/property.yml
 create mode 100644 3.3/openapi/sources/paths/logging/logging.yml
 create mode 100644 3.3/openapi/sources/paths/logging/moduleName.yml
 create mode 100644 3.3/openapi/sources/paths/messages/feature-inbox-message.yml
 create mode 100644 3.3/openapi/sources/paths/messages/feature-outbox-message.yml
 create mode 100644 3.3/openapi/sources/paths/messages/inbox-claim.yml
 create mode 100644 3.3/openapi/sources/paths/messages/inbox-message.yml
 create mode 100644 3.3/openapi/sources/paths/messages/outbox-message.yml
 create mode 100644 3.3/openapi/sources/paths/piggyback/instanceIndex.yml
 create mode 100644 3.3/openapi/sources/paths/piggyback/piggyback.yml
 create mode 100644 3.3/openapi/sources/paths/piggyback/serviceName.yml
 create mode 100644 3.3/openapi/sources/paths/policies/activateTokenIntegration.yml
 create mode 100644 3.3/openapi/sources/paths/policies/activateTokenIntegrationForEntry.yml
 create mode 100644 3.3/openapi/sources/paths/policies/deactivateTokenIntegration.yml
 create mode 100644 3.3/openapi/sources/paths/policies/deactivateTokenIntegrationForEntry.yml
 create mode 100644 3.3/openapi/sources/paths/policies/entries.yml
 create mode 100644 3.3/openapi/sources/paths/policies/entry.yml
 create mode 100644 3.3/openapi/sources/paths/policies/import.yml
 create mode 100644 3.3/openapi/sources/paths/policies/imports.yml
 create mode 100644 3.3/openapi/sources/paths/policies/policy.yml
 create mode 100644 3.3/openapi/sources/paths/policies/resource.yml
 create mode 100644 3.3/openapi/sources/paths/policies/resources.yml
 create mode 100644 3.3/openapi/sources/paths/policies/subject.yml
 create mode 100644 3.3/openapi/sources/paths/policies/subjects.yml
 create mode 100644 3.3/openapi/sources/paths/search/things-count.yml
 create mode 100644 3.3/openapi/sources/paths/search/things.yml
 create mode 100644 3.3/openapi/sources/paths/things/attribute.yml
 create mode 100644 3.3/openapi/sources/paths/things/attributes.yml
 create mode 100644 3.3/openapi/sources/paths/things/definition.yml
 create mode 100644 3.3/openapi/sources/paths/things/index.yml
 create mode 100644 3.3/openapi/sources/paths/things/policyId.yml
 create mode 100644 3.3/openapi/sources/paths/things/thing.yml
 create mode 100644 3.3/openapi/sources/paths/whoami/index.yml
 create mode 100644 3.3/openapi/sources/requests/attributes.yml
 create mode 100644 3.3/openapi/sources/requests/definition.yml
 create mode 100644 3.3/openapi/sources/requests/dittoProtocol.yml
 create mode 100644 3.3/openapi/sources/requests/patchValue.yml
 create mode 100644 3.3/openapi/sources/requests/payload.yml
 create mode 100644 3.3/openapi/sources/requests/policies/actions/activateTokenIntegration.yml
 create mode 100644 3.3/openapi/sources/requests/value.yml
 create mode 100644 3.3/openapi/sources/responses/dependencyFailed.yml
 create mode 100644 3.3/openapi/sources/responses/entityTooLarge.yml
 create mode 100644 3.3/openapi/sources/responses/messageTooLarge.yml
 create mode 100644 3.3/openapi/sources/responses/notModified.yml
 create mode 100644 3.3/openapi/sources/responses/preconditionFailed.yml
 create mode 100644 3.3/openapi/sources/responses/successUpdateLogLevel.yml
 create mode 100644 3.3/openapi/sources/responses/successUpdateLogLevelSinglePod.yml
 create mode 100644 3.3/openapi/sources/schemas/acknowledgements/acknowledgement.yml
 create mode 100644 3.3/openapi/sources/schemas/acknowledgements/acknowledgements.yml
 create mode 100644 3.3/openapi/sources/schemas/config/moduleConfig.yml
 create mode 100644 3.3/openapi/sources/schemas/config/moduleConfigService.yml
 create mode 100644 3.3/openapi/sources/schemas/config/resultConfig.yml
 create mode 100644 3.3/openapi/sources/schemas/config/resultConfigService.yml
 create mode 100644 3.3/openapi/sources/schemas/config/retrieveConfig.yml
 create mode 100644 3.3/openapi/sources/schemas/config/retrieveConfigService.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/connection.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/connectionLogs.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/connectionMetrics.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/connectionStatus.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/connectionType.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/connectivityStatus.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/inboundMetrics.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/logCategory.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/logEntry.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/logLevel.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/logType.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/mappingContext.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/newConnection.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/outboundMetrics.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/overallConnectionMetrics.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/payloadMappingDefinition.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/payloadMappingDefinitions.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/resourceStatus.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/singleMetric.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/source.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/sourceMetrics.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/sources.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/sshTunnel.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/target.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/targetMetrics.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/targets.yml
 create mode 100644 3.3/openapi/sources/schemas/connections/typedMetric.yml
 create mode 100644 3.3/openapi/sources/schemas/errors/advancedError.yml
 create mode 100644 3.3/openapi/sources/schemas/errors/error.yml
 create mode 100644 3.3/openapi/sources/schemas/errors/textUnauthorizeError.yml
 create mode 100644 3.3/openapi/sources/schemas/features/feature.yml
 create mode 100644 3.3/openapi/sources/schemas/features/featureDefinition.yml
 create mode 100644 3.3/openapi/sources/schemas/features/featureDesiredProperties.yml
 create mode 100644 3.3/openapi/sources/schemas/features/featureProperties.yml
 create mode 100644 3.3/openapi/sources/schemas/features/features.yml
 create mode 100644 3.3/openapi/sources/schemas/logging/loggingUpdateFields.yml
 create mode 100644 3.3/openapi/sources/schemas/logging/module.yml
 create mode 100644 3.3/openapi/sources/schemas/logging/moduleUpdatedLogLevel.yml
 create mode 100644 3.3/openapi/sources/schemas/logging/resultLoggingConfig.yml
 create mode 100644 3.3/openapi/sources/schemas/logging/resultUpdateRequest.yml
 create mode 100644 3.3/openapi/sources/schemas/logging/retrieveLoggingConfig.yml
 create mode 100644 3.3/openapi/sources/schemas/logging/updatedLogLevel.yml
 create mode 100644 3.3/openapi/sources/schemas/piggyback/basePiggybackCommandRequestSchema.yml
 create mode 100644 3.3/openapi/sources/schemas/piggyback/piggybackManagingBackgroundCleanup.yml
 create mode 100644 3.3/openapi/sources/schemas/policies/importable.yml
 create mode 100644 3.3/openapi/sources/schemas/policies/newPolicy.yml
 create mode 100644 3.3/openapi/sources/schemas/policies/permission.yml
 create mode 100644 3.3/openapi/sources/schemas/policies/policy.yml
 create mode 100644 3.3/openapi/sources/schemas/policies/policyEntries.yml
 create mode 100644 3.3/openapi/sources/schemas/policies/policyEntry.yml
 create mode 100644 3.3/openapi/sources/schemas/policies/policyImport.yml
 create mode 100644 3.3/openapi/sources/schemas/policies/policyImports.yml
 create mode 100644 3.3/openapi/sources/schemas/policies/resourceEntry.yml
 create mode 100644 3.3/openapi/sources/schemas/policies/resources.yml
 create mode 100644 3.3/openapi/sources/schemas/policies/subjectAnnouncement.yml
 create mode 100644 3.3/openapi/sources/schemas/policies/subjectEntry.yml
 create mode 100644 3.3/openapi/sources/schemas/policies/subjects.yml
 create mode 100644 3.3/openapi/sources/schemas/search/searchResultThings.yml
 create mode 100644 3.3/openapi/sources/schemas/things/attributes.yml
 create mode 100644 3.3/openapi/sources/schemas/things/definition.yml
 create mode 100644 3.3/openapi/sources/schemas/things/newThing.yml
 create mode 100644 3.3/openapi/sources/schemas/things/patchThing.yml
 create mode 100644 3.3/openapi/sources/schemas/things/thing.yml
 create mode 100644 3.3/openapi/sources/schemas/whoami/whoami.yml
 create mode 100644 3.3/openapi/sources/schemas/whoami/whoamiSubject.yml
 create mode 100644 3.3/openapi/sources/schemas/wot-thingDescription.yml
 create mode 100644 3.3/openapi/sources/security/bearerAuth.yml
 create mode 100644 3.3/openapi/sources/security/devOpsBasic.yml
 create mode 100644 3.3/openapi/sources/security/devOpsBearer.yml
 create mode 100644 3.3/openapi/sources/security/google.yml
 create mode 100644 3.3/openapi/sources/security/nginxBasic.yml
 create mode 100644 3.3/presentations.html
 create mode 100644 3.3/protocol-bindings.html
 create mode 100644 3.3/protocol-examples-connections-announcement-closed.html
 create mode 100644 3.3/protocol-examples-connections-announcement-opened.html
 create mode 100644 3.3/protocol-examples-createattribute.html
 create mode 100644 3.3/protocol-examples-createattributes.html
 create mode 100644 3.3/protocol-examples-createdefinition.html
 create mode 100644 3.3/protocol-examples-createdesiredproperties.html
 create mode 100644 3.3/protocol-examples-createdesiredproperty.html
 create mode 100644 3.3/protocol-examples-createfeature.html
 create mode 100644 3.3/protocol-examples-createfeatures.html
 create mode 100644 3.3/protocol-examples-createproperties.html
 create mode 100644 3.3/protocol-examples-createproperty.html
 create mode 100644 3.3/protocol-examples-creatething.html
 create mode 100644 3.3/protocol-examples-createthingdefinition.html
 create mode 100644 3.3/protocol-examples-deleteattribute.html
 create mode 100644 3.3/protocol-examples-deleteattributes.html
 create mode 100644 3.3/protocol-examples-deletedefinition.html
 create mode 100644 3.3/protocol-examples-deletedesiredproperties.html
 create mode 100644 3.3/protocol-examples-deletedesiredproperty.html
 create mode 100644 3.3/protocol-examples-deletefeature.html
 create mode 100644 3.3/protocol-examples-deletefeatures.html
 create mode 100644 3.3/protocol-examples-deleteproperties.html
 create mode 100644 3.3/protocol-examples-deleteproperty.html
 create mode 100644 3.3/protocol-examples-deletething.html
 create mode 100644 3.3/protocol-examples-deletethingdefinition.html
 create mode 100644 3.3/protocol-examples-errorresponses.html
 create mode 100644 3.3/protocol-examples-mergeattribute.html
 create mode 100644 3.3/protocol-examples-mergeattributes.html
 create mode 100644 3.3/protocol-examples-mergedesiredproperties.html
 create mode 100644 3.3/protocol-examples-mergedesiredproperty.html
 create mode 100644 3.3/protocol-examples-mergefeature.html
 create mode 100644 3.3/protocol-examples-mergefeaturedefinition.html
 create mode 100644 3.3/protocol-examples-mergefeatures.html
 create mode 100644 3.3/protocol-examples-mergepolicyid.html
 create mode 100644 3.3/protocol-examples-mergeproperties.html
 create mode 100644 3.3/protocol-examples-mergeproperty.html
 create mode 100644 3.3/protocol-examples-mergething.html
 create mode 100644 3.3/protocol-examples-mergethingdefinition.html
 create mode 100644 3.3/protocol-examples-modifyattribute.html
 create mode 100644 3.3/protocol-examples-modifyattributes.html
 create mode 100644 3.3/protocol-examples-modifydefinition.html
 create mode 100644 3.3/protocol-examples-modifydesiredproperties.html
 create mode 100644 3.3/protocol-examples-modifydesiredproperty.html
 create mode 100644 3.3/protocol-examples-modifyfeature.html
 create mode 100644 3.3/protocol-examples-modifyfeatures.html
 create mode 100644 3.3/protocol-examples-modifypolicyid.html
 create mode 100644 3.3/protocol-examples-modifyproperties.html
 create mode 100644 3.3/protocol-examples-modifyproperty.html
 create mode 100644 3.3/protocol-examples-modifything.html
 create mode 100644 3.3/protocol-examples-modifythingdefinition.html
 create mode 100644 3.3/protocol-examples-policies-announcement-subjectDeletion.html
 create mode 100644 3.3/protocol-examples-policies-createpolicy.html
 create mode 100644 3.3/protocol-examples-policies-createpolicyentry.html
 create mode 100644 3.3/protocol-examples-policies-createresource.html
 create mode 100644 3.3/protocol-examples-policies-createsubject.html
 create mode 100644 3.3/protocol-examples-policies-deleteimport.html
 create mode 100644 3.3/protocol-examples-policies-deletepolicy.html
 create mode 100644 3.3/protocol-examples-policies-deletepolicyentry.html
 create mode 100644 3.3/protocol-examples-policies-deleteresource.html
 create mode 100644 3.3/protocol-examples-policies-deletesubject.html
 create mode 100644 3.3/protocol-examples-policies-errorresponses.html
 create mode 100644 3.3/protocol-examples-policies-modifyimport.html
 create mode 100644 3.3/protocol-examples-policies-modifyimports.html
 create mode 100644 3.3/protocol-examples-policies-modifypolicy.html
 create mode 100644 3.3/protocol-examples-policies-modifypolicyentries.html
 create mode 100644 3.3/protocol-examples-policies-modifypolicyentry.html
 create mode 100644 3.3/protocol-examples-policies-modifyresource.html
 create mode 100644 3.3/protocol-examples-policies-modifyresources.html
 create mode 100644 3.3/protocol-examples-policies-modifysubject.html
 create mode 100644 3.3/protocol-examples-policies-modifysubjects.html
 create mode 100644 3.3/protocol-examples-policies-retrieveimport.html
 create mode 100644 3.3/protocol-examples-policies-retrieveimports.html
 create mode 100644 3.3/protocol-examples-policies-retrievepolicy.html
 create mode 100644 3.3/protocol-examples-policies-retrievepolicyentries.html
 create mode 100644 3.3/protocol-examples-policies-retrievepolicyentry.html
 create mode 100644 3.3/protocol-examples-policies-retrieveresource.html
 create mode 100644 3.3/protocol-examples-policies-retrieveresources.html
 create mode 100644 3.3/protocol-examples-policies-retrievesubject.html
 create mode 100644 3.3/protocol-examples-policies-retrievesubjects.html
 create mode 100644 3.3/protocol-examples-retrieveattribute.html
 create mode 100644 3.3/protocol-examples-retrieveattributes.html
 create mode 100644 3.3/protocol-examples-retrievedefinition.html
 create mode 100644 3.3/protocol-examples-retrievedesiredproperties.html
 create mode 100644 3.3/protocol-examples-retrievedesiredproperty.html
 create mode 100644 3.3/protocol-examples-retrievefeature.html
 create mode 100644 3.3/protocol-examples-retrievefeatures.html
 create mode 100644 3.3/protocol-examples-retrieveproperties.html
 create mode 100644 3.3/protocol-examples-retrieveproperty.html
 create mode 100644 3.3/protocol-examples-retrievething.html
 create mode 100644 3.3/protocol-examples-retrievethingdefinition.html
 create mode 100644 3.3/protocol-examples-retrievethings.html
 create mode 100644 3.3/protocol-examples-search.html
 create mode 100644 3.3/protocol-examples.html
 create mode 100644 3.3/protocol-overview.html
 create mode 100644 3.3/protocol-specification-acks.html
 create mode 100644 3.3/protocol-specification-connections-announcement.html
 create mode 100644 3.3/protocol-specification-connections.html
 create mode 100644 3.3/protocol-specification-errors.html
 create mode 100644 3.3/protocol-specification-policies-announcement.html
 create mode 100644 3.3/protocol-specification-policies-create-or-modify.html
 create mode 100644 3.3/protocol-specification-policies-delete.html
 create mode 100644 3.3/protocol-specification-policies-retrieve.html
 create mode 100644 3.3/protocol-specification-policies.html
 create mode 100644 3.3/protocol-specification-streaming-subscription.html
 create mode 100644 3.3/protocol-specification-things-create-or-modify.html
 create mode 100644 3.3/protocol-specification-things-delete.html
 create mode 100644 3.3/protocol-specification-things-merge.html
 create mode 100644 3.3/protocol-specification-things-messages.html
 create mode 100644 3.3/protocol-specification-things-retrieve.html
 create mode 100644 3.3/protocol-specification-things-search.html
 create mode 100644 3.3/protocol-specification-things.html
 create mode 100644 3.3/protocol-specification-topic.html
 create mode 100644 3.3/protocol-specification.html
 create mode 100644 3.3/protocol-twinlive.html
 create mode 100644 3.3/release_notes_010-M1.html
 create mode 100644 3.3/release_notes_010-M3.html
 create mode 100644 3.3/release_notes_020-M1.html
 create mode 100644 3.3/release_notes_030-M1.html
 create mode 100644 3.3/release_notes_030-M2.html
 create mode 100644 3.3/release_notes_080-M1.html
 create mode 100644 3.3/release_notes_080-M2.html
 create mode 100644 3.3/release_notes_080-M3.html
 create mode 100644 3.3/release_notes_080.html
 create mode 100644 3.3/release_notes_090-M1.html
 create mode 100644 3.3/release_notes_090-M2.html
 create mode 100644 3.3/release_notes_090.html
 create mode 100644 3.3/release_notes_100-M1a.html
 create mode 100644 3.3/release_notes_100-M2.html
 create mode 100644 3.3/release_notes_100.html
 create mode 100644 3.3/release_notes_110.html
 create mode 100644 3.3/release_notes_111.html
 create mode 100644 3.3/release_notes_112.html
 create mode 100644 3.3/release_notes_113.html
 create mode 100644 3.3/release_notes_115.html
 create mode 100644 3.3/release_notes_120.html
 create mode 100644 3.3/release_notes_121.html
 create mode 100644 3.3/release_notes_130.html
 create mode 100644 3.3/release_notes_140.html
 create mode 100644 3.3/release_notes_150.html
 create mode 100644 3.3/release_notes_151.html
 create mode 100644 3.3/release_notes_200.html
 create mode 100644 3.3/release_notes_201.html
 create mode 100644 3.3/release_notes_210.html
 create mode 100644 3.3/release_notes_211.html
 create mode 100644 3.3/release_notes_212.html
 create mode 100644 3.3/release_notes_213.html
 create mode 100644 3.3/release_notes_220.html
 create mode 100644 3.3/release_notes_221.html
 create mode 100644 3.3/release_notes_222.html
 create mode 100644 3.3/release_notes_230.html
 create mode 100644 3.3/release_notes_231.html
 create mode 100644 3.3/release_notes_232.html
 create mode 100644 3.3/release_notes_240.html
 create mode 100644 3.3/release_notes_241.html
 create mode 100644 3.3/release_notes_242.html
 create mode 100644 3.3/release_notes_300.html
 create mode 100644 3.3/release_notes_310.html
 create mode 100644 3.3/release_notes_311.html
 create mode 100644 3.3/release_notes_312.html
 create mode 100644 3.3/release_notes_320.html
 create mode 100644 3.3/release_notes_321.html
 create mode 100644 3.3/release_notes_330.html
 create mode 100644 3.3/robots.txt
 create mode 100644 3.3/sandbox.html
 create mode 100644 3.3/search.json
 create mode 100644 3.3/slides/2018_02_07-virtualiot-meetup/index.html
 create mode 100644 3.3/slides/2018_05_23-meetup-iot-hessen/index.html
 create mode 100644 3.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg/index.html
 create mode 100644 3.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg/index.html
 create mode 100644 3.3/slides/2020_04_16-ttn-virtual-conference/index.html
 create mode 100644 3.3/slides/2020_07_28-iot-wg-status-update/index.html
 create mode 100644 3.3/slides/2020_10_19-eclipse-iot-wg-community-day/index.html
 create mode 100644 3.3/slides/2021_05_ditto-introduction-deck/index.html
 create mode 100644 3.3/slides/2021_06_ditto-20-overview/index.html
 create mode 100644 3.3/slides/2021_06_ditto-in-20-min/index.html
 create mode 100644 3.3/slides/2021_10_25-eclipse-iot-wg-community-day/index.html
 create mode 100644 3.3/slides/2022_10_24_eclipse-iot-wg-community-day/index.html
 create mode 100644 3.3/slides/2022_10_ditto-and-wot/index.html
 create mode 100644 3.3/slides/2023_01_ditto-in-30-min/index.html
 create mode 100644 3.3/slides/bg-images/background-cloud-small.jpg
 create mode 100644 3.3/slides/bg-images/background-conclusion-small.jpg
 create mode 100644 3.3/slides/bg-images/background-demo-small.jpg
 create mode 100755 3.3/slides/bg-images/background-eagle-small.jpg
 create mode 100644 3.3/slides/bg-images/background-framework-small.jpg
 create mode 100644 3.3/slides/bg-images/background-outlook-small.jpg
 create mode 100644 3.3/slides/bg-images/background-twin-small.jpg
 create mode 100644 3.3/slides/bg-images/juan-davila-P8PlK2nGwqA-unsplash.jpg
 create mode 100755 3.3/slides/images/Javascript_badge.svg
 create mode 100644 3.3/slides/images/asset-admin-shell.png
 create mode 100755 3.3/slides/images/bosch-iot-things-2020.png
 create mode 100644 3.3/slides/images/bosch-iot-things.png
 create mode 100755 3.3/slides/images/ditto-in-action-2019.png
 create mode 100755 3.3/slides/images/ditto-in-action-2020.png
 create mode 100644 3.3/slides/images/ditto-in-action.png
 create mode 100644 3.3/slides/images/ditto-orchestration-examples.png
 create mode 100644 3.3/slides/images/ditto-ui-screenshot.png
 create mode 100644 3.3/slides/images/eclipse_iot_logo.png
 create mode 100644 3.3/slides/images/meme-dino.jpg
 create mode 100644 3.3/slides/images/thjaeckle_400x400.jpg
 create mode 100755 3.3/slides/images/ttn-ditto-via-mqtt.png
 create mode 100755 3.3/slides/images/ttn-hono-ditto.png
 create mode 100755 3.3/slides/images/ttn-logo.png
 create mode 100644 3.3/slides/images/wot.png
 create mode 100644 3.3/tag_advanced.html
 create mode 100644 3.3/tag_architecture.html
 create mode 100644 3.3/tag_blog.html
 create mode 100644 3.3/tag_client_sdk.html
 create mode 100644 3.3/tag_connectivity.html
 create mode 100644 3.3/tag_getting_started.html
 create mode 100644 3.3/tag_history.html
 create mode 100644 3.3/tag_http.html
 create mode 100644 3.3/tag_installation.html
 create mode 100644 3.3/tag_model.html
 create mode 100644 3.3/tag_news.html
 create mode 100644 3.3/tag_protocol.html
 create mode 100644 3.3/tag_release_notes.html
 create mode 100644 3.3/tag_rql.html
 create mode 100644 3.3/tag_search.html
 create mode 100644 3.3/tag_signal.html
 create mode 100644 3.3/tag_troubleshooting.html
 create mode 100644 3.3/tag_wot.html
 create mode 100644 3.3/user-interface.html
 create mode 100644 3.3/wot/ditto-extension.html
 create mode 100644 3.3/wot/ditto-extension.jsonld
 create mode 100644 3.3/wot/ditto-extension.rdf
 create mode 100644 3.3/wot/ditto-extension.ttl
 create mode 100644 release_notes_330.html
[Pipeline] sh
+ git push origin master
remote: This repository moved. Please use the new location:        
remote:   git@github.com:eclipse-ditto/ditto-website.git        
remote: 
remote: GitHub found 24 vulnerabilities on eclipse-ditto/ditto-website's default branch (12 high, 12 moderate). To find out more, visit:        
remote:      https://github.com/eclipse-ditto/ditto-website/security/dependabot        
remote: 
To github.com:eclipse/ditto-website.git
   d048aeb46..4780811a8  master -> master
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1078 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS