diff --git a/ark-tools/v1/67375/stamp.ini b/ark-tools/v1/67375/stamp.ini deleted file mode 100644 index d33e621..0000000 --- a/ark-tools/v1/67375/stamp.ini +++ /dev/null @@ -1,31 +0,0 @@ -# OpenAPI Documentation - JSON format (dot notation) -post.responses.default.description = Return all objects with new & uniq ARK identifier -post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream -post.summary = Stamp each Object with a new & uniq ARK identifier -post.requestBody.required = true -post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream -post.parameters.0.in = query -post.parameters.0.name = subpublisher -post.parameters.0.schema.type = string -post.parameters.0.description = Choose a subpublisher for all generated ARK identifier -post.parameters.1.in = query -post.parameters.1.name = indent -post.parameters.1.schema.type = boolean -post.parameters.1.description = Indent or not the JSON Result - -# Necessary plugins -[use] -plugin = ark -plugin = basics - -[JSONParse] -separator = * - -[generateARK] -databasePath = ./ -naan = 67375 -subpublisher = env('subpublisher') -target = env('path', 'value') - -[dump] -indent = env('indent', false)