Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Draft (0.67 sec)

  1. fastapi/openapi/models.py

        # Ref: JSON Schema Validation 2020-12: https://json-schema.org/draft/2020-12/json-schema-validation.html#name-vocabularies-for-semantic-c
        # Vocabularies for Semantic Content With "format"
        format: Optional[str] = None
        # Ref: JSON Schema Validation 2020-12: https://json-schema.org/draft/2020-12/json-schema-validation.html#name-a-vocabulary-for-the-conten
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 22:49:33 GMT 2024
    - 15K bytes
    - Viewed (1)
  2. android/guava/src/com/google/common/net/HttpHeaders.java

      /**
       * The HTTP <a href="http://tools.ietf.org/html/draft-evans-palmer-key-pinning">{@code
       * Public-Key-Pins}</a> header field name.
       *
       * @since 15.0
       */
      public static final String PUBLIC_KEY_PINS = "Public-Key-Pins";
      /**
       * The HTTP <a href="http://tools.ietf.org/html/draft-evans-palmer-key-pinning">{@code
       * Public-Key-Pins-Report-Only}</a> header field name.
       *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 22 21:08:08 GMT 2024
    - 34.3K bytes
    - Viewed (0)
  3. docs/en/docs/tutorial/schema-extra-example.md

    !!! info
        This old OpenAPI-specific `examples` parameter is now `openapi_examples` since FastAPI `0.103.0`.
    
    ### JSON Schema's `examples` field
    
    But then JSON Schema added an <a href="https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.5" class="external-link" target="_blank">`examples`</a> field to a new version of the specification.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 11.8K bytes
    - Viewed (0)
  4. okhttp/src/main/kotlin/okhttp3/internal/http2/Http2Connection.kt

      internal val streams = mutableMapOf<Int, Http2Stream>()
      internal val connectionName: String = builder.connectionName
      internal var lastGoodStreamId = 0
    
      /** http://tools.ietf.org/html/draft-ietf-httpbis-http2-17#section-5.1.1 */
      internal var nextStreamId = if (builder.client) 3 else 2
    
      private var isShutdown = false
    
      /** For scheduling everything asynchronous. */
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Apr 20 17:03:43 GMT 2024
    - 32.6K bytes
    - Viewed (0)
  5. go.sum

    github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
    github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
    github.com/hashicorp/raft v1.3.6 h1:v5xW5KzByoerQlN/o31VJrFNiozgzGyDoMgDJgXpsto=
    github.com/hashicorp/raft v1.3.6/go.mod h1:4Ak7FSPnuvmb0GV6vgIAJ4vYT4bek9bb6Q+7HVbyzqM=
    github.com/ianlancetaylor/demangle v0.0.0-20230524184225-eabc099b10ab/go.mod h1:gx7rwoVhcfuVKG5uya9Hs3Sxj7EIvldVofAWIUtGouw=
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 12:41:13 GMT 2024
    - 84.2K bytes
    - Viewed (0)
  6. CREDITS

          With Secondary Licenses", as defined by
          the Mozilla Public License, v. 2.0.
    
    ================================================================
    
    github.com/hashicorp/raft
    https://github.com/hashicorp/raft
    ----------------------------------------------------------------
    Mozilla Public License, version 2.0
    
    1. Definitions
    
    1.1. “Contributor”
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 26 06:31:35 GMT 2024
    - 1.6M bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.29.md

    - go.etcd.io/etcd/client/pkg/v3: v3.5.9 → v3.5.10
    - go.etcd.io/etcd/client/v2: v2.305.9 → v2.305.10
    - go.etcd.io/etcd/client/v3: v3.5.9 → v3.5.10
    - go.etcd.io/etcd/pkg/v3: v3.5.9 → v3.5.10
    - go.etcd.io/etcd/raft/v3: v3.5.9 → v3.5.10
    - go.etcd.io/etcd/server/v3: v3.5.9 → v3.5.10
    - go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful: v0.35.0 → v0.42.0
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 21:41:06 GMT 2024
    - 299.9K bytes
    - Viewed (1)
  8. CHANGELOG/CHANGELOG-1.28.md

    - go.etcd.io/etcd/client/pkg/v3: v3.5.7 → v3.5.9
    - go.etcd.io/etcd/client/v2: v2.305.7 → v2.305.9
    - go.etcd.io/etcd/client/v3: v3.5.7 → v3.5.9
    - go.etcd.io/etcd/pkg/v3: v3.5.7 → v3.5.9
    - go.etcd.io/etcd/raft/v3: v3.5.7 → v3.5.9
    - go.etcd.io/etcd/server/v3: v3.5.7 → v3.5.9
    - go.opencensus.io: v0.23.0 → v0.24.0
    - go.starlark.net: 8dd3e2e → a134d8f
    - go.uber.org/atomic: v1.7.0 → v1.10.0
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.27.md

    - go.etcd.io/etcd/client/pkg/v3: v3.5.5 → v3.5.7
    - go.etcd.io/etcd/client/v2: v2.305.5 → v2.305.7
    - go.etcd.io/etcd/client/v3: v3.5.5 → v3.5.7
    - go.etcd.io/etcd/pkg/v3: v3.5.5 → v3.5.7
    - go.etcd.io/etcd/raft/v3: v3.5.5 → v3.5.7
    - go.etcd.io/etcd/server/v3: v3.5.5 → v3.5.7
    - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.35.0 → v0.35.1
    - go.uber.org/goleak: v1.2.0 → v1.2.1
    - golang.org/x/mod: v0.6.0 → v0.9.0
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
Back to top