-
Task 1.: Enhance the LandNFT contract to include a metadata URI for each NFT, allowing for off-chain storage of additional land information.
Definition of Done:
• The LandNFT contract is updated …
-
When running LiveTest 1.0.1 against uris with hyphens in the path, LiveTest fails with "does not represent a valid uri".
Can be reproduced for example with the following URI:
http://www.deine-tierwel…
-
Having an invariant with `matches_xs_any_uri()` produces non-compliant XSD schema:
```
89. Unrecognized escape sequence \\U.
XML validation failed.
At D:\a\aas-specs\aas-specs\schemas\Validate.p…
-
Getting a similar error when executing `New-AzResourceGroupDeploymentStack`
```
New-AzResourceGroupDeploymentStack: 12:41:00 - Error: Code=InvalidTemplate; Message=Deployment template validation f…
-
Hi there,
I have the following types
**main.go**
```go
const (
NameTypeFoo NameType = "FOO"
NameTypeBar NameType = "BAR"
)
type (
NameType string
UserCreateRequest struc…
-
Hi,
When running the following:
`wacs.exe --target manual --host "someweb.co.za,*.someweb.co.za" --certificatestore My --acl-fullcontrol "Administrators,IME_ADMIN,IME_SYSTEM" --reuse-privatekey --oc…
-
### Background and motivation
`Uri` validates the input and (if needed) converts it into a normalized (canonical) representation.
For example, it will:
- Escape reserved characters (spaces turn i…
-
**User story.**
As an API designer, I can use square brackets in URI strings so that the validation is still valid.
**Is your feature request related to a problem?**
I would like to use square br…
-
**Describe the bug**
When dumping a model with links, the corresponding DBRef dicts don't keep extra attributes.
**To Reproduce**
```python
class User(Document):
email: str
class ToDo(…
-
Hi spring-authorization-server gurus,
I'm probably holding it wrong, but here goes :)
**Expected Behavior**
Appending additional validation supplementing the default validation should be a 1s…